Go to file
Ivan Bushchik 6e3327aa1f
v0.2: Metadata support, samplerate removal
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2024-03-14 20:56:59 +03:00
monoclient v0.2: Metadata support, samplerate removal 2024-03-14 20:56:59 +03:00
platform v0.2: Metadata support, samplerate removal 2024-03-14 20:56:59 +03:00
src v0.2: Metadata support, samplerate removal 2024-03-14 20:56:59 +03:00
.gitignore Add basic SwiftUI client 2024-03-04 16:15:22 +03:00
.rustfmt.toml 0.1.0: Initial commit 2024-01-28 20:19:45 +03:00
Cargo.lock v0.2: Metadata support, samplerate removal 2024-03-14 20:56:59 +03:00
Cargo.toml v0.2: Metadata support, samplerate removal 2024-03-14 20:56:59 +03:00
LICENSE 0.1.0: Initial commit 2024-01-28 20:19:45 +03:00
README.md v0.2: Metadata support, samplerate removal 2024-03-14 20:56:59 +03:00

lonelyradio

TCP radio for singles

Radio that uses unencrypted TCP socket for broadcasting tagged audio data.

Decodes audio streams using symphonia.

Build

cargo build -r

Run

lonelyradio [-a <ADDRESS:PORT>] <MUSIC_FOLDER> [-p] [-w]

All files (recursively) will be shuffled and played back. Public log will be displayed to stdout, private to stderr.

Clients

monoclient is a recommended client for lonelyradio

monoclient <SERVER>:<PORT>

Other clients

SwiftUI client is availible in platform directory.

License

lonelyradio and monoclient are licensed under the terms of the MIT license.