Absortio

Email → Summary → Bookmark → Email

GitHub - chaosprint/asak: A cross-platform audio recording/playback CLI tool with TUI, written in Rust.

Extracto

A cross-platform audio recording/playback CLI tool with TUI, written in Rust. - chaosprint/asak

Contenido

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, it will default to YYMMDD-HHMMSS.wav.

playback

asak play hello.wav

temp 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.

Fuente: GitHub