View Single Post
09-13-22, 07:37 AM   #1
Zax
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 147
AudioOptionsFrame_AudioRestart() non longer works?

Hello,

SoundManager, one of my addon uses this code in 9.x version to change the sound output device:
Lua Code:
  1. SetCVar("Sound_OutputDriverIndex", integer)
  2. AudioOptionsFrame_AudioRestart()

On PTR 10, AudioOptionsFrame_AudioRestart() raises the following error:
Code:
 Interface/AddOns/SoundManager/SoundManager.lua:413: attempt to call global 'AudioOptionsFrame_AudioRestart' (a nil value)
Thank you for your help.
__________________
Zax - Addons List, not all maintained.
  Reply With Quote