Go bindings for the Microsoft Cognitive Services Speech SDK
Перейти к файлу
Glenn Harper d9a9446735
add key/region for speaker recognition
2022-02-25 13:48:10 -08:00
.github/workflows add key/region for speaker recognition 2022-02-25 13:48:10 -08:00
.vscode TTS implementation: part 4 (#30) 2021-04-28 10:58:49 +08:00
audio Bumping version to 1.19.0 (#48) 2021-11-08 09:07:05 -08:00
common Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
dialog Bumping version to 1.19.0 (#48) 2021-11-08 09:07:05 -08:00
samples Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
speaker Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
speech Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
test_files Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
.gitignore TTS implementation: part 2 (#27) 2021-04-13 07:05:27 +08:00
.golangci.yaml Bumping version to 1.19.0 (#48) 2021-11-08 09:07:05 -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.