An open API service indexing awesome lists of open source software.

https://github.com/rodrigopaml/azurespeech

Azure text to speech repository with natural voices examples
https://github.com/rodrigopaml/azurespeech

ai-voice example speech-to-text

Last synced: about 1 month ago
JSON representation

Azure text to speech repository with natural voices examples

Awesome Lists containing this project

README

        

# Azure Speech

A simple console application that generates a `.wav` audio file from the input text using Azure Speech services.

You can check the example of generated audio in the `example_output.wav` file.

## Configuration

Before running the application, set the `Key` and `Region` variables in the `Program.cs` file with your Azure Speech resource credentials.

## Usage

Once configured, you can select the desired voice and provide the text you want to synthesize.
The resulting audio will be saved as `output.wav`.

![image](https://github.com/user-attachments/assets/8cd9652f-c406-440a-9eec-4f368af1f64e)