Hi,

I'm trying to do an audio loopback by reading a sample from /dev/dsp and 
writing it back to /dev/dsp in a while loop; it will work for about 1 to 2 
minutes and then no more audio (stalls on the read).  I've seen other posts 
where the solution is to increase intermediate buffer but it doesn't seem to 
help.  I also tried the loopback by doing this at the prompt: cat /dev/dsp > 
/dev/dsp ; this works for about 30 seconds to 1 minute before it stalls too (no 
audio).  Is this a buffer overrun or underrun issue?  What can I do to resolve 
this?  Does anyone know if an ALSA implementation of the driver is going to be 
available soon?

Thanks,
Andy
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to