How does format_mp3 work?
Tags: application, fly, format mp3, mp3 file, playback, slin, work
Hi
I was using the Playback application to play an MP3 file after compiling
and installing asterisk 1.8.7.0 with format_mp3 and it seems to me that
asterisk is transcoding the file to an slin on the fly rather than
playing the mp3 itself. Is this what it does?
Also, does this mean I might as well change the format of MP3s to WAV
seeing as I’m used to doing that anyway?
Thanks
Ish
Anonymous said:
Feb 22, 12 at 10:53 amIn article <1329920656.2027.37.camel@localhost.localdomain>, wrote:
Ishfaq Malik
Of course. You are not going to send mp3-encoded audio over a phone line,
are you? That would require an mp3 decoder in every phone.
In fact, any mp3 player is transcoding to linear on the fly, since that
is part of converting it to audio for the speaker or earphones!
What did you think was the difference between “trascoding to slin” and
“playing the mp3″?
If you have the storage space available for the larger WAV files, then yes,
this would reduce the CPU consumption of playback.
Cheers
Tony
Ishfaq Malik said:
Feb 22, 12 at 11:12 amHmm, when you put it like that, makes me wonder what I was thinking
Thanks for the response Tony