Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Multiple SoundEffect on Android doesn't work

Multiple SoundEffect on Android doesn't work

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 316 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • deleted57D Offline
    deleted57D Offline
    deleted57
    wrote on last edited by
    #1

    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

    ocgltdO 1 Reply Last reply
    0
    • deleted57D deleted57

      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

      ocgltdO Offline
      ocgltdO Offline
      ocgltd
      wrote on last edited by
      #2

      @deleted57 Did you ever find the answer? I'm facing same issue (2.5 years later)

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved