QML: Multiple SoundEffect on Android doesn't work
up vote
0
down vote
favorite
Using multile SoundEffect on Android allow play around the first 5 different sounds but after this all sounds stop working. Looking in the logcat console it return this error:
E AudioTrack: AudioFlinger could not create track, status: -12
E libOpenSLES: AudioTrack::initCheck status 4294967284
W libOpenSLES: Leaving Object::Realize (SL_RESULT_CONTENT_UNSUPPORTED)
The error -12 mean "out of memory". That is a very big problem cause it became SoundEffect not usable on Android system. Someone know a workaround to this problem?
Thank you
android qml
add a comment |
up vote
0
down vote
favorite
Using multile SoundEffect on Android allow play around the first 5 different sounds but after this all sounds stop working. Looking in the logcat console it return this error:
E AudioTrack: AudioFlinger could not create track, status: -12
E libOpenSLES: AudioTrack::initCheck status 4294967284
W libOpenSLES: Leaving Object::Realize (SL_RESULT_CONTENT_UNSUPPORTED)
The error -12 mean "out of memory". That is a very big problem cause it became SoundEffect not usable on Android system. Someone know a workaround to this problem?
Thank you
android qml
Posting appropriate code can significantly increase the chance of getting right answer.
– folibis
Nov 8 at 12:51
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Using multile SoundEffect on Android allow play around the first 5 different sounds but after this all sounds stop working. Looking in the logcat console it return this error:
E AudioTrack: AudioFlinger could not create track, status: -12
E libOpenSLES: AudioTrack::initCheck status 4294967284
W libOpenSLES: Leaving Object::Realize (SL_RESULT_CONTENT_UNSUPPORTED)
The error -12 mean "out of memory". That is a very big problem cause it became SoundEffect not usable on Android system. Someone know a workaround to this problem?
Thank you
android qml
Using multile SoundEffect on Android allow play around the first 5 different sounds but after this all sounds stop working. Looking in the logcat console it return this error:
E AudioTrack: AudioFlinger could not create track, status: -12
E libOpenSLES: AudioTrack::initCheck status 4294967284
W libOpenSLES: Leaving Object::Realize (SL_RESULT_CONTENT_UNSUPPORTED)
The error -12 mean "out of memory". That is a very big problem cause it became SoundEffect not usable on Android system. Someone know a workaround to this problem?
Thank you
android qml
android qml
asked Nov 8 at 8:27
Suppaman
667
667
Posting appropriate code can significantly increase the chance of getting right answer.
– folibis
Nov 8 at 12:51
add a comment |
Posting appropriate code can significantly increase the chance of getting right answer.
– folibis
Nov 8 at 12:51
Posting appropriate code can significantly increase the chance of getting right answer.
– folibis
Nov 8 at 12:51
Posting appropriate code can significantly increase the chance of getting right answer.
– folibis
Nov 8 at 12:51
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53203886%2fqml-multiple-soundeffect-on-android-doesnt-work%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Posting appropriate code can significantly increase the chance of getting right answer.
– folibis
Nov 8 at 12:51