#music #dsp #synth #synthesizer #cli-tool #audio-playback

app asak

A cross-platform audio recording/playback CLI tool with TUI

1 unstable release

0.2.3 Apr 14, 2024
0.2.2 Apr 14, 2024
0.1.9 Apr 14, 2024
0.1.2 Mar 25, 2024

#44 in Audio

Download history 116/week @ 2024-03-18 222/week @ 2024-03-25 40/week @ 2024-04-01 631/week @ 2024-04-08 369/week @ 2024-04-15

1,378 downloads per month

Custom license

205KB
740 lines

asak

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.

Asak

install

You need to have cargo installed, see here.

step 1

cargo install asak

step 2

asak --help

usage

record

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.

playback

asak play hello.wav

If no input name is provided, it will search current directory for .wav files and open an interactive menu.

roadmap?

  • record audio
  • basic audio playback
  • rec device, dur, sr, ch, fmt
  • play device, dur, sr, ch, fmt
  • playback live pos control
  • live amp + fx (reverb, delay, etc)
  • passthru + live fx

contribution

Just open an issue or PR, I'm happy to discuss and collaborate.

Dependencies

~10–44MB
~638K SLoC