<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 10/14/2013 09:17 PM, Felipe Ferreira
      wrote:<br>
    </div>
    <blockquote
cite="mid:CABK3W8zHBU5Z5X33JK9AQFCFBMDve_EXMkT0iNhyxCv8qTCQkQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>It's possible with gstreamer make Wave IMA ADPCM and Wave
          GSM files?<br>
        </div>
        <br>
        <div>
          <div>
            <div>With Sox (a gpl tool) i can convert files to wav adpcm
              or wav gsm with:<br>
              sox input.wav -t wav -e ima-adpcm output.wav<br>
              sox input.wav -t wav -e gsm-full-rate output.wav<br>
              <br>
              I need generate this files with gstreamer, but the wavenc
              plugin has sync caps audio/x-raw and x-alaw only. adpcmenc
              has src caps audio/x-adpcm and gsmenc has caps audio/x-gsm<br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    You will need to expand the wavenc plugin in gst-plugins-good to
    handle these two. If you have a patch, open a bug on
    <a class="moz-txt-link-freetext" href="http://bugzilla.gnome.org">http://bugzilla.gnome.org</a> and attach the patch.<br>
    <br>
    Stefan<br>
    <blockquote
cite="mid:CABK3W8zHBU5Z5X33JK9AQFCFBMDve_EXMkT0iNhyxCv8qTCQkQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <br>
            </div>
            <div>Thanks =)<br>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>