lonelyradio/README.md
Ivan Bushchik 0afbed5758
v0.2.2: Add monolib docs and readme
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2024-03-15 19:36:24 +03:00

922 B

lonelyradio

TCP radio for singles

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

Decodes audio streams using symphonia.

Install

cargo install lonelyradio

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 CLI client for lonelyradio that uses monolib

monoclient <SERVER>:<PORT>

Other clients

SwiftUI client is availible in platform directory.

monolib provides lonelyradio-compatible C API for creating custom clients.

License

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