Ralphy,

Tried the static armel oss binary on my android mobile unfortunately it
could not found any audio device. I did a bit search and found mplayer
has been ported over to android and in mplayer's case the raw pcm
output device is being used instead of alsa/oss. 

Would you be able to change the default audio device to raw pcm device
like /dev/msm_pcm_out? Sample code can be found here
http://www.netmite.com/android/mydroid/system/extras/sound/playwav.c
(pcm_play). 

On the other hand alsa does support file output but I could not get it
working with my static portaudio/alsa built. My .asoundrc looks like:

pcm.file {
type file;
format "PCM";
file "/dev/msm_pcm_out";
slave.pcm "/dev/msm_pcm_out";
}

Thanks again for your excellent squeezeslave.


-- 
s7mx1
------------------------------------------------------------------------
s7mx1's Profile: http://forums.slimdevices.com/member.php?userid=47093
View this thread: http://forums.slimdevices.com/showthread.php?t=83362

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to