play multiple wave files on phone ....
-
hello friends, I want to play multiple files on phone (TAPI). I have four wave files "one.wav", "hundred.wav", "Thirty.wav" and "Two.wav". How can I play these four files one after another so that it sounds like a single file "one hundred thirty two" looking forward .............. pareek
-
hello friends, I want to play multiple files on phone (TAPI). I have four wave files "one.wav", "hundred.wav", "Thirty.wav" and "Two.wav". How can I play these four files one after another so that it sounds like a single file "one hundred thirty two" looking forward .............. pareek
Have you already got the code which plays the wave file down the phone. If so what are you using? If you are using waveOutOpen etc. When you receive the WOM_DONE message, you could play the next wav file in the sequence. Michael :-)
-
Have you already got the code which plays the wave file down the phone. If so what are you using? If you are using waveOutOpen etc. When you receive the WOM_DONE message, you could play the next wav file in the sequence. Michael :-)
I have been already using this method. But I am trying do this in another way. I want to copy data of all files in a single buffer (WAVEFORMAT Structure) and then play. I tried this second methos but had a problem. When I copy Second file in the buffer it overwrites the first one. I want to protect the first file data. How can I do this ????????? have a nice day pareek