v18 How to maintain WASAPI in audio settings ?
#16
(2019-12-22, 04:27)BoyBobby Wrote: advancedsettings.xml doesn't work? Does here on 18.5

xml:
<advancedsettings>
    <audiooutput>
        <audiodevice>WASAPI:default</audiodevice>
        <passthroughdevice>WASAPI:default</passthroughdevice>
    </audiooutput>
</advancedsettings>

Works for me. This has saved me so much grief. Having a projector and TV using dual output from Yamaha amp confused the hell out of Kodi.

Also tried the HDMI pin 19 trick but only worked with partial success. Because Windows couldn't identify the display device I couldn't get 24Hz.
Reply
#17
Smile 
Thanks for this, this seems to work, although not on the first try for some reason.

In audio settings, when using this xml, these two settings are now gone, which is how this works i guess.
Reply
#18
(2024-03-10, 00:08)Flippinga Wrote: In audio settings, when using this xml, these two settings are now gone, which is how this works i guess.
Yes, that is how it works. You have transferred those GUI settings into the advancedsettings system.

Could you try this and see if it makes them visible again. I'm not sure if it will make them visible but worth a try...
xml:
<advancedsettings>
    <audiooutput>
        <audiodevice hide="false">WASAPI:default</audiodevice>
        <passthroughdevice hide="false">WASAPI:default</passthroughdevice>
    </audiooutput>
</advancedsettings>
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply

Logout Mark Read Team Forum Stats Members Help
How to maintain WASAPI in audio settings ?0