Thanks so much for making this video and using my package! It is really awesome to see and I really like the way you present it ✨ I am definitely planning on continuing to improve the plugin.
@LearnFlutterCode4 жыл бұрын
Thanks for making a simple package! Looking forward to the improvements.
@docnet.tunisia9 ай бұрын
thanks for help .can you please show us how to delete the record red dots symbol
@docnet.tunisia9 ай бұрын
it make users uncomfortable thanking that our site record voice all the time
@RobertBrunhage4 жыл бұрын
Great video Haris, really like the showcase at 1:04 haha, it was glorious!
@LearnFlutterCode4 жыл бұрын
Thanks man. Haha
@taufiqmulla8782 жыл бұрын
Thank you bro, it was Great was video ✌️♥️♥️♥️
@mmet5772 Жыл бұрын
Really thankful for this ! But is there any solution to detect silence in the voice when recording ? I mean is there any package or option that helps detect if the one recording is not speaking?
@seetheworld3839 Жыл бұрын
Hey buddy thanks for the video but at the moment i am using flutter sound package in web app and it says error starting recording as it needs permissions to start and i can't use permission handler package for web so what is the solution for this..?If u can guide me it would be really helpful!Thanks!
@fungiblestory2 жыл бұрын
Could we enable microphone in the flutter using the web view?
@Funpage19403 жыл бұрын
I wanted to move the recording function into different screen, and keep the main.dart clean but it's shows a unknown null safety error.
@AppsFutureSM Жыл бұрын
i have faced a problem, that the package is not working while deploying the project on firebase hosting, it works on local site as your tutorial but not on the hosting site
@kzg863 жыл бұрын
Can u do both speech to text and recording at once?
@taufiqmulla8782 жыл бұрын
audiostate = null , this line showing error to me A value of type null can't be assigned to a variable of type Audio state
@NishArcturus4 жыл бұрын
Great vid, Is there any way to show a graph like audio whilst recording in real-time?
@LearnFlutterCode4 жыл бұрын
there might be but I have no idea
@codboxer3 жыл бұрын
How can I Pause the recording and after Resume the recording ??
@saratm99732 жыл бұрын
Is this possible in android?
@ThomasWapps4 жыл бұрын
In general a good Tutorial, but i don't know if it is because of a different MacOs version (i'm using Catalina 10.15.7) or different flutter beta version (i'm on the latest 1.23.0-18.1.pre) but it instantly crash when you give the permission for microphone usage. For testing i pulled your github answer version and tryed it, it crashes too.
@LearnFlutterCode4 жыл бұрын
what web browser are you using?
@ThomasWapps4 жыл бұрын
@@LearnFlutterCode Google Chrome (latest version)
@LearnFlutterCode4 жыл бұрын
@@ThomasWapps hmm I am not sure. You can give more details to the author of the package github.com/creativecreatorormaybenot/microphone/issues/new
@gogalcloud3 жыл бұрын
@@ThomasWapps I am also using Chrome on Windows 10 working fine. not only that I used some other packages like avatarglow and StopTime class to make it more beautiful and user-friendly!. I want to know how , I can save these audio streams and present them as a list
@gogalcloud3 жыл бұрын
How do I save or download the audio, that I recorded because if I can't save it? There is no point in creating...
@LearnFlutterCode3 жыл бұрын
nope
@gogalcloud3 жыл бұрын
@@LearnFlutterCode why? can't you do that?
@ykbroadcast59673 жыл бұрын
How can I save the recorded file and its path on localy?