Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

snd-aloop on Stretch

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
programmer123
Posts: 1
Joined: 2017-09-26 19:25

snd-aloop on Stretch

#1 Post by programmer123 »

Hi all,

I'm trying here a few things on Debian Stretch. I'm trying to redirect audio from other applications to one MPD instance,

For that, I'm using the alsaloop module (snd-aloop). I redirect audio from other applications to device

Code: Select all

hw:Loopback,0,0
.

In other to retrieve the audio on MPD, I run

Code: Select all

mpc add alsa://hw:Loopback,1,0
.

When I do this, I start hearing the audio signal for a few seconds, but then it stops and the whole system hangs.

It's like the loopback device is actually hogging the whole system.

Does anybody know if I have to further configure/parameterize the loopback device ?

Thanks!

Post Reply