15 Jun
2007
15 Jun
'07
6:16 p.m.
A sound server can do this
Maintain a buffer per application , and each buffer will have priority. when data comes on higher priority buffer stop taking data from low priority buffer, and configure the audio and start pumping data from high priority buffer.
On 6/15/07, Lee Revell rlrevell@joe-job.com wrote:
On 6/15/07, Nobin Mathew nobin.mathew@gmail.com wrote:
Can somebody throw some ideas on this ?
I don't understand your use case. Are you saying you want to start a playback app (say mplayer) and have the audio switch between devices? That's impossible.
If you just want to be able to play audio from multiple apps through the same device, then yes, dmix or jack can do it.
Lee