Hi,
I am new to VLC source code and didn't find how the sound is written to the underlying sound driver. I have some knowledge of Alsa, but VLC does not seem to be using Alsa.
My idea is to write to the sound driver in my application like VLC does, because writing directly to Alsa is not possible because many applications cannot share the Alsa driver, while we can launch many VLC processes and get the sound mixed from different sources.
Please help me,
Riadh.