florent37 / Flutter-AssetsAudioPlayer

Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
https://pub.dartlang.org/packages/assets_audio_player
Apache License 2.0
757 stars 364 forks source link

Record stream #429

Open markseery opened 3 years ago

markseery commented 3 years ago

Describe the feature you'd like

Would like to record data streaming from a network source.

Does today's asset recorder record from microphone, or record directly the stream that is playing?

Thanks, enjoying the package.

kreativeteksolutions commented 3 years ago

you can record the stream by reading it as a byte array and writing it to a file.

scheung38 commented 3 years ago

Hi can this record from microphone? If not, is there plan in the near future to have record feature?