janstary / sox

resurrect SoX
Other
5 stars 1 forks source link

detect and use amr #34

Closed janstary closed 3 months ago

janstary commented 4 months ago

Look for HAVE_AMRNB and HAVE_AMRWB, hook up amr.h, amr-nb.c, amr-wb.c

janstary commented 3 months ago

amr-nb support (encoder and decoder) added in 49355e544fb859f92505490f5cff5f98cddc24d6.

Note that decoding file.amr recognizes it's amr-nb, but encoding needs a filename suffix of *.anb, as in sox file.wav file.anb.

janstary commented 3 months ago

amr-wb support (decoder) added in 5b24e70c3cb7059b1666789e3f0a867a82a28651.

janstary commented 3 months ago

amr-wb encoder (courtesy of vo-amrwbenc) added in 57be646d2b90cef8e94958ec38444fb8ae607f56, 0f0e7e28cb5d8ce69aebffd01bad5a947a408bc3 and following tweaks.