How do I record audio in .NET MAUI? #16133
Unanswered
r2d2Proton
asked this question in
Q&A
Replies: 2 comments
-
You can always create a blazor web view with 0 width and height in your app and do what you need to do using browser's way |
Beta Was this translation helpful? Give feedback.
0 replies
-
That looks like a great, thorough article from Syncfusion. If you just want speech recognition, this article may be easier: https://devblogs.microsoft.com/dotnet/speech-recognition-in-dotnet-maui-with-community-toolkit/ I see there are also a few plugins on NuGet that provide recording features as well. https://github.com/math3ussdl/Plugin.Maui.AudioRecorder |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I can Capture an Image easily. And Capture Video easily. It seems something as fundamental as audio was skipped. I did find this:
https://www.syncfusion.com/blogs/post/building-an-audio-recorder-and-player-app-in-net-maui.aspx
Beta Was this translation helpful? Give feedback.
All reactions