allyaudio

Crates.ioallyaudio
lib.rsallyaudio
version0.4.0
sourcesrc
created_at2022-05-08 09:26:17.704544
updated_at2022-05-13 18:04:36.766562
descriptionA simple audio player CLI tool written in Rust.
homepagehttps://github.com/Allyedge/allyaudio
repositoryhttps://github.com/Allyedge/allyaudio
max_upload_size
id582414
size51,234
Allyedge (Allyedge)

documentation

README

Allyaudio

Crates.io Version Crates.io Downloads Crates.io License

A simple audio player CLI tool written in Rust.

Installation

> cargo install allyaudio

Usage

# Play a local audio file
> allyaudio example.mp3

# Play audio from an URL
> allyaudio https://example.com/audio.mp3

# Set the volume and the speed of the audio
> allyaudio --volume=2 --speed=0.5 example.mp3

# Help
> allyaudio --help

# Version
> allyaudio --version
Commit count: 0

cargo fmt