o
odin.langpkg.dev
packages / library / record-playback

record-playback

1d64c58library

Record microphone input and play it back instantly for pronunciation practice.

MIT · updated 1 month ago

Record and Playback

Record microphone input and play it back instantly for pronunciation practice in any language. For learners who want immediate auditory feedback to compare and refine their speech.

Quick Start

Compile and Run the Application

make release
./record-playback

(Optional) Symlink

Symlink the executable to /usr/local/bin to make it available on PATH:

sudo ln -s $PWD/record-playback /usr/local/bin