Giovanni Sanfelici
2001-Feb-08 09:13 UTC
[vorbis-dev] Conversion API for computer telephony systems (Dialogic Mu-law wa v format to PCM encoded wav format)
I am working on a project involving the conversion of a Mu-law sound format (Dialogic Mu-law wav format) file into a standard PCM encoded wav file format. Could somebody tell me if this feature is supported in the Vorbis software and if there is any source code available that performs this task. If not, does anybody know of any resources that might provide me with this tools or information. Giovanni --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
volsung@asu.edu
2001-Feb-08 14:06 UTC
[vorbis-dev] Conversion API for computer telephony systems (Dialogic Mu-law wa v format to PCM encoded wav format)
On Thu, 8 Feb 2001, Giovanni Sanfelici wrote:> I am working on a project involving the conversion of a Mu-law sound format > (Dialogic Mu-law wav format) file into a standard PCM encoded wav file > format. > Could somebody tell me if this feature is supported in the Vorbis software > and if there is any source code available that performs this task. > If not, does anybody know of any resources that might provide me with this > tools or information.Vorbis is lossy audio compression format. It takes PCM data (at least oggenc, the encoder, does) and crunches it down by eliminating unnecessary audio components and doing other such magic. I think you are looking for sox, an audio conversion program which (according to its manual page) can read and write PCM and mu-law wav files. --- Stan Seibert --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.