# asrt-sdk-go **Repository Path**: ailemon/asrt-sdk-go ## Basic Information - **Project Name**: asrt-sdk-go - **Description**: ASRT Speech Recognition SDK for Golang. 用于ASRT语音识别系统的Golang SDK - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2022-03-21 - **Last Updated**: 2024-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: 语音识别, ASRT, Go语言, SDK ## README # asrt-sdk-go ASRT Speech Recognition SDK for Golang. 用于ASRT语音识别系统的Golang SDK [![GPL-3.0 Licensed](https://img.shields.io/badge/License-GPL3.0-blue.svg?style=flat)](https://opensource.org/licenses/GPL-3.0) [![Stars](https://img.shields.io/github/stars/nl8590687/asrt_sdk_go)](https://github.com/nl8590687/asrt_sdk_go) [![Golang](https://img.shields.io/badge/Go-1.16-blue.svg)](https://go.dev/) [![Go Reference](https://pkg.go.dev/badge/github.com/nl8590687/asrt-sdk-go.svg)](https://pkg.go.dev/github.com/nl8590687/asrt-sdk-go) [![Workflow](https://github.com/nl8590687/asrt-sdk-go/actions/workflows/go.yml/badge.svg)](https://github.com/nl8590687/asrt-sdk-go/actions/workflows/go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/nl8590687/asrt-sdk-go)](https://goreportcard.com/report/github.com/nl8590687/asrt-sdk-go) An Golang SDK and Demo example for ASRT speech recognition system. 一个可用于ASRT语音识别系统的Golang SDK和Demo样例 本软件是用来配套ASRT语音识别系统API调用的客户端SDK,并实现了一个演示用的Demo客户端,可以基于此进一步开发语音识别应用软件 如果您觉得喜欢,请点一个 **"Star"** 吧~ [**ASRT项目主页**](https://asrt.ailemon.net/) | [**ASRT语音识别系统服务端仓库**](https://github.com/nl8590687/ASRT_SpeechRecognition) | [**发布版下载**](https://asrt.ailemon.net/download) | [**本项目的Wiki文档**](https://wiki.ailemon.net/docs/asrt-doc) | [**实用效果体验Demo**](https://asrt.ailemon.net/demo) | [**打赏作者**](https://wiki.ailemon.net/docs/asrt-doc/asrt-doc-1deo9u61unti9) 如果程序运行期间或使用中有什么问题,可以及时在issue中提出来,我将尽快做出答复。本项目作者交流QQ群:**894112051** 提问前请仔细查看[项目文档](https://asrt.ailemon.net/docs/)、 [FAQ常见问题](https://wiki.ailemon.net/docs/asrt-doc/asrt-doc-1deoeud494h4f) 以及[Issues](https://github.com/nl8590687/ASRT_SpeechRecognition/issues) 避免重复提问 ## 简介 本项目是ASRT语音识别系统的Golang SDK项目,并实现了一个调用样例。 ## Go Module 下载安装 ```shell $ go get github.com/nl8590687/asrt-sdk-go ``` ## 软件环境要求 * 操作系统: 支持Windows 和 Linux、MacOS * 开发环境: Go 1.16 + (未在更低的版本中做过兼容测试) ## License 开源许可协议 [GPL v3.0](LICENSE) © [nl8590687](https://github.com/nl8590687) 作者:[AI柠檬](https://www.ailemon.net/)