-
-
Notifications
You must be signed in to change notification settings - Fork 288
Add Opus audio playback support #774
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
base: main
Are you sure you want to change the base?
Conversation
woah, i'll surely check this out |
…it doesn't detect the OGG version.
What a coincidence! I just finished implementing the auto-detection feature. |
…ulti-extension detection process
I was actually thinking of implementing it as a decoder so the getSound Assets function isnt a mess |
cool |
wowzers |
I'm wondering if Opus support can be implemented in version 1.0.2? Even if file extension recognition isn't added, that's acceptable. If we assume no extension support is needed, then only the following three files from this pull request would require updates:
This approach would still allow using Opus audio encoding within the .ogg container. |
quoting my reply, i might be closing this pull request so dont do anymore to the pull request |
Okay. |
Added OPUS audio playback support.
Also started adding multi-format extension support in ChartMetaData (though this part is unfinished). If you want to use OPUS audio globally right now, you can simply rename .opus files to .ogg — yes, they will still play correctly this way.
Also, OGG is itself a container format that supports Opus encoding. So you can absolutely encode your audio as Opus and package it within an OGG container.