Running through headphones causing out of sync frames #1336
Unanswered
petar-dambovaliev
asked this question in
Q&A
Replies: 1 comment
|
Streams are semantically independent of each other, even if they are on the same device. They have no obligation to stay synchronized. I recommend mixing all your instruments together yourself, and piping the result into a single output stream, so you're in control of synchronization. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, i am making an application that would allow people to compose music via a script.
I am in early development stage and i am having some issues.
When i increase and decrease the song tempo, all instruments slow down and speed up in sync.
However, when i plug in my headphones and i change the tempo, all instruments go out of sync.
I have debugged the way i calculate note duration and seems to be correct.
So i don't know what else to do but post my problem here.
All reactions