Record SoundPlus

Just starting out? Need help? Post your questions and find answers here.
User avatar
braveheart
User
User
Posts: 37
Joined: Mon Jan 04, 2010 5:54 pm

Record SoundPlus

Post by braveheart »

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 :oops: