Playback

12.1.0

Play audio and video
michaelnisi/playback

What's New

12.1.0

2021-12-19T18:13:47Z

Publish asset state for playback monitoring and scrubbing.

Playback

The Playback Swift package for iOS plays audio and video. It manages a playback session, plays audio and video, integrates with Remote Command Center, and persists playback times using NSUbiquitousKeyValueStore.

Playback is used in the Podest podcast app.

FSM

Audiovisual playback is asynchronous, a combination of IO and user events. Internally, Playback synchronizes these events and serially handles them, implementing a finite-state machine with five states.

  • inactive
  • paused
  • preparing
  • listening
  • viewing

Install

📦 Add https://github.com/michaelnisi/playback to your package manifest.

License

MIT License

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

Last updated: Thu Mar 14 2024 23:12:04 GMT-0900 (Hawaii-Aleutian Daylight Time)