Go bindings for the Microsoft Cognitive Services Speech SDK
Перейти к файлу
xitzhang 5e92d9fd8e
Add custom segmentation properties (#137)
Co-authored-by: Xiting Zhang <xitzhang@microsoft.com>
2024-11-05 19:55:20 -08:00
.github/workflows Add a cron schedule to run weekly. (#134) 2024-09-09 18:03:10 -07:00
.vscode TTS implementation: part 4 (#30) 2021-04-28 10:58:49 +08:00
audio Add AudioStreamWaveFormat with ALAW, MULAW support (#82) 2022-12-06 11:21:16 -08:00
ci Add a cron schedule to run weekly. (#134) 2024-09-09 18:03:10 -07:00
common Add custom segmentation properties (#137) 2024-11-05 19:55:20 -08:00
dialog Bumping version to 1.19.0 (#48) 2021-11-08 09:07:05 -08:00
samples Bumping version to 1.33.0. (#113) 2023-11-09 10:47:52 -08:00
speaker Add a cron schedule to run weekly. (#134) 2024-09-09 18:03:10 -07:00
speech Call the correct c-api method when releasing AudioDataStream (#98) 2023-05-31 12:46:04 -07:00
test_files linux friendly enrollment file (#112) 2023-10-26 09:01:46 -07:00
.gitignore TTS implementation: part 2 (#27) 2021-04-13 07:05:27 +08:00
.golangci.yaml Add 22050 and 44100 Hz output formats (#77) 2022-08-20 14:56:09 +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.