I am working on an audio stream between two virtual servers. For that, I have set up a dummy soundcard (as the vservers don't have a hw card) using modprobe snd-dummy
.
That seems to work fine - I am able to tweak volume levels using alsamixer
. Unfortunately, I am not able to record any playback. I used arecord -r 48000 -c 1
to see what's going on, and the output is quite creepy. It contains paths:
Aufnahme: WAVE …
Run Code Online (Sandbox Code Playgroud)