Dmitry Gempler
Dmitry Gempler
Ahhh 🤦♂️ makes total sense, the app explicitly sets the controls so it should also "unset" them. I'll give it a shot tomorrow and will let you know. Thanks!
@ryanheise [This branch](https://github.com/DGempler/audio_service/tree/dgempler/2021-09_clear_control_center_controls) is working as expected - please let me know if this looks correct: https://github.com/DGempler/audio_service/blob/54aaefb051325535fbc39a56971a1fe8c59211ba/audio_service/example/lib/example_playlist.dart#L618-L633 @nt4f04uNd it worked with and without the ASetSpeed update for me - I'm...
It makes sense to me that `stopService` would disable and dispose of everything. But then again, I'm probably not the best person to answer since I was already expecting other...
Hey @ryanheise sorry, missed your comments. Should be able to test this later this week and will let you know. Thanks!
Hi @ryanheise It works - I reverted my code (which manually updated the `controls` and `systemActions`) and it removed the control center controls on calling `super.stop()` - when debugging on...
@triqi is correct - after many frustrating hours of trying to make things work, just adding `shell: true` to the options passed into spawn() did the job for me -...
@sethmoore close the `java` process in `Task Manager`. If you have more than one running, use the `netstat` command I mention above to find the process ID of the correct...
Here's a one-liner I was able to put together for killing the process in Windows (Git Bash): `tskill $(netstat -aon | grep :8000 | grep LISTENING | head -1 |...
initPlayerQueue calls setPlaybackStatusInfo: https://github.com/alexelisenko/audio_player_service/blob/9d9f9417077244c1c1fa49c3ccfe90002bf30a1b/ios/Classes/AudioPlayer.m#L346-L381
PR: https://github.com/alexelisenko/audio_player_service/pull/5