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
- Host: GitHub
- URL: https://github.com/rodrigopaml/azurespeech
- Owner: RodrigoPAml
- License: mit
- Created: 2025-04-23T00:32:29.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-23T00:42:27.000Z (about 2 months ago)
- Last Synced: 2025-04-23T01:29:07.206Z (about 2 months ago)
- Topics: ai-voice, example, speech-to-text
- Language: C#
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.