Canardoux / flutter_sound

Flutter plugin for sound. Audio recorder and player.
Mozilla Public License 2.0
877 stars 574 forks source link

[ENH]: is there a way to have exact amplitude stream? #1101

Open mehrdad1990 opened 1 month ago

mehrdad1990 commented 1 month ago

is there a way to have an exact amplitude stream?

Larpoux commented 1 month ago

What kind of of stream? Do you record from a stream or do you play to a stream?

btw: with Flutter Sound 10.0 it will be much easier to insert an Analyser Node inside the audio chain of nodes. web audio API

mehrdad1990 commented 1 month ago

Both could be helpful but I need amplitude stream for recording to show audio waveforms. I tried the onprogress decibels you provided for now. Great package BTW