From bf593d41fccc7cda9ae7b557f549d8c6e007c042 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 20 Jun 2026 05:22:18 +0800 Subject: chore: scaffold initial Rust project with Cargo and CLI structure --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..0ac230d --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +## Dumb Voice Protocol + +# Intro + +This is a CLI program that reads your microphone device and outputs information to stdout / ipc. + +# Usage + +``` +dmvop --output=stdout --fmt="%{vol},%{word},%{confidence}" --device="/dev/mymic" + --output=stderr --fmt-file="./fmt.txt" + --output=ipc + --output=tcp + --output=udp +``` + +# License + +Under WTFPL -- cgit