<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    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 lowpass filter to remove PL.  I
    imagine you could do high 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>
    <br>
    On 9/22/2011 7:47, Jim Duuuude wrote:
    <blockquote cite="mid:BLU155-W17F19200225A8CEEF1257BB10C0@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      <div dir="ltr">
        I understand. Some people just don't like a "metallic sound".
        I'm not sure what other options<br>
        are readily available. Certainly if you want more of a "dubstep"
        sound, perhaps you should<br>
        pipe the stream through something like "zcat". That would
        certainly make it more "dubstep"-like. :-)<br>
        <br>
        Seriously, I don't think any of those streaming server things
        will accept anything other then mp3 (or ogg)<br>
        Believe me, it was *not* done by any of my choice (being that
        mp3 is certainly *not* my favorite<br>
        codec for ANYTHING!).<br>
        <br>
        JIM WB6NIL<br>
        <br>
        <div>> Date: Thu, 22 Sep 2011 07:39:54 -0700<br>
          > From: <a class="moz-txt-link-abbreviated" href="mailto:kt9ac@ameritech.net">kt9ac@ameritech.net</a><br>
          > To: <a class="moz-txt-link-abbreviated" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
          > Subject: [App_rpt-users] Streaming questions<br>
          > <br>
          > Good Morning,<br>
          > I have Icecast, Ezstream and Lame all working together to
          output audio from Asterisk. Currently using .mp3 format from
          the setup examples but not happy with the audio quality (has a
          metallic background sound to it). <br>
          > <br>
          > Is there a way to output WAV file audio instead of MP3?
          I've tried different settings for LAME but it doesn't help. I
          know that Asterisk has great audio written to the log files,
          so why can't I use this instead of piping through Lame?<br>
          > <br>
          > Secondly, would anyone be willing to share an
          Icecast/Ezstream XML example that does not require the
          filename extensions (i.e <a class="moz-txt-link-freetext" href="http://localhost:8000/Filename.mp3">http://localhost:8000/Filename.mp3</a>)?
          I would like to just publish the basic URL and port
          (<a class="moz-txt-link-freetext" href="http://localhost:8000">http://localhost:8000</a>). We used to do this with a Windows
          Media Server before consolidating on one Linux server.<br>
          > <br>
          > Thanks for any help.<br>
          > <br>
          > Tony<br>
          > _______________________________________________<br>
          > App_rpt-users mailing list<br>
          > <a class="moz-txt-link-abbreviated" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
          > <a class="moz-txt-link-freetext" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
App_rpt-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a>
<a class="moz-txt-link-freetext" href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a>
</pre>
    </blockquote>
  </body>
</html>