android - "Don't play soundPool because of a recording" on LG phone -


I have an app where it records via audio recordcards and plays sound via the same time: play (int soundID , Left left floume, float right volume, int priority, int loop, float rate)

Audio record will be about one minute, and during this time many small sounds from the sound will last approximately 2 seconds. All sounds are already full.

And everything works as expected on the device (like the Galaxy S3; Nexus 7 device). But when the exact code has been tested on LG-P875 (maybe modern as Android 2 and Android 4.1+), I get a message: "Do not play soundtrack because of the recording". It comes from a SoundPool filter.

The same code for SoundPool, without recording, is running on an LG-P875, plays seems OK. It's just an issue with sound recording and recording on a LG phone.

I appreciate any thoughts or guidelines that find the basic source of the problem / problem to find. I hope there are many devices similar to the LG-P875, where this error occurs.

Thank you.

The action I used was automatically to create a MIDI file and play them to use the Media Player . With this like LG phone, you can record as play sound at the same time.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -