<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 11.11.2017 09:50, S.C.T.N Gmbh
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:006c01d35aca$1ca75ba0$55f612e0$@de">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">I want to use MODULE-SINE to produce two
          independent sine wave signals with different frequencies on
          the left and right output of a sound card:<br>
          <br>
          By using :<br>
          <br>
          pactl load-module module-sine frequency=1000 <br>
          <br>
          I get of course the same 1000Hz signal on both channels and<br>
          <br>
          pactl unload-module module-sine stops both of them.<br>
          <br>
          So the question is whether there is a configuration to start
          and stop left and right channel independently and to run them
          with different frequencies?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal" style="margin-bottom:12.0pt">Thank you in
          advance<br>
          <br>
          Sporex<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
    </blockquote>
    You can use module-remap-sink to create independent sinks for each
    channel.<br>
    Then you can use module-sine on the remapped sinks.<br>
    <br>
    Regards<br>
                 Georg<br>
  </body>
</html>