flutter_sound
flutter_sound copied to clipboard
[enh] startRecorder to buffer
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.
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.