add DFC crown! Thank you SomehowScarlet

This commit is contained in:
Anthony Samms
2025-09-16 13:34:04 -04:00
parent 6438800874
commit 9c83611d2b
4 changed files with 16 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ jobs:
curl -L https://github.com/PortAudio/portaudio/releases/download/v19.7.0/pa_stable_v190700_20210406_msvc.zip -o portaudio_msvc.zip 2>/dev/null || echo "MSVC binaries not available"
# Option 2: Try community builds
curl -L https://github.com/spatialaudio/portaudio-binaries/blob/master/libportaudio64bit-asio.dll || echo "Community binaries not available"
curl -L https://github.com/spatialaudio/portaudio-binaries/raw/master/libportaudio64bit-asio.dll -o libportaudio64bit-asio.dll 2>/dev/null || echo "Community binaries not available"
# Option 3: Try a known working ASIO-enabled build
curl -L https://www.un4seen.com/files/z/1/bass24-win32.zip -o bass_example.zip 2>/dev/null || echo "Alternative audio library not available"