Crates.io | allyaudio |
lib.rs | allyaudio |
version | 0.4.0 |
source | src |
created_at | 2022-05-08 09:26:17.704544 |
updated_at | 2022-05-13 18:04:36.766562 |
description | A simple audio player CLI tool written in Rust. |
homepage | https://github.com/Allyedge/allyaudio |
repository | https://github.com/Allyedge/allyaudio |
max_upload_size | |
id | 582414 |
size | 51,234 |
A simple audio player CLI tool written in Rust.
> cargo install allyaudio
# 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