<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Got my Highs and Lows swapped...   oops<br>
    <br>
    On 9/22/2011 22:00, Steve Passmore wrote:
    <blockquote cite="mid:4E7C125D.8050201@hokeynet.net" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      I don't believe wav is a stream-able protocol.  The metallic sound
      is more an artifact of compression than the protocol used.   You
      might try bumping up the bitrate and/or adding a lowpass filter to
      strip off the highest  frequencies,  this is commonly done with
      stream encoders.  I've added a <i>high</i>pass filter to remove
      PL.  I imagine you could do <i>low</i> pass the same way.  
      Here's what I use.<br>
      <br>
      outstreamcmd=/bin/sh,-c,/usr/bin/lame --preset cbr 24 --highpass
      0.2 -r -m m -s 8 --bitwidth 16 - -  | /usr/bin/ezstream -c
      /etc/ezstream.xml<br>
      <br>
      Steve<br>
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
        href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users"></a><br>
    </blockquote>
  </body>
</html>