Help - Search - Members - Calendar
Full Version: Audio Input
Skype Community > English > Development, Betas and Skype Garage > Skype Public API
Black Rider
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
Black Rider
*push*

Nobody can help me? sadsmile.png
TheUberOverlord
QUOTE (Black Rider @ Sat May 31 2008, 06:29)
Go to the original post
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.


This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.