Search Unity

FMOD failed to initialize if targeting Android Q

Discussion in 'Android' started by van_ustwo, Jul 1, 2019.

  1. van_ustwo

    van_ustwo

    Joined:
    Jul 10, 2012
    Posts:
    82
    I'm have no sound playing if I target android to 29 (Android Q). I'll get the following error logs.
    I'm using Unity 2018.4.3 LTS

    07-01 10:11:46.646: E/Unity(8672): FMOD failed to initialize the output device.: "Error initializing output device. " (60)
    07-01 10:11:46.648: W/Unity(8672): Forced to initialize FMOD to to the device driver's system output rate 48000, this may impact performance and/or give inconsistent experiences compared to selected sample rate 24000
    07-01 10:11:46.648: W/Unity(8672):
    07-01 10:11:46.648: W/Unity(8672): (Filename: ./Modules/Audio/Public/AudioManager.cpp Line: 1349)
    07-01 10:11:46.650: E/Unity(8672): FMOD failed to initialize the output device.: "Error initializing output device. " (60)
    07-01 10:11:46.651: D/Unity(8672): FMOD failed to initialize any audio devices, running on emulated software output with no sound. Please check your audio drivers and/or hardware for malfunction.