<div dir="ltr">Hello Jay,<div><br></div><div>yes, this is possible with pulseaudio. You can do this with manual commands on the terminal. If you are satisfied you also can put this into your configuration files so it's always activated at login.</div>
<div><br></div><div>First you need a list of sinks (pulseaudio outputs).</div><div><br></div><div>For me it looks this way (for you it may suffer from line breaks in emails):</div><div><br></div><div><div># pactl list sinks short</div>
<div>0       alsa_output.pci-0000_00_1b.0.analog-stereo      module-alsa-card.c      s16le 2ch 44100Hz       RUNNING</div><div>1       alsa_output.pci-0000_01_00.1.hdmi-stereo        module-alsa-card.c      s16le 2ch 44100Hz       IDLE</div>
</div><div><br></div><div>it's listing all alsa sinks and so it shows my analog output and the HDMI one. Assuming I want to have simultaneous output on both, I will load a pulseaudio module named "module-combine-sink" using these options:</div>
<div><br></div><div>pactl load-module module-combine-sink slaves=alsa_output.pci-0000_00_1b.0.analog-stereo,alsa_output.pci-0000_01_00.1.hdmi-stereo<br></div><div><br></div><div>(all one line, in case it breaks for you)</div>
<div><br></div><div>Now I can start playing in any application, and then I open pavucontrol. There under "Playback" you can choose for any stream to which sink it is routed. Here you can choose the new simultaneous sink you just created. And immediately the audio will be sent to both alsa outputs.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/12/3 Dolevo Jay <span dir="ltr"><<a href="mailto:cmst@live.com" target="_blank">cmst@live.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div><div dir="ltr">Hi all,<br><br>I am very new to pulseaudio and also to in this mailing list. <br>I have a pc where I have two sound cards. I have a software application which receives audio signals from network and plays it using alsa. However, I have two sound cards in the system and I need to have the same audio from the other sound card as well. I tried to do this in alsa but couldn't manage it. Therefore, I ended up here in pulseaudio. However, I have no idea where to start and how to implement it. Is it just a matter of configuration file? My purpose is to copy the audio which is being played in the other sound card.<br>
<br>Thanks a lot for your guidance.<br><br><br>                                           </div></div>
<br>_______________________________________________<br>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@lists.freedesktop.org">pulseaudio-discuss@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss" target="_blank">http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss</a><br>
<br></blockquote></div><br></div>