WASAPI defaulting back to DirectSound
#16
I can only assume that the wasapi source is unavailable when kodi looks for it. Not sure what else to suggest but to modify the devuce start up timings so kodi is last
Reply
#17
Did you ever find a solution to this.. i've tried the same steps.. even tried a plugin that was supposed to force it, nothing has worked in the long run.
Reply
#18
Sorry for waking up this old thread but I keep having this problem as well. I have used the Advancedsettings.xml and it works well. But it's annoying. nvidia releases updates like very often and some times Windows Update does something and the device id changes. Is there a way to use Advancedsettings.xml but not specify the ID but instead specify just default? Something like this:
<audiodevice>WASAPI: Default</audiodevice> 
<passthroughdevice>WASAPI: Default</passthroughdevice> 

Anyone? What would the syntax look like if possible?
Reply
#19
It seems to work with:
<advancedsettings>
<audiooutput>
<audiodevice>WASAPI:default</audiodevice> 
<passthroughdevice>WASAPI:default</passthroughdevice> 
</audiooutput>
</advancedsettings>

Default has to be in lower case. I'm not sure this everything is working but I tried poking around a bit and it does seem to work properly.
Reply

Logout Mark Read Team Forum Stats Members Help
WASAPI defaulting back to DirectSound0