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

Improve Audio Playback Stability #1243

Merged
merged 2 commits into from
Jan 7, 2025
Merged

Improve Audio Playback Stability #1243

merged 2 commits into from
Jan 7, 2025

Conversation

yuto-trd
Copy link
Member

@yuto-trd yuto-trd commented Jan 7, 2025

Description

Fixed an issue where an exception could occur during audio playback using OpenAL if a previous audio session was still active. This update improves overall stability by ensuring proper handling of ongoing audio sessions.

Breaking changes

Fixed issues

Copy link
Contributor

github-actions bot commented Jan 7, 2025

No TODO comments were found.

Copy link
Contributor

github-actions bot commented Jan 7, 2025

Code Coverage

Package Line Rate Branch Rate Complexity Health
Beutl.Language 0% 0% 712
Beutl.Utilities 73% 67% 360
Beutl.Operators 4% 0% 62
Beutl.Engine 33% 30% 8883
Beutl.ProjectSystem 12% 6% 2064
Beutl.Extensibility 2% 0% 66
Beutl.Core 31% 28% 3054
Beutl.Configuration 40% 19% 285
Beutl.Threading 99% 90% 118
Summary 29% (10839 / 36964) 27% (2920 / 10649) 15604

Minimum allowed line rate is 0%

@yuto-trd yuto-trd merged commit 9d216ec into main Jan 7, 2025
4 checks passed
@yuto-trd yuto-trd deleted the fix/audio-play branch January 7, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant