mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2023-11-04 02:52:44 +03:00
* Initial import of golang bindings * Updated makefile rules * Updated bindings * Makefile update to add in more tests
5 lines
85 B
Go
Executable File
5 lines
85 B
Go
Executable File
/*
|
|
This is the higher-level speech-to-text whisper.cpp API for go
|
|
*/
|
|
package whisper
|