ref #10 : quick-and-dirty attempt for real-time audio transciption

- Processes input in chunks of 3 seconds.
- Padding audio with silence
- Uses 1 second audio from previous pass
- No text context
This commit is contained in:
Georgi Gerganov
2022-10-02 17:55:45 +03:00
parent 77d929f603
commit b6bf906730
3 changed files with 2517 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
sync.sh
main
stream
*.o