<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Please create module-ladspa-source"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101043#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Please create module-ladspa-source"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=101043">bug 101043</a>
              from <span class="vcard"><a class="email" href="mailto:see2002@gmail.com" title="KimJeongYeon <see2002@gmail.com>"> <span class="fn">KimJeongYeon</span></a>
</span></b>
        <pre>I think this is one of example scenario,

1) load module-null-sink. Then, 'null' sink will be created.
2) load module-ladspa-sink. Master sink argument points to 'null' sink. (e.g
'master=null') Then 'null.ladspa' sink will be created which will do process
filter.
3) load 'module-loopback'. Sink argument points to 'null.ladspa' sink and
source argument points to 'your mic' source. (e.g sink=null.ladspa source='your
mic')

The audio stream will be construct as below: 
'your mic' source -> 'null.ladspa' sink -> 'null' sink

My suggestion is that application will be able to get filtered mic stream from
monitor source of ladspa. (e.g  'null.ladspa.monitor' source)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>