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

Major: Improved audio stability. Added NewPlatformAudioOutput, providing a callback-based audio generator that is much more stable #1983

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

soywiz
Copy link
Member

@soywiz soywiz commented Oct 25, 2023

Audio generation happens in their own audio-thread, and is generated on demand. It also simplifies implementations.
This implementation was done to circumvent all the limitations of the old K/N memory model. But now K/N is only used on iOS, and we have the new memory model, so we can finally fix how this works.
Took the opportunity to clean-up old backends.
This should fix the choppy sound issues that happened in most targets since ages ago.

@soywiz soywiz changed the title Added NewPlatformAudioOutput, providing a callback-based audio generator that is much more stable Major: Added NewPlatformAudioOutput, providing a callback-based audio generator that is much more stable Oct 25, 2023
@soywiz soywiz changed the title Major: Added NewPlatformAudioOutput, providing a callback-based audio generator that is much more stable Major: Improved audio stability. Added NewPlatformAudioOutput, providing a callback-based audio generator that is much more stable Oct 25, 2023
@soywiz soywiz merged commit 06dc4e0 into main Oct 25, 2023
8 checks passed
@soywiz soywiz deleted the feature/new.audio.output branch October 25, 2023 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant