https://github.com/sbooth/simpleplayer-macos
macOS audio player demonstrating SFBAudioEngine
https://github.com/sbooth/simpleplayer-macos
Last synced: about 1 year ago
JSON representation
macOS audio player demonstrating SFBAudioEngine
- Host: GitHub
- URL: https://github.com/sbooth/simpleplayer-macos
- Owner: sbooth
- License: mit
- Created: 2024-06-01T12:49:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-08T04:19:49.000Z (over 1 year ago)
- Last Synced: 2025-04-02T17:37:49.348Z (about 1 year ago)
- Language: Swift
- Size: 46.9 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SimplePlayer for macOS
A macOS audio player demonstrating [SFBAudioEngine](https://github.com/sbooth/SFBAudioEngine).
SimplePlayer is written in Swift using AppKit and supports gapless sequential playback of items from a playlist. The essential functionality is contained in one file, [PlayerWindowController.swift](SimplePlayer-macOS/PlayerWindowController.swift).