Playing immediately after recording

Started by Resle,

Resle

Is there a way to play the contents of a BASS_Record session? I tried, as injenue as I can be, by BASS_Play-ing the RECORDCHAN, but it didn't work.

Any way to solve my problem?

Irrational86

Check the rectest example, whether you use C, Delphi or Visual Basic...There is an example very much alike in each of the folders..

Resle

Right, there are some recording examples but all of them seems to hint that you have to write data to a wave file, and then eventually stream that. So, no way?

Irrational86

No WAV writting involved...each of the examples write the recorded data to memory (the memory buffer is enlarged as needed). After you stop recording, it plays the recorded sound from the memory, no file is written.