Hiya,
can anyone help me with a project I'm working on, using the WinMM API to record sound to memory? I am doing it all by using the MCISendString function and would like to write the sound I've created to a disk file, preferably by using another MCISendString command. Is there a reference to the string constants you can use with the WinMM API?
I have found a way of accomplishing this by using API based memory and disk IO operations, but is it very complex and rather unwieldy for what I am trying to do.
Thanks very much,
Paul
can anyone help me with a project I'm working on, using the WinMM API to record sound to memory? I am doing it all by using the MCISendString function and would like to write the sound I've created to a disk file, preferably by using another MCISendString command. Is there a reference to the string constants you can use with the WinMM API?
I have found a way of accomplishing this by using API based memory and disk IO operations, but is it very complex and rather unwieldy for what I am trying to do.
Thanks very much,
Paul