0.4.0 |
|
---|---|
0.3.0 |
|
0.2.2 |
|
0.1.0 |
|
#45 in #audio-player
15KB
70 lines
Allyaudio
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
~6–20MB
~288K SLoC