-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Waveform when recording #44
Comments
Hello @thaidmfinnick The same question from my side. Have you found a good solution for that? |
I think I was experimenting with something like this sometime ago. Can't remember where that work's rn otherwise I would've point you there. Beside that, if I remember correctly there's one actually really cool package currently being worked by someone in the community for this specific case. I don't remember what was it called right now but I'll try to share it here once I find it. |
Thanks @rutvik110 for your response, it seems come from my wrong configuration when using @sergVn I will try some experiment and share if I complete. |
Does there any example ? |
Hi, anyone can share example? I also need to show live waveform when recording audio. |
I have the same need, has anyone implemented it? Or is there any package that can draw waveforms during recording? |
I have the same request, I've tried getting the amplitude and then use the method you've had in your example to load and parse json but the result doesn't work.
Ideally, the waveform you see when recording should be the same as when you are playing the audio. Also, I noticed that the recording package outputs the samples as list of doubles in the form of [-53.432430267333984, -53.39674377441406, -56.61314010620117, -56.94035339355469, -57.94402313232422, -60.50706481933594, -56.15440368652344, -56.459468841552734] which I'm not sure is accepted by this package, I'm trying to use with PolygonWaveform. Do you have any suggestions on how to make this work? |
Hi @rutvik110,
I want to show live waveform when recording audio, I try to combine
flutter_audio_waveforms
withrecord
library (record
to get raw bytes when recording, then I use yourload_audio_data.dart
to process, but I'm not sure about this idea (and audio cannot run kk). Can you give me some advice or method to do this? Your lib is matched perfectly with my needs.Thank you!
The text was updated successfully, but these errors were encountered: