<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 06.05.2015 10:51, golden wrote:<br>
    </div>
    <blockquote cite="mid:5549D618.9000000@gmail.com" type="cite">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      <div class="moz-cite-prefix">Dear Georg,<br>
        <br>
          thanks for the answers, I really like your 2nd solution.<br>
         <br>
          But the problem is, add a another module-loopback in front
        speaker path, which means I need a another <br>
          pair of alsa drivers (as alsa-sink.0 and alsa-source.0 in the
        pic), that what I have written to the <br>
          alsa device, then I can read the data back from the input alsa
        device. It`s not a valid solution with our<br>
          current hardware.<br>
        <br>
      </div>
    </blockquote>
    Hi,<br>
    <br>
    you could use a null-sink instead of alsa-sink.1 in combine-sink and
    then null.monitor as source for<br>
    module-loopback:<br>
    <br>
    null-sink.monitor -> module_loopback -> alsa-sink.1 ->
    front speaker<br>
    <br>
    Or you could even play back your original audio to a null-sink and
    use it's monitor as<br>
    input for both, processed and non-processed audio path. This would
    simplify your<br>
    setup and you would not need alsa-sink.0 and alsa-source.0 at all.<br>
    <br>
    Regards<br>
                Georg<br>
    <br>
  </body>
</html>