<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 6/16/20 11:38 AM, massimiliano
      cialdi wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:91cd1b5e-8096-fd28-35f9-91be46afbc54@powersoft.com">how
      can I dump module-sine generated samples to a file?
      <br>
      <br>
      <br>
      best regards
      <br>
      <br>
    </blockquote>
    <p><font size="+1">GNU Radio can dump an audio source to a file
        sink.  You will have to play with sampling rates and word type. 
        I saved a file of audio from a video I was playing to a file.  I
        had to use this:</font></p>
    <p>aplay -r 48000 -f FLOAT_LE audio.wav</p>
    <p>to play the file since the default source type was float.  sox
      can convert the file to other formats.<br>
    </p>
    <p>The audio source can be picked in pavucontrol ... maybe a monitor
      of your speaker output (if you are listening to the sine wave) or
      the module directly.<br>
    </p>
    <p><br>
    </p>
    <p>...bob<br>
    </p>
  </body>
</html>