In the last episode (Dec 08), [EMAIL PROTECTED] said:
> (sorry, forgot to turn off html-bit on previous post)
> 
> This question is about the following sample file:
> http://raddatz.com/44.pcm It was recorded by phone via my VXML
> provider, http://plumgroup.com They said it is 8kHz mu-law encoded
> PCM.
> 
> I need to convert that file to smallest possible MP3 for playback on
> the web via Flash v4.0 (non-streaming) and Flash v6.0 (streaming). 
> The content will *always* be voice so I'd like to use something
> equivilent to lame's phone or phon+ encoding.
> 
> No matter what LAME options I try, all I get is screeching!

Lame doesn't recognize mu-law encoding.  Try converting it to 16-bit
signed with sox, then pass the wav file through lame.

sox -bU -r 8000 -t raw 44.pcm -uw 44.wav

Watch the frog, indeed.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
mp3encoder mailing list
[EMAIL PROTECTED]
http://minnie.tuhs.org/mailman/listinfo/mp3encoder

Reply via email to