mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-07 22:10:04 +01:00
* 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
|