System.getProperty("supports.mixing") returns true, however when my application plays 2 sounds close together, the application crashes (crash doesn't happen immediately, the app continues for 2-3 seconds without sound).
No issues with non overlapping sounds, except that there is a small distortion a the end of the sound.
All sounds are prefetched.
Sound works perfectly fine on S60 devices - N95, 6681, N71.
How can I debug this situation, especially when no exception is being raised?
Thanks.
Update:
With the S40 5th Ed FP1 SDK, the problem occurs in the emulator itself. The application doesn't crash, however sound gets disabled. (the small distortion is also present)
The following message is posted to the output window:
EAP not responding, hence MUSIC Server RESETS phone!
EAP not responding - no AUD_EAP_BUFFER_EMPTY_NTF received from EAP
08:31:31: Error: hw_reset_generate: 27

Reply With Quote

