Hello
I would like to play a Sound (mp3) in the Call. I had a mp3 convert to a wav file and I hat send this code to the API:
ALTER CALL 808 SET_INPUT file="c:\test.wav"
808 = The call ID
test.wav = my converted mp3 file.
It doesn´t work. What is the problem??
Black Rider
1. Is the call in progress when you are trying to do this? The call must be in progess.
2. Is test.wav really there?
3. What format is the .wav file 16 bit sample 16 Khz, mono?
If any of these things are not correct, there maybe no error returned from Skype4COM Lib.
Try using the API to create ("Record to a .wav") and then use this same .wav as your input file for testing. This will make sure that both the format of the .wav file and the .wav file header are what the API/Skype4COM are expecting.