Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soenneker/soenneker.azure.openai.client.audio
An async thread-safe singleton for the Azure OpenAI audio client
https://github.com/soenneker/soenneker.azure.openai.client.audio
audio azure azureopenaiaudioclient client csharp dotnet openai singleton util
Last synced: 19 days ago
JSON representation
An async thread-safe singleton for the Azure OpenAI audio client
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.azure.openai.client.audio
- Owner: soenneker
- License: mit
- Created: 2024-10-27T13:38:28.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-10-27T13:45:19.000Z (21 days ago)
- Last Synced: 2024-10-27T14:23:50.303Z (21 days ago)
- Topics: audio, azure, azureopenaiaudioclient, client, csharp, dotnet, openai, singleton, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://img.shields.io/nuget/v/soenneker.azure.openai.client.audio.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.azure.openai.client.audio/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.azure.openai.client.audio/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.azure.openai.client.audio/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.azure.openai.client.audio.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.azure.openai.client.audio/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Azure.OpenAI.Client.Audio
### An async thread-safe singleton for the Azure OpenAI audio client## Installation
```
dotnet add package Soenneker.Azure.OpenAI.Client.Audio
```Register:
```
builder.services.AddAzureOpenAIAudioClientAsSingleton();
````IConfiguration` values:
```
"Azure:OpenAI:Audio:Deployment"
"Azure:OpenAI:ApiKey"
"Azure:OpenAI:Uri"
```