View Single Post
ace's Avatar
Posts: 296 | Thanked: 80 times | Joined on Dec 2007
#1
I've been trying to optimize video playback on my N800 with OS2008. I noticed mplayer (1.0rc1-maemo.26.n8x0 and now 1.0rc1-maemo.27.n8x0 ) fails to use the dspmp3 audio decoder. It falls back to the libmad mp3 decoder, which runs on the main CPU, instead of the DSP, right?

I've even reflashed, on the chance I broke something, but it still doesn't work.

When I try to play a video with MP3 audio, or a MP3 file with mplayer (and verbose output), I get this:

Code:
==========================================================================
Trying to force audio codec driver family dspmp3...
Opening audio decoder: [dspmp3] MP3 audio pass-through for Nokia 770/N800 (fake decoder)
ADecoder preinit failed :(
ADecoder init failed :(
Trying to force audio codec driver family libmad...
Opening audio decoder: [libmad] libmad mpeg audio decoder
dec_audio: Allocating 4096 bytes for input buffer.
dec_audio: Allocating 9216 + 65536 = 74752 bytes for output buffer.
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
Selected audio codec: [mad] afm: libmad (libMAD MPEG layer 1-2-3)
==========================================================================
Am I missing a package, or what?