rutvik110/flutter_audio_waveforms

export waveform image as PNG or JPG

t-m-z opened this issue · 3 comments

t-m-z commented
export waveform image as PNG or JPG

This isn't the responsibility of the package right now considering what its use is intended for. You can either export waveform image directly with audiowaveform or capture the waveform image in flutter using repaintboundary image capture technique.

Closing as this doesn't fall under package responsibility.

t-m-z commented

I still believe this is as a nice feature wish which could be usefull for e.g. decoding morse

I still believe this is as a nice feature wish which could be usefull for e.g. decoding morse

you have the datas as an an arry you can export it to somewhere else to do what you want.