|
From: bat g. <bat...@ho...> - 2012-07-27 12:07:28
|
---------------------------------------- > > For amr-wb ENcoding amrwb or vo-amrwbenc must be used > > (because libopencore-amrwb is only a DEcoder). > > In file sox/src/amr-wb.c there's no instruction to use vo-amrwbenc as the amr-wb ENcoder. > > The matter was discussed before ---> http://permalink.gmane.org/gmane.comp.audio.sox/4064 > > It hasn't been implemented yet. > > Yes. It seems that sox's build system ignores the installed vo-amrwbenc. > Hi If/when a developer is able to implement the change... >From these 5 packages/libraries:- 1 libopencore-amrnb 2 libopencore-amrwb 3 amrnb 4 amrwb 5 vo-amrwbenc I think the choice is like this:- For amr-nb DEcoder link to libopencore-amrnb OR amrnb For amr-nb ENcoder link to libopencore-amrnb OR amrnb For amr-wb DEcoder link to libopencore-amrwb OR amrwb For amr-wb ENcoder link to vo-amrwbenc OR amrwb Thanks. ;-) |