| Crates.io | audix |
| lib.rs | audix |
| version | 0.1.1 |
| created_at | 2025-07-31 18:19:07.616845+00 |
| updated_at | 2025-07-31 18:22:54.687453+00 |
| description | Cli audio player |
| homepage | https://github.com/santoshxshrestha/audix |
| repository | https://github.com/santoshxshrestha/audix |
| max_upload_size | |
| id | 1775441 |
| size | 45,675 |
A simple command-line audio player written in Rust.
This program plays an audio file from the command line. You must provide the path to the file as an argument. Building To build the project, ensure you have Rust and Cargo installed. Then, run the following command in the project directory:
cargo build --release
Run the program from the terminal with the path to your audio file:
cargo run --release -- <file_path>
you can directly install the tool by the use of the cargo
cargo install audix
then
bash
audix <file_path>
Once the audio starts playing, you can control it with the following keyboard shortcuts: Spacebar: Pause and resume playback. 'q' or Esc: Quit the application.