Crates.io | asak |
lib.rs | asak |
version | 0.3.3 |
source | src |
created_at | 2024-03-24 13:17:13.921997 |
updated_at | 2024-05-21 20:28:53.838543 |
description | A cross-platform audio recording/playback CLI tool with TUI |
homepage | |
repository | https://github.com/chaosprint/asak.git |
max_upload_size | |
id | 1184372 |
size | 301,731 |
A cross-platform audio recording/playback CLI tool with TUI, written in Rust. The goal is to be an audio Swiss Army Knife (asak), like SoX but more interative and fun.
You need to have
cargo
installed, see here.
cargo install asak
asak --help
asak rec hello
If no output name is provided, a prompt will come for you to input output file name. UTC format such as
2024-04-14T09:17:40Z.wav
will be provided as initial file name.
asak play hello.wav
If no input name is provided, it will search current directory for
.wav
files and open an interactive menu.
Just open an issue or PR, I'm happy to discuss and collaborate.