i want convert a-law & u-law wav files pcm wav file in c program. how do ? sox c libraries useful ? please help.
follow these steps:
- search audio library
- get documentation library
- search terms u-law , a-law
- if can't find meaningful go step 1.
- use library in code according documentation
edit
if follow these steps sox library you'll find line
ul indicates μ-law (8-bit), al indicates a-law
which strong hint these formats supported sox
Comments
Post a Comment