Edgar Luevano wrote:
Dear all, I have found that aac files played on the symbian device sounds like buzzing. But when I play the same file in the device, it sounds fine.
You mean emulator?
Do you know why this happen? How can I make it sound fine in the emulator? thank you
One problem you have with the Symbian emulator is that its system granularity is only 100ms, while on the device it is 10ms (or what is 15ms??). So, it is possible that you are underflowing the audio with AAC on the emulator. You might try increasing the audio pushdown on the emulator only to see if that fixes it. Check in audio/device/pub/hxaudev.h and look for MINIMUM_AUDIO_PUSHDOWN. Try doubling it for MIN_HEAP. The important thing is that it works on the device, which it does, so only increase this for your testing on the emulator. --greg.
Edgar Edgar Luevano Dextratech Technologies Monterrey, N.L Mexico +52 82202010 www.dextratech.com _______________________________________________ Audio-dev mailing list [email protected] http://lists.helixcommunity.org/mailman/listinfo/audio-dev
_______________________________________________ Audio-dev mailing list [email protected] http://lists.helixcommunity.org/mailman/listinfo/audio-dev
