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
- Host: GitHub
- URL: https://github.com/moxcomic/bcutasr
- Owner: moxcomic
- License: mit
- Created: 2023-08-27T19:13:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-28T03:38:33.000Z (almost 3 years ago)
- Last Synced: 2025-09-03T22:44:10.935Z (11 months ago)
- Language: Go
- Size: 10.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`