Search Unity

Audio AudioTrack: obtainBuffer(192) returned 192 = 192 + 0 err 0

Discussion in 'Audio & Video' started by BAIZOR, Nov 22, 2019.

  1. BAIZOR

    BAIZOR

    Joined:
    Jul 4, 2013
    Posts:
    112
    I receive a TON of errors in Android LogCat with the error:
    AudioTrack: obtainBuffer(192) returned 192 = 192 + 0 err 0

    What is it? I have and audios in games, AudioMixer with few audio channels.
    The same error exists in multiple projects

    upload_2019-11-22_15-32-59.png
     
    Fabricio_Tarter likes this.
  2. matthewhxq

    matthewhxq

    Joined:
    Jul 6, 2015
    Posts:
    21
    I have the same problem, did you find any solution?
    My game is on Unity 2019.2.8f1

    Edit: I just checked Unity 2019.2.15f1, same thing.
     
    Last edited: Dec 8, 2019
  3. erpresi

    erpresi

    Joined:
    Oct 28, 2014
    Posts:
    7
    Same here! No clue of what can be
     
  4. Rrawrr

    Rrawrr

    Joined:
    Sep 13, 2017
    Posts:
    3
    Same thing, the project is on Unity 2019.4.13f1
    Build downloaded to the android device. Error appears while console debugging on one android device, but doesn't appear on other android devices.
    Does anyone knows why?
     
    Last edited: Nov 6, 2020
  5. alex-turantsev

    alex-turantsev

    Joined:
    Nov 12, 2015
    Posts:
    2
    Any solutions?
     
  6. AntonVazhinsky

    AntonVazhinsky

    Joined:
    Nov 24, 2013
    Posts:
    67
    xiaomi redmi note 7 same problem. Has anyone solved the problem?
     
  7. AntonVazhinsky

    AntonVazhinsky

    Joined:
    Nov 24, 2013
    Posts:
    67
    Has anyone understood what the problem is?
     
  8. _fatalix3d_

    _fatalix3d_

    Joined:
    Mar 6, 2014
    Posts:
    2
    Bump! I got to this error ...
     
  9. BAIZOR

    BAIZOR

    Joined:
    Jul 4, 2013
    Posts:
    112
    After two years, I still don't know what is it. But anyway the logs are Info and Verbose. That means there is no problem. But anyway looks very strange. I have many projects with this behavior and all of them are fine. Nothing ridiculous happened.
     
    doganakdag and dphe like this.