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

Synchronization with streaming services like Spotify and Youtube? #5

Open
schollz opened this issue Dec 18, 2015 · 1 comment
Open

Comments

@schollz
Copy link
Owner

schollz commented Dec 18, 2015

Spotify and Youtube both have a seek() function so its doable. However, both APIs seem to only support precision of seconds and not milliseconds. That would mean that using these streaming service APIs would almost certainly not be exactly in sync (I've found that anything that is >30 ms off sounds echoey and annoying). I'll have to dig around some more.

@deto
Copy link

deto commented Dec 19, 2015

I'd imagine the ideal implementation of something like this, would just be a program that would capture audio coming out of your computer, stream it to the other networked servers, and then play it on your computer with a delay to compensate for the network effects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants