Go to file
Ivan Bushchik 05b65e25ed
monolib: change default cache size to 500
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2024-03-24 20:14:41 +03:00
monoclient 0.3.0: send audio by fragments, use crossterm in monoclient 2024-03-24 13:24:48 +03:00
monolib monolib: change default cache size to 500 2024-03-24 20:14:41 +03:00
platform 0.3.0: send audio by fragments, use crossterm in monoclient 2024-03-24 13:24:48 +03:00
src 0.3.0: send audio by fragments, use crossterm in monoclient 2024-03-24 13:24:48 +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 0.3.0: send audio by fragments, use crossterm in monoclient 2024-03-24 13:24:48 +03:00
Cargo.toml 0.3.0: send audio by fragments, use crossterm in monoclient 2024-03-24 13:24:48 +03:00
LICENSE 0.1.0: Initial commit 2024-01-28 20:19:45 +03:00
README.md v0.2.2: Add monolib docs and readme 2024-03-15 19:36:24 +03:00

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.