After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 163286 - [PATCH] Support for .amr file format
[PATCH] Support for .amr file format
Status: RESOLVED DUPLICATE of bug 155163
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Low enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-07 22:41 UTC by Nickolay V. Shmyrev
Modified: 2005-01-27 13:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
hm (13.09 KB, patch)
2005-01-07 23:21 UTC, Ronald Bultje
none Details | Review

Description Nickolay V. Shmyrev 2005-01-07 22:41:47 UTC
It would be nice to support .amr files

AMR is the default speech codec used on most phones. If you MMS someone an audio
file, it will most likely be in AMR format. This can present a problem on PCs
since most platforms don't have any AMR decoder at all. 

C implementation of encoder and decoder and specs could be found on

http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-510.zip
Comment 1 Ronald Bultje 2005-01-07 23:21:57 UTC
Created attachment 35640 [details] [review]
hm

I played around at some point, with the above patch as a result. I don't know
if it works, the samples I had did not give errors but didn't give sound
either. Feel free to play around with it.
Comment 2 Nickolay V. Shmyrev 2005-01-08 21:00:15 UTC
I've wrote a mail to 3gpp asking for a permission for create a usable library
from their code. Waiting for answer :)
Comment 3 Ronald Bultje 2005-01-27 13:59:04 UTC
Hm, we now have two AMR bugs - so I'm dupping this with the other.

*** This bug has been marked as a duplicate of 155163 ***