jonmdev
jonmdev
Great news. Fantastic component that performs at least 3 integral functions in my major app I am developing. Thanks for this and happy to hear it is part of the...
> In addition to the above, I have noticed that the recording on **Android** specifically has issues: (1) the voice is recorded at a really low volume (3) there is...
@rezamohamed how were you able to get any compressed audio working on Android? It looks to me like AudioRecord is either broken by design (obsolescence) or broken on .NET. If...
> I had to go with my own implementation for audio record and play back. I used Android MediaRecorder which gives a lot more flexibility and ease of use (eg...
> If there are improvements or fixes then I'd love to incorporate them 👍 > > In fact I believe I was reading up on MediaRecorder to be able to...
For cross reference, and anyone who might be interested, I have posted my code to add AAC compression for review here: https://github.com/jfversluis/Plugin.Maui.Audio/issues/154
> Hello, > > I want to add small sound effect then you press some buttons, notifications and so on. So I have a method in my MainPage that create...
Would all these changes possibly solve this issue where we are getting endless remeasures and arranges on translation change in iOS? https://github.com/dotnet/maui/issues/24996 This seems like more a general issue than...
> I'll try to dig more into the issue you reported [@jonmdev](https://github.com/jonmdev) . Just know that before SR9 the MeasureInvalidated event was not being propagated to ancestors if not using...
Basic Bandit example in Documentation does not work - gives error of unclear significance. Solution?
I have run this as follows: 1) Run `iex.bat -S mix` from powershell in Windows 11 2) In Firefox on same computer/OS running, go to `localhost:4000`. I note the errors...