Hello. I am trying to make simultaneous output to local and remote sound cards (i.e. to stream sound from my notebook both to notebook speakers and to remote pc with hi-fi sound system). I tuned client.conf on notebook and <a href="http://default.pa">default.pa</a> on remote machine. Network streaming works nicely. Then, I tried to use alsa "multi" plugin to have simultaneous output:<div>
<br></div><div>cat ~/.asoundrc:</div><div><br></div><div><div>pcm.pulse { type pulse; }</div><div>pcm.!default {</div><div> type multi;</div><div> slaves.a.pcm "hw:0,0";</div><div> slaves.a.channels 2;</div>
<div> slaves.b.pcm "pulse";</div><div> slaves.b.channels 2;</div><div> bindings.0.slave a;</div><div> bindings.0.channel 0;</div><div> bindings.1.slave a;</div><div> bindings.1.channel 1;</div>
<div> bindings.2.slave b;</div><div> bindings.2.channel 0;</div><div> bindings.3.slave b;</div><div> bindings.3.channel 1;</div><div>}</div><div><br></div></div><div>But this doesn't work - I have sound only on remote machine somewhy. I also tried "copy" plugin, unsuccessfully too.</div>
<div><br></div><div>Maybe pulseaudio has it's own instruments to implement this? I read tons of howtos and documentation, but cannot realize what to do now. :(</div><div><br></div><div>Thanks.</div>