Record SoundPlus
Posted: Sat Feb 26, 2011 12:04 am
How to record sound from sound from MakeSound procedure by GPI?
;// you could save the wave tone To file with :
;// MS.Seek(0, soFromBeginning);
;// MS.SaveToFile('C:\MyFile.wav');
;// then reload And play them without having To
;// construct them each time.
;{now play the sound}
;sndPlaySound(MS.Memory, SND_MEMORY Or SND_SYNC);
;MS.Free;
I don't understand well
;// you could save the wave tone To file with :
;// MS.Seek(0, soFromBeginning);
;// MS.SaveToFile('C:\MyFile.wav');
;// then reload And play them without having To
;// construct them each time.
;{now play the sound}
;sndPlaySound(MS.Memory, SND_MEMORY Or SND_SYNC);
;MS.Free;
I don't understand well
