Alvin Lang
Sep 08, 2024 01:48
AssemblyAI has launched its C# .NET SDK along with new tutorials focused on AI applications, which include a Discord voice bot, AI video conferencing platform, and a scam call detection system.
AssemblyAI has debuted its new C# .NET SDK, designed to simplify the integration of state-of-the-art Speech AI models with .NET languages such as C#, as stated by AssemblyAI. The launch is featured alongside several new tutorials aimed at empowering developers to create AI-enhanced applications.
Launch of AssemblyAI C# .NET SDK
The newly released AssemblyAI C# .NET SDK streamlines the application of cutting-edge Speech AI models with .NET languages, offering a smoother experience for developers. An example provided by AssemblyAI showcases 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);
Comprehensive instructions and additional details about the SDK can be accessed on AssemblyAI’s blog and documentation.
New AI Tutorials
In addition to the SDK, AssemblyAI has published new tutorials to assist developers in creating groundbreaking AI applications. Key highlights from these tutorials include:
YouTube Tutorials
AssemblyAI also provides several popular YouTube tutorials, including:
For more information and to keep abreast of new product features and tutorials, please visit AssemblyAI’s subscription page.
Image source: Shutterstock