-
Notifications
You must be signed in to change notification settings - Fork 8
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
background music #14
Comments
Can IOS and Android not play Spotify at the same time? |
exactly, Spotify stop when I start the app. if I comment out all the metronome code it works fine. I also use the flutter_tts package in this app and flutter_tts works fine with my app and Spotify. |
by the way, I only use IOS at this stage so I have not tried with Android yet! |
Add enableSession: false in init and try. |
ok, great, thanks! it works! I did see enableSession in the definition but I did not connect it to my issue! once again thanks for you super fast response! all the best /silverlona |
Hi, I use the metronome to mark the pace in a training app. However, I want background music and I can't get the metronome to work with for example spotify playing music at the same time. Is this possible or something that can be fixed in the next version?
I can off course write my own code for this but the metronome works great except for this issue described above! I don't see that it would be a negative thing to enable this feature. Thanks for a great package!
best regards
silverlona
The text was updated successfully, but these errors were encountered: