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

Fix music going too fast for first few seconds #158

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

freebytego
Copy link
Contributor

No description provided.

@@ -148,6 +148,7 @@ void AudioSong::work() {

if (chunkReadStatus > 0) {
WaitSema(fillbufferSema); // wait until previous chunk wasn't finished
audsrv_wait_audio(chunkReadStatus);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is been applied here, i will talk to wellinator about dropping this commit or i will close this one.

Copy link
Owner

@h4570 h4570 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @freebytego.

Welcome to Tyra community!
Merged.

Thank you for contributing!

@h4570 h4570 merged commit e2790d9 into h4570:master Jul 25, 2023
2 checks passed
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.

3 participants