Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

is it possible to convert a pcm wave file to a ms gsm wave file? I have seen audio-soundfile on cpan which interfaces to libsndfile. will this do the job? if so can anyone point me in the direction of some examples etc?

thanks in advance for any help.

Replies are listed 'Best First'.
Re: sound convert
by jmcnamara (Monsignor) on Dec 17, 2001 at 21:21 UTC

    I use sox for PCM conversion. It is fast, simple and reliable.

    MS-GSM (is any standard safe?) is also supported although it appears to require an additional library.

    --
    John.