The universal music player.
Coming soon...
Sampled is highly inspired by the Meta music tag editor and Doppler music player.
Note
Sampled is in development and has limited feature support.
Important
Sampled has not been notarized by Apple. To run the app, open the app and follow these instructions.
You can either download a release of the app from the Releases page or build the project from source in Xcode.
macOS Sequoia (15) or later is required.
The first time you build the project (as well as make changes to configuration, like building for release), it will take a significant amount of time to complete.1 This is due to the project depending on FFmpeg and libopus. Subsequent builds should perform much better.
- Clone the Git repository (e.g.
git clone https://github.com/kyleerhabor/sampled Sampled
) - Open the Xcode project (e.g.
open Sampled/Sampled.xcodeproj
) - Select
Product > Archive
to build the project for release - From the Organizer, select
Distribute App > Custom > Copy App
to export the app - Open the app
If you encounter an error like 'libavutil/avutil.h' file not found
, you may need to run Tools/setup.sh
first.
Footnotes
-
An initial build on my 2019 MacBook Pro takes ~4 minutes to complete. ↩