I need to detect if ALSA or PulseAudio is used from bash or php. What is the best way to do this?
The idea right now is to check if the pulseaudio daemon is running:
pidof pulseaudio
If it isn't then alsa is used
|
I need to detect if ALSA or PulseAudio is used from bash or php. What is the best way to do this? The idea right now is to check if the pulseaudio daemon is running:
If it isn't then alsa is used | |||
|
feedback
|