mirror of
https://github.com/devgianlu/librespot-android.git
synced 2026-04-26 05:45:50 +03:00
[GH-ISSUE #7] Implement pausing Audio Playback #5
Labels
No labels
bug
enhancement
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-android#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mitschwimmer on GitHub (Apr 25, 2021).
Original GitHub issue: https://github.com/devgianlu/librespot-android/issues/7
As ".close()" in the SinkOutput API is expecting to pause the playback, ".start()" should actually resume the playback in case a track has been paused before. Throw a SinkException if the track can't be resumed.
@devgianlu commented on GitHub (Apr 29, 2021):
Play/pause now works