Hi
Im working on an application that will stream audio from a text to speech (TTS) engine to a skype phone call (ie allow the user to switch between microphone and TTS input during the phone call).
So far I have managed to use ALTER CALL xxx SET_INPUT file to make skype take input from a file. I can also catch the TTS output via callbacks. I recognoise that I will need to do some on the fly sample rate changing, but I am not getting any sucess at streaming audio to a port and getting Skype to take its input from the port.
Can anyone point me to some example code for creating a suitable streaming of audio data?
I recognise that I can do it using Virtual Audio Circuits, but i would prefer to use a streaming approach.
Thanks
Rob