]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ref #10 : quick-and-dirty attempt for real-time audio transciption
authorGeorgi Gerganov <redacted>
Sun, 2 Oct 2022 14:55:45 +0000 (17:55 +0300)
committerGeorgi Gerganov <redacted>
Sun, 2 Oct 2022 14:55:45 +0000 (17:55 +0300)
commitb6bf90673024ae79d2da923b5ce891df91bc4a10
tree9451a18f074ca36cc530020cd0daf1adcb22db2f
parent77d929f60388f6d6e9c8c6439443505592704ed1
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
.gitignore
Makefile
stream.cpp [new file with mode: 0644]