From caf5d743ed6f983c3c61dfd43617478764567cd9 Mon Sep 17 00:00:00 2001
From: Jim Huang <jserv@ccns.ncku.edu.tw>
Date: Sun, 29 Dec 2024 11:00:35 +0800
Subject: [PATCH] Add asak

A cross-platform audio recording/playback CLI tool with TUI, written in
Rust.
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 037b658..00c5499 100644
--- a/README.md
+++ b/README.md
@@ -360,6 +360,7 @@ List of projects that provide terminal user interfaces
 
 <details open><summary><h2>Multimedia</h2></summary>
 
+- [asak](https://github.com/chaosprint/asak) A cross-platform audio recording/playback TUI.
 - [chafa](https://hpjansson.org/chafa/) A powerful utility that converts image data, including animated GIFs, into graphics formats or ANSI/Unicode character art suitable for display in a terminal.
 - [cmdpxl](https://github.com/knosmos/cmdpxl) Totally practical command-line image editor
 - [cmus](https://cmus.github.io/) A small, fast and powerful console music player for Unix-like operating systems.