HydrogenAudio

Lossy Audio Compression => Speech Codecs => Topic started by: RadScorpion on 2008-03-16 13:50:12

Title: MONOGRAM AMR Filter Pack
Post by: RadScorpion on 2008-03-16 13:50:12
Hello people,

there is a new opensource (GNU GPL) AMR filter pack available for public use. I’ve upgraded the AMR demux and encoder filter with some better timestamp handling and completed the collection by adding a mux and a decoder filter. So now the package contains a set of Encoder+Decoder and Mux+Demux filters. This makes all kinds of encoding/transcoding into and from AMR format possible.

The filter collection is also available at the public MONOGRAM SVN repository and you can checkout the source code using this command:

Code: [Select]
svn co svn://dev.monogram.sk/public/amr_pack/trunk


Download binary here : mm_amr_pack_1.0.1.0_bin.zip (288 KB) (http://blog.monogram.sk/janos/download/filters/mm_amr_pack_1.0.1.0_bin.zip)

Enjoy,

Igor
Title: MONOGRAM AMR Filter Pack
Post by: Antonski on 2008-03-16 21:21:36
Thank you for your good work Igor!
The filterpack works with 4 of my 5 test AMR samples. Does it support WB-AMR or just the NB?
~
Title: MONOGRAM AMR Filter Pack
Post by: RadScorpion on 2008-03-17 08:17:09
Currently only NB. I may add WB support and multichannel AMR file support soon.
Title: MONOGRAM AMR Filter Pack
Post by: A.P.T. on 2008-03-17 11:31:26
Thanks for these filters
Do you plan to add support for WB+?
Title: MONOGRAM AMR Filter Pack
Post by: RadScorpion on 2008-03-17 19:15:21
Hopefully yes. Can't promise any exact release dates but I'd like to add as many AMR formats as possible.
Title: MONOGRAM AMR Filter Pack
Post by: DKtheGreat on 2009-07-01 08:09:25
How to get the source code? Please give more detail.
Thanks!