mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-11-07 16:44:13 +01:00
231bebca7d
* Initial import of golang bindings * Updated makefile rules * Updated bindings * Makefile update to add in more tests
6 lines
143 B
Go
6 lines
143 B
Go
/*
|
|
github.com/ggerganov/whisper.cpp/bindings/go
|
|
provides a speech-to-text service bindings for the Go programming language.
|
|
*/
|
|
package whisper
|