Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace all of the sound systems with BASS #74

Open
3 tasks
MainMemory opened this issue Dec 2, 2024 · 0 comments
Open
3 tasks

Replace all of the sound systems with BASS #74

MainMemory opened this issue Dec 2, 2024 · 0 comments

Comments

@MainMemory
Copy link
Contributor

MainMemory commented Dec 2, 2024

The game's sound system apparently has a bug where sometimes the sound effects end up going to a different audio device than the music/voices, as well as limiting options for music and sfx replacement (voices have a workaround currently but it'd be ideal for all voice playback to be handled by the same system). Implementing this will require deciphering enough of the game's sound systems to hook BASS into them, possibly needing to implement our own AFS and CSB parsers (or just find a way to get data from the game's built-in parsers).

  • Music playback
  • Voice playback from AFS
  • Sound effect playback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant