GNOME Bugzilla – Bug 429252
[New plugin] G729 audio encoder/decoder
Last modified: 2011-05-26 08:57:16 UTC
Hi, Below is a tarball containing g729enc and g729dec elements, most part of the code is from amrnbenc and amrnbdec elements. Test cmd line : gst-launch audiotestsrc freq=2000 ! g729enc ! g729dec ! identity sync=true ! alawenc ! filesink location=/tmp/g729.alaw These elements use an external library : 'libitug729.so', wich can be build from information on this page :: http://perso.orange.fr/laurent.glayal/ Please consider this code for inclusion. Thnak You
Created attachment 86276 [details] g729 encoder/decoder source code
New plugins must go in -bad first.
I would love to have this, but it seems that the copyright license of the G.729 reference code doesn't allow redistribution.
Ok, since these plugins are using code under a license which seems at best unclear I will close this as wontfix.