Skip to content

Commit

Permalink
Merge pull request #13 from cclauss/patch-1
Browse files Browse the repository at this point in the history
README.md: Fix typo
  • Loading branch information
chaosprint authored Jun 23, 2024
2 parents 4ba21ff + c91908c commit d010b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.
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 interactive and fun.

![Asak](./asak.gif)

Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use playback::play_audio;
mod monitor;
use monitor::start_monitoring;

/// Audio Swiss Army knife written in Rust. Like Sox but interative with TUI.
/// Audio Swiss Army knife written in Rust. Like Sox but interactive with TUI.
#[derive(Parser, Debug)]
#[command(author, version, about, long_about = None)]
struct Cli {
Expand Down

0 comments on commit d010b9e

Please sign in to comment.