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 519516 - iMelody demuxer
iMelody demuxer
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Linux
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-29 14:04 UTC by Bastien Nocera
Modified: 2008-04-08 21:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2008-02-29 14:04:27 UTC
iMelody specs:
http://developer.sonyericsson.com/getDocument.do?docId=65053

iMelody "ringtones" support embedding Wave and Midi files. It should be pretty straight forward to write a demuxer for that file type, so the files are handled directly by the right plugin in the pipeline.

(Unfortunately, I can't find any example files for it, just a lot of software to do the conversions).
Comment 1 Bastien Nocera 2008-02-29 14:43:14 UTC
I found http://www.convert-ringtones.com/ which should be able to convert the Wave and Midi files into iMelody files.
Comment 2 Sebastian Dröge (slomo) 2008-03-03 06:21:42 UTC
Ok, I've added a typefinder for this so far

2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>

	* gst/typefind/gsttypefindfunctions.c: (plugin_init):
	Add typefinder for IMelody files, using audio/x-imelody.
	See bug #519516.


I could only find imelody files with notes in them, if you find any with wav or mid or something else please give URLs :)
Comment 3 Bastien Nocera 2008-04-08 21:54:07 UTC
I can't find any. I guess I got ahead of myself when I read "The definition can be extended by defining new formats for MIDI/WAV, DTMF, polyphonic etc."
It can be extended, but hasn't been because it's easier just to have the data itself, on its own.