mohahhh
January 25th, 2006, 12:53 PM
hi
i managed to make the program work after large number of errors.
but i dont understand something when i record using function
(waveInOpen,waveInPrepareHeader,waveInAddBuffer,waveInStart,waveInStop,waveInReset)
these are the steps i do
1- prepare buffer to record
using this function (waveInPrepareHeader).
2-send the buffer to the sound card to start sending
using this function (waveInAddBuffer).
3- then use this function (waveInStart) to record
but the problem is that after finish recording i dont see any wave file saved and i dont know how to continue,
the attach file is the code
plz if any one could help,
thanks in advance
i managed to make the program work after large number of errors.
but i dont understand something when i record using function
(waveInOpen,waveInPrepareHeader,waveInAddBuffer,waveInStart,waveInStop,waveInReset)
these are the steps i do
1- prepare buffer to record
using this function (waveInPrepareHeader).
2-send the buffer to the sound card to start sending
using this function (waveInAddBuffer).
3- then use this function (waveInStart) to record
but the problem is that after finish recording i dont see any wave file saved and i dont know how to continue,
the attach file is the code
plz if any one could help,
thanks in advance