Canardoux / flutter_sound

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

[HELP]: Detect transients on a recorded file. DSP of recorded file. Thanks #1029

Open kfieldi5 opened 2 months ago

kfieldi5 commented 2 months ago

I am trying to detect transients while playing back a file from FlutterSoundPlayer(). I know that you can get a stream sink from FlutterSoundRecorder({toStream: xxx}) but I was wondering if it's possible to do it from playback/ before playback of an already recorded file.

Any help would be appreciated, I am very novice in DSP.

Thanks Kev