According to AssemblyAI, AssemblyAI has released a new C# .NET SDK to simplify the integration of the latest Speech AI models with .NET languages such as C#. The release is accompanied by a series of new tutorials aimed at improving developers’ ability to create AI-powered applications.
Introducing the AssemblyAI C# .NET SDK
The newly released AssemblyAI C# .NET SDK provides developers with a streamlined process by making advanced Speech AI models available in .NET languages. The example provided by AssemblyAI shows how to transcribe an audio file using the SDK.
using AssemblyAI;
using AssemblyAI.Transcripts;
var client = new AssemblyAIClient("YOUR_API_KEY");
var transcript = await client.Transcripts.TranscribeAsync(new TranscriptParams
AudioUrl = "https://storage.googleapis.com/aai-docs-samples/nbc.mp3"
);
transcript.EnsureStatusCompleted();
Console.WriteLine(transcript.Text);
Detailed instructions and additional information about the SDK can be found on AssemblyAI’s blog and documentation.
New AI Tutorial
In addition to the SDK, AssemblyAI has released new tutorials to help developers build innovative AI applications. Highlights from these tutorials include:
YouTube tutorial
AssemblyAI also offers several popular YouTube tutorials, including:
Visit the AssemblyAI subscription page to learn more or stay up to date with new product features and tutorials.
Image source: Shutterstock