Go bindings for the Microsoft Cognitive Services Speech SDK
Перейти к файлу
Gerardo Lecaros a4baff12af finalizer fixes 2021-08-09 19:33:56 -07:00
.github/workflows Bumping version to 1.18.0 (#37) 2021-07-28 09:40:15 -07:00
.vscode TTS implementation: part 4 (#30) 2021-04-28 10:58:49 +08:00
audio finalizer fixes 2021-08-09 19:33:56 -07:00
common finalizer fixes 2021-08-09 19:33:56 -07:00
dialog finalizer fixes 2021-08-09 19:33:56 -07:00
samples Bumping version to 1.18.0 (#37) 2021-07-28 09:40:15 -07:00
speech finalizer fixes 2021-08-09 19:33:56 -07:00
test_files DialogServiceConnector and related objects (#1) 2020-03-06 00:30:17 -08:00
.gitignore TTS implementation: part 2 (#27) 2021-04-13 07:05:27 +08:00
.golangci.yaml TTS implementation: part 2 (#27) 2021-04-13 07:05:27 +08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2019-11-25 14:00:39 -08:00
LICENSE Initial LICENSE commit 2019-11-25 14:00:38 -08:00
README.md update readme (#40) 2021-08-02 09:31:29 -07:00
SECURITY.md Initial SECURITY.md commit 2019-11-25 14:00:40 -08:00
go.mod DialogServiceConnector and related objects (#1) 2020-03-06 00:30:17 -08:00

README.md

Overview

This project contains Golang binding for the Microsoft Cognitive Service Speech SDK.

Getting Started

Check the Speech SDK Setup documentation for Go

Get started with speech-to-text sample for Go

Get started with text-to-speech sample for Go

This project requires Go 1.13

Reference

Reference documentation for these packages is available at http://aka.ms/csspeech/goref

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.