From 2c58027ed192bd474cc15672911b78b2d42bd3f2 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 27 Jan 2026 17:55:37 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index facde15..5545774 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,8 @@ python3 test_simple.py test_mono.wav #### test_simple.py + +``` #!/usr/bin/env python3 import wave @@ -258,6 +260,5 @@ while True: print(rec.PartialResult()) print(rec.FinalResult()) - - +```