Experiencing Latency with audio playing
Posted: Sun Dec 04, 2005 7:18 pm
Hello,
I've got vxml app pretty much functional now, and I am just begining to fine tune it. I've been noticing the huge latency when my audio files play and I was wondering what steps I can go about to improve it.
The struture of the application is to retrieve .wav files (anywhere from 160kbs to 1.5 mbs) over HTTP and play them. The application is hosted on an hosted IIS server.
two things:
1. when I inistally call, I find the first opening .wav file takes a while to to play, maybe a half a second which is a lot (the file itself is 160kbs).
2. Later on in the vxml a request is made to play the main content which can be anywhere from (160kbs to 1.5mbs). This can take 2-4 seconds to start playing.
Is there anyway I can start queing up these audio files in the background?
Any tips would be greatly appriciated.
thanks
I've got vxml app pretty much functional now, and I am just begining to fine tune it. I've been noticing the huge latency when my audio files play and I was wondering what steps I can go about to improve it.
The struture of the application is to retrieve .wav files (anywhere from 160kbs to 1.5 mbs) over HTTP and play them. The application is hosted on an hosted IIS server.
two things:
1. when I inistally call, I find the first opening .wav file takes a while to to play, maybe a half a second which is a lot (the file itself is 160kbs).
2. Later on in the vxml a request is made to play the main content which can be anywhere from (160kbs to 1.5mbs). This can take 2-4 seconds to start playing.
Is there anyway I can start queing up these audio files in the background?
Any tips would be greatly appriciated.
thanks