mirror of
https://github.com/ivabus/lonelyradio
synced 2024-11-12 19:45:17 +03:00
Ivan Bushchik
f3f21d8fc8
Add option (`-m --max-samplerate N`) to resample tracks if their samplerate exceeds N Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
388 B
388 B
Platform-specific player realizations
Rust + SwiftUI (iOS/iPadOS/macOS (iOS mode))
Build monolib
cargo lipo --release --targets aarch64-apple-ios -p monolib
For running in simulator
cargo lipo --release --targets aarch64-apple-ios-sim,x86_64-apple-ios -p monolib
Build and run app
Open Xcode and run.