I'm in dire need of having amr decoding/encoding in
java. I've been able to compile support for this with
ffmpeg. So now I'm able to decode AMR audio files from
the command line using my ffmpeg build. Does jffmpeg
have support for encoding/decoding amr files. And if
not, is there any plan to add this functionality.
Mitch McCuiston
Logged In: NO
Hi,
Unfortunately, there is no plan for AMR audio in Java (there
isn't even a plan for a native bridge for audio codecs).
Audio codecs are actually quite boring to port, so I limited
support to MP3, Vorbis and AC3 (DVD audio).
JH