chore: remove CSCore (Windows-only audio engine) (#63)

CSCore uses WASAPI, DirectSound and MediaFoundation APIs that are
unavailable on Linux. Call-site replacement with a cross-platform
audio backend (OpenTK.Audio.OpenAL) is tracked in #40 (P3-013).

Closes #13 in r6e/FModel-Linux
This commit is contained in:
Rob Trame 2026-03-11 17:59:11 -06:00 committed by GitHub
parent 77431d8c1b
commit 23960d1266
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,8 +160,6 @@
Version="1.9.2" />
<PackageReference Include="AvaloniaEdit"
Version="0.10.12" />
<PackageReference Include="CSCore"
Version="1.2.1.2" />
<PackageReference Include="DiscordRichPresence"
Version="1.6.1.70" />
<PackageReference Include="EpicManifestParser"