.NET MAUI Toolkit Adds Offline Speech Recognition
Written by Kay Ewbank   
Monday, 03 March 2025

Version 11 of the .NET MAUI Community Toolkit has been released, adding offline speech recognition alongside support for .NET 9.

NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop. It allows developers to create a single project that works on multiple targets. Any platform-specific assets are placed in sub-folders, and the developer can focus on writing shared UI and code.

net2

The Community Toolkit is a community-created library that contains Extensions, Advanced UI/UX Controls, Converters, and Behaviors.

The new version follows hard on the heels of version 10.0. This version adds offline speech to text conversion, even when not connected to the Internet. The release notes on GitHub say that there's no longer any need for an active internet connection for speech recognition, you can now convert to speech to text while offline. Note that this is available from Android 33 and up and iOS13 and up. 

This release also changes to use a parsing expression grammar (PEG) parser, which introduces boolean operators and constants.

The updated toolkit also adds full support for .NET 9 and .NET MAUI 9, and the release cycle also includes updates for CameraView, MediaElement and Maps.

This release does include some breaking changes, including the dropping of support for .NET 8, and a requirement to use Xcode 16.1.

The developers also point out that CommunityToolkit.Maui.Behaviors no longer automatically assign Behavior.BindingContext for you by automatically inheriting their parent's BindingContext. This is a breaking change from Xamarin.Forms, and if your Behavior has a Binding, it must manually assign the BindingContext,

The updated Community Toolkit is available now. 

net2

More Information

MAUI On GitHub

MAUI Community Toolkit On GitHub

.NET Multi-platform App UI

Related Articles

.NET Community Toolkit Adds Partial Properties Support For MVVM
.NET MAUI Community Toolkit Adds TouchBehavior

NET MAUI Comes to VS Code 

MAUI Now Available For .NET 7 

.NET MAUI Reaches General Availability

.NET MAUI Adds New Layouts

Microsoft Will Replace Xamarin Forms With MAUI .NET

.NET 6 Preview Adds MAUI

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Machine Learning Pioneers Awarded Queen Elizabeth Prize
09/02/2025

The 2025 Queen Elizabeth Prize has been awarded to Yoshua Bengio, Bill Dally, Geoffrey Hinton, John Hopfield, Jensen Huang, Yann LeCun, and Fei-Fei Li. The seven 2025 Laureates share the £500,00 [ ... ]



Rust Revolt In Linux
26/02/2025

The introduction of Rust into the staunchly C enclave of Linux kernel development cannot avoid being controversial and indeed things have been heated. The anti-Rust revolt has been rumbling on for a f [ ... ]


More News

espbook

 

Comments




or email your comment to: comments@i-programmer.info