Hi, today I updated my cloned libvgm repository and compiled again on Windows 10.
Driver problem activation is solved.
Code:
C:\Users\gzaff\Devs\libvgm\build>bin\Release\player.exe ".\..\..\..\Music\BotB 32055 JonKaruzu - Be Worst Game Cheat-litchy.vgz"
Opening Audio Device ...
Using driver DirectSound.
Opening Device 0 ...
Loading BotB 32055 JonKaruzu - Be Worst Game Cheat-litchy.vgz ... VGM v161, Total Length: 138.78 s, Loop Length: 0.00 s
Song Title: Be Worst Game Cheat-litchy
Song End.38.73 / 138.78 ...
Done.
Previously I needed to manually disable some drivers selection, now disabling is not required.
Code:
C:\Users\gzaff\Devs\libvgm\build>cmake -D AUDIODRV_WASAPI=OFF -D AUDIODRV_XAUDIO2=OFF ..
C:\Users\gzaff\Devs\libvgm\build>cmake --build . --config Release
I would like to know, if possible, did somebody work on this issue?
Thank You for keeping libvgm moving fast!
Giangiacomo