Navbot.RealtimeApi.Dotnet.SDK.WinForm 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Navbot.RealtimeApi.Dotnet.SDK.WinForm --version 1.0.2
                    
NuGet\Install-Package Navbot.RealtimeApi.Dotnet.SDK.WinForm -Version 1.0.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Navbot.RealtimeApi.Dotnet.SDK.WinForm" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Navbot.RealtimeApi.Dotnet.SDK.WinForm" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="Navbot.RealtimeApi.Dotnet.SDK.WinForm" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Navbot.RealtimeApi.Dotnet.SDK.WinForm --version 1.0.2
                    
#r "nuget: Navbot.RealtimeApi.Dotnet.SDK.WinForm, 1.0.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Navbot.RealtimeApi.Dotnet.SDK.WinForm&version=1.0.2
                    
Install Navbot.RealtimeApi.Dotnet.SDK.WinForm as a Cake Addin
#tool nuget:?package=Navbot.RealtimeApi.Dotnet.SDK.WinForm&version=1.0.2
                    
Install Navbot.RealtimeApi.Dotnet.SDK.WinForm as a Cake Tool

Getting Started

Step 1: Import the Core and WinForms SDK

using Navbot.RealtimeApi.Dotnet.SDK.Core;
using Navbot.RealtimeApi.Dotnet.SDK.WinForm;

Step 2: Add the RealtimeApiWinFormControl Control

Drag and drop the realtimeApiWinFormControl onto your form or add it programmatically:

var realtimeApiWinFormControl = new RealtimeApiWinFormControl();
this.Controls.Add(realtimeApiWinFormControl);

Step 3: Get OPENAI_API_KEY

private void MainFrom_Load(object sender, EventArgs e)
{
    string openAiApiKey = Environment.GetEnvironmentVariable("OPENAI_API_KEY") ?? "";
    realtimeApiDesktopControl.OpenAiApiKey = openAiApiKey;
}

Step 4: Start Processing Audio

realtimeApiDesktopControl.StartSpeechRecognition()

Step 5: End Processing Audio

realtimeApiDesktopControl.StopSpeechRecognition();

License

Licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.27 399 3/24/2025
1.0.26 89 3/21/2025
1.0.25 99 2/7/2025
1.0.24 91 1/27/2025
1.0.23 84 1/27/2025
1.0.22 90 1/27/2025
1.0.21 90 1/27/2025
1.0.20 92 1/23/2025
1.0.19 93 1/23/2025
1.0.18 87 1/21/2025
1.0.17 89 1/21/2025
1.0.16 86 1/21/2025
1.0.15 93 1/20/2025
1.0.13 88 1/19/2025
1.0.12 81 1/18/2025
1.0.11 88 1/9/2025
1.0.9 90 1/5/2025
1.0.8 93 1/5/2025
1.0.5 95 1/5/2025
1.0.3 95 12/24/2024
1.0.2 102 12/24/2024
1.0.1 94 12/24/2024