Skip to content

Welcome to the Microsoft Voice Assistant samples repository! Here you will find samples and tools in C# and C++ to help you get started with building clients for your bot or custom command application

License

Notifications You must be signed in to change notification settings

mhko/Cognitive-Services-Voice-Assistant

 
 

Repository files navigation

page_type description languages products
sample
Sample code for Microsoft Cognitive Services Voice Assistant
csharp
c++
dotnet-core
azure-bot-service
azure-cognitive-services
azure-iot-edge
azure-language-understanding
azure-speech-text
azure-text-speech
windows
windows-iot
windows-wpf
windows-uwp
Cognitive Services

Build Status

Microsoft Cognitive Services - Voice Assistant Sample Code

Overview

This repository includes samples of Voice Assistant clients for different platforms. It also includes a client tool for end-to-end regression testing of a Voice Assistant system. Voice Assistant clients use Microsoft's Speech SDK to connect to Direct Line Speech Channel and your Bot-Framework bot. Alternatively, Voice Assistant clients can use Speech SDK to connect to your Custom Commands voice application.

Samples List

To build any of the samples below, clone this GitHub repository and look at the projects in the clients folder:

    git clone https://github.com/Azure-Samples/Cognitive-Services-Voice-Assistant.git
    cd Cognitive-Services-Voice-Assistant\clients

The following table describes the samples and root files in this repository:

File/folder Description Language/Platform
clients\csharp-wpf Windows voice assistant client sample. Generic Windows tool to manually test your bot or Custom Commands application C#, Windows Presentation Foundation (WPF)
clients\csharp-dotnet-core\voice-assistant-test Automated, multi-turn, end-to-end regression test for your bot or Custom Commands application. Supports WAV file input, text or Bot-Framework activities C#, .NET Core
clients\cpp-console Console client sample for Smart Speaker devices, configured via a json file to connect to your bot or Custom Commands application. It supports microphone input and audio playback. Build scripts for Raspberry Pi, GGEC Speaker and Windows are provided C++, Windows, Linux
.gitignore Define what to ignore at commit time
CODE_OF_CONDUCT.md Code of Conduct for all Microsoft repositories
CONTRIBUTING.md Guidelines for contributing to these samples
README.md This README file
LICENSE.md The license for these samples
SECURITY.md Information about reporting any security vulnerabilities to Microsoft
NOTICE.txt License of third party software incorporated in these samples

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.

Reporting Security Issues

Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) at secure@microsoft.com. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the Security TechCenter.

Copyright (c) Microsoft Corporation. All rights reserved.

About

Welcome to the Microsoft Voice Assistant samples repository! Here you will find samples and tools in C# and C++ to help you get started with building clients for your bot or custom command application

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.0%
  • C# 19.4%
  • PowerShell 1.1%
  • Other 0.5%