Hi all,
In order to test if I can play / capture audio tru the alsa loopback, I just opened audacity and tried to capture... nothing. Audio comes out nicely over the gtk ui, and also over the web ui. Any hints of what it can be? I did not change the .asoundrc [1], nor nothing else. It is possible that the audio was too low? I was testing without antenna... with IF 100... (I could hear the hiss) the audio that goes to the loopback is after processing or before? Which .c file is responsible for doing this copy of the audio samples between wolfram and loopback device?
Cheers,
Rafael
[1]
pcm.!default {
???????type asym
???????playback.pcm {
???????????????type plug
???????????????slave.pcm "output"
???????}
???????capture.pcm {
???????????????type plug
???????????????slave.pcm "input"
???????}
}
pcm.output {
???????type hw
???????card 1
}
ctl.!default {
???????type hw
???????card 1
}
pcm.input {
???????type hw
???????card 0
}