website/_projects/007-lonelyradio.md
Ivan Bushchik 082594252a
Add lonelyradio project, remove asahi-opensuse
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2024-04-21 10:38:00 +03:00

643 B

layout title description participant project-url
project lonelyradio Just For Fun TCP audio streamer false https://github.com/ivabus/lonelyradio

Simple audio streaming protocol that allows to stream audio data with metadata.

lonelyradio is an async Rust server that uses Symphonia for audio decoding.

monolib is a client library for playing data from the server (using rodio). monoclient is a reference implementation of lonelyradio player, that uses monolib for audio playback.

An implementation of app for iOS/iPadOS/macOS is also available.