#audio #music #cli #audio-player #cli-tool

yanked allyaudio

A simple audio player CLI tool written in Rust

0.4.0 May 13, 2022
0.3.0 May 8, 2022
0.2.2 May 8, 2022
0.1.0 May 8, 2022

#25 in #audio-player

MIT license

15KB
70 lines

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

Dependencies

~7–22MB
~338K SLoC