I am trying to convert the voice.raw file generated by the mobile application ion the Sylvain's test branch to audible audio using the GAPK tool. I seem not to be able to run  in with the apropriate parameters as I only get screeching sounds as a result.<div>
I assume the the raw TI calypso audio is in the format indicated with ti-fr. I tried things as:</div><div>gapk -i voice.raw -i voice.pcm -f ti-fr -g rawpcm-s16le</div><div><br></div><div>but with no usefull result. </div>
<div>Could anyone give me some guidance?</div><div><br></div><div>regards,</div><div>Stefan</div><div><br></div><div>-----------------------</div><div>this is the output of the GAPK tool as I compiled it with the supported codecs. Is there anything missing? </div>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div><div>Usage: /home/gsm/project/gsm/gapk/src/.libs/lt-gapk [options]</div><div><br></div><div>Options:</div><div>  -i, --input-file=FILE<span class="Apple-tab-span" style="white-space:pre">          </span>Input file</div>
<div>  -o, --output-file=FILE<span class="Apple-tab-span" style="white-space:pre">      </span>Output file</div><div>  -f, --input-format=FMT<span class="Apple-tab-span" style="white-space:pre">  </span>Input format (see below)</div>
<div>  -g, --output-format=FMT<span class="Apple-tab-span" style="white-space:pre">     </span>Output format (see below)</div><div><br></div><div>Supported codecs:</div><div> name<span class="Apple-tab-span" style="white-space:pre">      </span>fmt enc dec<span class="Apple-tab-span" style="white-space:pre"> </span>description</div>
<div> pcm<span class="Apple-tab-span" style="white-space:pre">  </span> *        <span class="Apple-tab-span" style="white-space:pre">  </span>Raw PCM signed 16 bits samples</div><div> hr<span class="Apple-tab-span" style="white-space:pre">    </span> *   *   *<span class="Apple-tab-span" style="white-space:pre">  </span>GSM 06.20 Half Rate codec</div>
<div> fr<span class="Apple-tab-span" style="white-space:pre">   </span> *        <span class="Apple-tab-span" style="white-space:pre">  </span>GSM 06.10 Full Rate codec (classic gsm codec)</div><div> efr<span class="Apple-tab-span" style="white-space:pre">    </span> *        <span class="Apple-tab-span" style="white-space:pre">  </span>GSM 06.60 Enhanced Full Rate codec</div>
<div><br></div><div>Supported formats:</div><div> amr-efr<span class="Apple-tab-span" style="white-space:pre">            </span>Classic .amr file containing EFR (=AMR 12.2k) data</div><div> gsm<span class="Apple-tab-span" style="white-space:pre">                       </span>Classic .gsm file format</div>
<div> hr-ref-dec<span class="Apple-tab-span" style="white-space:pre">           </span>3GPP HR Reference decoder code parameters file format</div><div> hr-ref-enc<span class="Apple-tab-span" style="white-space:pre">             </span>3GPP HR Reference encoder code parameters file format</div>
<div> racal-hr<span class="Apple-tab-span" style="white-space:pre">             </span>Racal HR TCH/H recording</div><div> racal-fr<span class="Apple-tab-span" style="white-space:pre">            </span>Racal FR TCH/F recording</div><div> racal-efr<span class="Apple-tab-span" style="white-space:pre">           </span>Racal EFR TCH/F recording</div>
<div> rawpcm-s16le<span class="Apple-tab-span" style="white-space:pre">         </span>Raw PCM samples Signed 16 bits little endian</div><div> ti-hr<span class="Apple-tab-span" style="white-space:pre">                   </span>Texas Instrument HR TCH/H buffer format</div>
<div> ti-fr<span class="Apple-tab-span" style="white-space:pre">                        </span>Texas Instrument FR TCH/F buffer format</div><div> ti-efr<span class="Apple-tab-span" style="white-space:pre">                       </span>Texas Instrument EFR TCH/F buffer format</div>
<div><br></div><div><br></div><div><br></div><br></div>