-
Notifications
You must be signed in to change notification settings - Fork 1
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
Improve audio support #7
Comments
Just to keep the people only following github and not the forum informed: And BGM_GetTicks is a MIDI-only feature btw. |
BGM_Pitch produces a lot of bugs atm: On csnd:SND:
1st call: BGM playstate is paused but not in logic streaming (so it will continue the streaming but you'll not listen anything like if volume is 0) at the end of BGM_Pitch.
|
BGM_Pitch finally fixed :P |
awesome, updated the testbuild for the updater with the latest commit. |
You wrote a while ago that OGG does not work correctly. |
Not at all, OGG doesn't work correctly only for BGMs cause it needs a different audio streaming function (since vorbisidec doesn't give you static PCM buffer sizes) and cause apparently secondary thread just crashes when used for BGM oggs. Sounds are working perfectly. |
This is a complete TODO list regarding audio support:
BGM (Musics):
Generic:
The text was updated successfully, but these errors were encountered: