-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(DmSynth): implement stop-gap solution to fix audio flicker when s…
…witching bands This only really works for Gothic 1 and doesn't actually fix the root cause which is, that newly allocated TSFs will produce PCM that is drastically different from what was produced by the previous one, causing audio flicker. In the future, a solution might be to fade out the audio to zero before the transition happens.
- Loading branch information
1 parent
8554696
commit 51acfa4
Showing
3 changed files
with
47 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters