mirror of
https://github.com/ivabus/lonelyradio
synced 2024-11-25 09:35:09 +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>
21 lines
388 B
Markdown
21 lines
388 B
Markdown
# 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.
|
|
|
|
[Screenshots (pre v0.2)](./screenshots/swiftui)
|