Quantcast
Channel: Translate spoken text with Azure OpenAI Services and MAUI
Browsing latest articles
Browse All 10 View Live

Watch for changes in Blazor WASM to automatically reload your page

The first times I used Blazor WASM, I found it annoying that I wasn’t able to make changes to the HTML while debugging and immediately see the result in the browser. As a developer mainly working with...

View Article



Select TextBox content when tab focussed in UWP

For a LOB application I’m building, one very important request is the fact that users should be able to input/edit data as fast as possible. Allowing users to use the tab key to navigate from one input...

View Article

Multi targeting based on file name in MAUI

The MAUI way: a single Project With Xamarin.Forms, we typically had this kind of project structure: A shared project, containing all of our shared code and different ‘head’ projects for each platform...

View Article

Fixing build issue in MAUI preview 8

Since a few week I’ve been playing around with preview builds of .NET MAUI. Installing MAUI Preview 8 A couple of days ago Microsoft released the latest preview version of MAUI: preview 8. Although I’m...

View Article

Fixing video file not streaming from Azure Blob Storage on Android

Oh ooh! Video file not streaming on Android… While developing a Xamarin.Forms app, we encountered an issue where an mp4 file wouldn’t play on Android, on iOS everything worked perfectly! To display the...

View Article


Setting up a basic MVVM architecture in .NET MAUI

Update December 2023 This blogpost was originally posted in February 2022. Since then, .NET MAUI and my insights have evolved a bit. On the other hand, lots of the things discussed in this blogpost are...

View Article

Font Awesome Duotone icons in .NET MAUI and Xamarin.Forms

In almost all of my mobile apps, I use Font Awesome to display icons. It’s a huge library and it’s super easy to use in .NET MAUI and Xamarin.Forms. You can even use the ‘Duotone’ icons which have 2...

View Article

Exploring the Whisper model in Azure OpenAI Service

Whisper model in Azure OpenAI Service   Recently Microsoft announced that Azure OpenAI Service and Azure AI Speech now offer the OpenAI Whisper model in preview (link) “Whisper” is an automatic speech...

View Article


I Wrote a book…

TLDR; I’ve written a book about applying the MVVM pattern in .NET MAUI called “The MVVM Pattern in .NET MAUI: The definitive guide to essential patterns, best practices, and techniques for...

View Article


Translate spoken text using Whisper and GPT with Azure OpenAI Services and...

In a previous blogpost, I showed you how to leverage the Whisper model on Azure OpenAI Services to transcribe an audio file to text. We can easily take this a step further: instead of just returning...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images