i am totally new to pulse audio and alsa. the situation is this:
- i have mpd compiled for alsa. this is embedded system and pulse audio plugin for mpd is not available.
- when i DO NOT start pulse audio, mpd runs fine using alsa
- as soon as i start pulse audio [ which is needed by bluetooth audio unfortunately ] , mpd / alsa stops working .
seems like, somehow pulse audio is grabbing the device and not letting it go . even after i stop pulse audio daemon .
Trying to run mpd afterwards gives me:
root@FINGI_GCC:~# mpc play http://relay3.slayradio.org:8000/ [paused] #1/1 0:00/0:00 (0%) volume:100% repeat: off random: off single: off consume: off ERROR: problems opening audio device
So i was wondering how to reset pulse audio ? need to keep running pulse audio,mpd,alsa all on the same device..but not all at the same time.
Any suggestion on this?