19 May '13 - 21:54 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2 3
1  Developments / BASS / Sending Audio Buffer on: 23 Dec '10 - 19:03
Hi, can someone showme an example of how send actual buffer of a BassMix Stream to another App using Windows Msg or Sockets.

Thanks..

:: I am using C++, but I don't have problem you have it in another languaje..
ReplyReply Reply with quoteQuote
2  Developments / BASS / Re: Play 2 Times, the same channel on: 21 Jul '10 - 16:18
Hi Ian!!

Example I want to do this.


m_hStream = BASS_......

BASS_ChannelPlay( m_hStream, false );
sleep( 100 );
BASS_ChannelPlay( m_hStream, false );

But, only play the first...

try to set position to 0 before second play with "BASS_ChannelSetPosition"


Yes, I know that. But I want to play the sound over the other...
ReplyReply Reply with quoteQuote
3  Developments / BASS / Re: Play 2 Times, the same channel on: 21 Jul '10 - 00:13
I was reading, An I found that is posible this BASS_SampleLoad.

Now I will test.

Thanks.
ReplyReply Reply with quoteQuote
4  Developments / BASS / Play 2 Times, the same channel on: 20 Jul '10 - 23:55
Hi Ian!!

Example I want to do this.


m_hStream = BASS_......

BASS_ChannelPlay( m_hStream, false );
sleep( 100 );
BASS_ChannelPlay( m_hStream, false );

But, only play the first...
ReplyReply Reply with quoteQuote
5  Developments / BASS / Re: [c#] - How can I add a graphic eq to my app? on: 19 Jul '10 - 02:35
You look the samples?
ReplyReply Reply with quoteQuote
6  Developments / BASS / Re: getting the total decibel of multiple channels on: 17 Jul '10 - 19:15
You want the max db of the 3 channels?
ReplyReply Reply with quoteQuote
7  Developments / BASS / Re: Play to different songs on 5.1 Device on: 16 Jul '10 - 17:57
Thanks, I forget of that example  Cool
ReplyReply Reply with quoteQuote
8  Developments / BASS / Play to different songs on 5.1 Device on: 16 Jul '10 - 02:05
Is there any example to show me how to play 2 songs. One on the Front's Speakers an the other on Back's Speakers?

If is it on C, Better, but I don't have problem to see other lenguajes.

Thanks.
ReplyReply Reply with quoteQuote
9  Developments / BASS / Re: How important is the skining of the application on: 5 Jun '10 - 01:09
If you will sell the app, I recommend Skin because some user buy app only looking a picture an don't see the App (Caracteristic)(wtf??)

Also if you are using wxWidgets you can take a look to wxSkin. The problem is that only a few of controls
ReplyReply Reply with quoteQuote
10  Developments / BASS / Re: Detect Start and End Silence Algorithm? on: 30 May '10 - 20:12
WoW Thanks. All work perfect.
ReplyReply Reply with quoteQuote
11  Developments / BASS / Detect Start and End Silence Algorithm? on: 29 May '10 - 03:27
Hi, with Bass.NET there are some func to detect the cue points.
Is there someone to C or something like that?

Just using the bass API, don't mutter if is C, VB, Delphi I can adapt.

Thank and Sorry for my poor English.
ReplyReply Reply with quoteQuote
12  Developments / BASS / Re: Creating simple mp3 player source code on: 29 May '10 - 03:22
if you want to create a simple player with one 3 button look here: http://www.ramonberrutti.com/blog/?p=6
ReplyReply Reply with quoteQuote
13  Developments / BASS / Re: Acess Volume Master on: 25 May '10 - 01:00
Use Win Api
ReplyReply Reply with quoteQuote
14  Developments / BASS / Re: record channel independent and save independent on: 21 May '10 - 19:30
Hola morocampo, yo hice algo parecedio pero en Delphi.
En esta liga puedes encontrar la información que me ayudó.

http://www.un4seen.com/forum/?topic=2224.0

Saludos desde Guadalajara, México.

You are on a english forum.

Try to speak in English Please.
Also, Main Topic is in English. So, he be from Cuba, but only speak English.

Ian, You can add a multilanguage forum Tongue
Or adding [ES] or [FR] to the Topic tittle.
ReplyReply Reply with quoteQuote
15  Developments / BASS / Re: Multi speakers playback on: 21 May '10 - 00:15
I read in somewhere that max channels for BASS 2.4 is 6.
New version will be infinit I think
ReplyReply Reply with quoteQuote
16  Developments / BASS / Re: How to check if track is end? on: 20 May '10 - 22:14
You can check Sync.  BASS_SYNC_END

You can check the Example con Bass.NET Documentation
ReplyReply Reply with quoteQuote
17  Developments / BASS / C++: wxWidgets Example on: 19 May '10 - 03:26
Here on my blog I leave a little example of how to use Bass with wxWidgets.

http://www.ramonberrutti.com/blog/?p=6


PS: The post is in Spanish but the code are all in English.
ReplyReply Reply with quoteQuote
18  Developments / BASS / C: BASS_TAG_ID3V2 full Example on: 19 May '10 - 01:42
Hi, someone can make a full example to get all information. Also when is enable or not?

Thanks  Wink
ReplyReply Reply with quoteQuote
19  Developments / BASS / Re: Making Audio Device on: 18 May '10 - 17:24
Oh,  This is a nice thread!  I'm using Bass already some months now (great product btw) as a multiroom music server (=client/server app setup).

Virtual Sound Card/Virtual Audio Cable is indeed what I also can use when eg I play a movie on my client, and that the sound is streamed to my music server.  The music server sends it to one of sound cards and amplifies it to one of my room speaker.

Valerio:  Do you know any example of Windows Messaging and Sound buffers?  No problem with synchro?  Hard to implement, you think?  (Or I should wait until Virtual Audio Cable is available in Bass Grin)

For me, Ian, don't want to implement this.
ReplyReply Reply with quoteQuote
20  Developments / BASS / Re: Starting with bass in C on: 15 May '10 - 22:34
You can use MFC, Qt or my favorite wxWidgets to make GUI Apps Cheesy
ReplyReply Reply with quoteQuote
Pages: [1] 2 3
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines