2024-05-23 16:32:49 +02:00
2022-08-07 16:15:30 +02:00
2024-05-23 16:32:49 +02:00
2024-05-23 16:32:49 +02:00
2024-05-23 16:32:49 +02:00

RadioRecord-tui

A simple terminal interface for listening to radio record web stations written in Rust.
You can listen to all available record stations and mark some as favorite for ease. ui

Exact color depend on your terminal theme

This project is still in development and there is a lot of things to do

Build and run

You first have to install Rust ( usage of rustup is recommended )

Run without optimizations :

cargo run

You can also install it with :

cargo install --path .

Audio Player

By default, the player use libmpv (better audio) but you can specify to use rodio with --features rodio_player --no-default-features

Description
A simple terminal interface for listening to radio record web stations
Readme MIT 567 KiB
Languages
Rust 100%