flutter_sound icon indicating copy to clipboard operation
flutter_sound copied to clipboard

[enh] startRecorder to buffer

Open Larpoux opened this issue 5 years ago • 1 comments

We need a way to record to a buffer instead of a file. This is specially interesting for Flutter Sound on Web, where there is no File System and the 'LocalStorage' is very limited. (Perhaps the App will want to store his buffer in a database (indexeddb, postgresql, mongodb, ...). ) This will be the App responsability to store the record.

Maybe also a way to get an URL to the recorded object. Very useful, also, for Flutter Web.

Larpoux avatar Oct 28 '20 19:10 Larpoux

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.

github-actions[bot] avatar Dec 23 '23 01:12 github-actions[bot]