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

What is the expected behavior of loop_region? #112

Open
hasenbanck opened this issue Dec 29, 2024 · 2 comments
Open

What is the expected behavior of loop_region? #112

hasenbanck opened this issue Dec 29, 2024 · 2 comments

Comments

@hasenbanck
Copy link

hasenbanck commented Dec 29, 2024

I had to write following patch in our project, where we use kira as the audio engine, so that the background music is properly looping:

vE5li/korangar@18c2924

I would assume, that loop_region(..) or at least loop(..duration) would be enough to let it loop, but when I do so, the track is only played one time. What is the expected behavior of the loop_region function?

@hasenbanck hasenbanck changed the title What is the expected behavior of "loop"? What is the expected behavior of loop_region? Dec 29, 2024
@tesselode
Copy link
Owner

That sounds like a bug - can you point me to a music track that demonstrates this bug?

@hasenbanck
Copy link
Author

You can for example try the "01.mp3" of this BGM:

https://archive.org/download/121_20191019

The track doesn't loop without the workaround I pointed at above.

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

No branches or pull requests

2 participants