Namespaces
Variants
Actions

Increased CMMFDevSound playback buffer size in Nokia N8 (Known Issue)

Jump to: navigation, search

When playing back encoded audio (for instance, MP3 or AAC) on the Nokia N8 using the low-level interface to audio device (CMMFDevSound), the length of the playback buffers as requested by the audio device can be significantly larger than what is reported by CMMFDevSound::Config().

Article Metadata

Tested with
Devices(s): Nokia N8

Compatibility
Platform(s): Symbian^3

Article
Keywords: CMMFBuffer, RequestSize
Created: User:Kbwiki (17 Jun 2010)
Last edited: hamishwillee (12 Mar 2012)

Detailed description

After initialising and starting the playback process with CMMFDevSound::PlayInitL(), the client will receive callbacks to MDevSoundObserver::BufferToBeFilled(), with a pointer to the buffer (CMMFBuffer) that needs to be filled. The amount of data that the audio device requires to start or continue playback is specified in CMMFBuffer::RequestSize(). The request size can be significantly bigger in Nokia N8 compared to previous S60 devices (eg. 48000 bytes for MP3 decoder). The client must always fill up the buffer to the requested size except at the end of playback, otherwise a KErrUnderflow error will be received.

Solution

Developers accessing the audio system through CMMFDevSound should be aware of this change, detect the buffer size at runtime, and adapt their application logic accordingly.

This page was last modified on 12 March 2012, at 08:46.
98 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved