An open API service indexing awesome lists of open source software.

https://github.com/moxcomic/bcutasr

Bcut Audio to Text Api for Golang
https://github.com/moxcomic/bcutasr

Last synced: 10 months ago
JSON representation

Bcut Audio to Text Api for Golang

Awesome Lists containing this project

README

          

# BcutAsr
Bcut Audio to Text Api for Golang

# Usage
`import "github.com/moxcomic/bcutasr"`

```golang
res, err := bcutasr.New().Parse("./1.mp3")
if err != nil {
panic(err)
}
```

The result is obtained by referring to `result.data`