Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 320551 - media-sound/sox-14.3.1: AMR-WB codec does not work with opencore-amr
Summary: media-sound/sox-14.3.1: AMR-WB codec does not work with opencore-amr
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 12:29 UTC by Ondrej Caletka
Modified: 2010-05-19 13:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild patch to enable dl-amrwb and dl-amrnb in configure script (sox-14.3.1.ebuild.dl-amrwb.diff,378 bytes, patch)
2010-05-19 12:32 UTC, Ondrej Caletka
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Caletka 2010-05-19 12:29:49 UTC
Even when media-sound/sox-14.3.1 compiled with amr USE flag, sox refuses to produce AMR-WB files.

Reproducible: Always

Steps to Reproduce:
1. USE="+amr" emerge =media-sound/sox-14.3.1
2. $ sox /path/to/some/audio/file.mp3 file.awb

Actual Results:  
sox FAIL formats: can't open output file `file.awb': SoX was compiled without AMR-WB encoding support

Expected Results:  
file.mp3 should be transcoded to file.awb

Maybe the statically linked amr codec works only for libamr, not for opencore amr. Adding --enable-dl-amrwb to configure script fixes the problem.
Comment 1 Ondrej Caletka 2010-05-19 12:32:05 UTC
Created attachment 232077 [details, diff]
ebuild patch to enable dl-amrwb and dl-amrnb in configure script
Comment 2 Alexis Ballier gentoo-dev 2010-05-19 13:03:12 UTC
not going to happen; we got rid of the old amr libraries because of licensing issues, opencore-amr supports everything *but* amrwb encoding; if you wish this to be fixed then please go to opencore upstream and ask for/write an encoder :)