-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: Resolve issues with custom audio not playing (#432)
* started working on a fix. * Fixed the custom sounds handler. A gigantic thanks to @Metious for researching the issues and the errors because I was too dumb and unexperienced with FMOD to do that, really ! Co-Authored-By: Metious <[email protected]> * Added a new input in RegisterCustomSound, you can now give a MODE input in case you don't want to deal with AudioUtils.CreateSound(sound, MODE). Added constant optimal Sound Modes to AudioUtils. Based on what ROTA researches gave. * safety removed, it will be patched with the fix in #429 * removed some debug logs * Change MODE names to be more consistent * Use stream mode by default for PDA voices * Reference AudioUtils modes in XML docs --------- Co-authored-by: Metious <[email protected]> Co-authored-by: LeeTwentyThree <[email protected]>
- Loading branch information
1 parent
64432d4
commit 356b4d7
Showing
4 changed files
with
92 additions
and
14 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
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