Anyone knows how to use CAudioEqualizerUtility class? CAudioEqualizerUtility cannot be tested on an emulator so I should test on a phone. When I try to delete a CAudioEqualizerUtility instant, the phone freezes.
Hi, have you resolved it?
I even can't create CAudioEqualizerUtility use this function:
static IMPORT_C CAudioEqualizerUtility * NewL (CMdaAudioOutputStream &aUtility)
it reports "Feature Not supported" on E60.
Thanks for any suggestion.
Bob
Re: Using CAudioEqualizerUtility
2008-02-06, 14:37#3
I tried using the audio equalizer class ages ago and simply gave up with it when my E60 also returned "not supported". Presumably it does work on later phones (i.e. FP1 devices!?).
I might be tempted to look at this again now that I've got an N82 but it would be good if somebody could confirm the status of this API, is it officially supported or what?
Re: Using CAudioEqualizerUtility
2008-02-06, 17:35#4
All 3rd phones support equalizer and stereo widening. Nokia 3250, 5700 and music phones support also bass boost. Use CAudioEqualizer, CBassBoost and CStereoWidening instead of CAudioEqualizerUtility. Try FIVN Player to check if your phone works.
Re: Using CAudioEqualizerUtility
2008-02-18, 12:51#5
I was having problems with this too. I was using CAudioEqualizer with a CMdaAudioOutputStream. It would always crash when deleting the equalizer. I found that you have to call Stop() on the output stream before deleting the equliser and then everything works correctly. Hope this helps.