Click to See Complete Forum and Search --> : a question
keko2005
09-19-2005, 06:11 PM
not sure if this is the write forum, but ill give it a shot anyway. on this site i found(which is a php site), you can upload a 30.sec mp3 file, and then have it relayed to my phone. when i recieve the audio file, the type is now MIDI not mp3. i also noticed that when i sent the mp3 file straight from my email account to my phone, the quality was worse, but MIDI that the website sent me had a more sharp sound. does anyone know how to do this?
SpectreReturns
09-20-2005, 06:30 PM
Converting to/from MID is more or less impossible. You might want to check up on that.
keko2005
09-20-2005, 06:40 PM
i dont know how they do it, but when i upload the file to them, its mp3 format, but when they relay it to my phone, its now MID, with better counding quality, i will attach a zip file with my mp3 and their MID file if you want to see wha im tlaking about
theuedimaster
09-20-2005, 07:29 PM
Go ahead! This seems interesting...
SpectreReturns
09-20-2005, 08:24 PM
Sure. The problem is this:
MID is a text-based set of instructions which tells the reciever how to recreate the sound
MP3 is the actual sound data compressed into the same format that MPEG's use for sound (layer 3, thus MP3).
The only way I know to a MID to an MP3 is to actually play it then record it. Don't know how to go backwards.