flutter_recorder 1.0.3
flutter_recorder: ^1.0.3 copied to clipboard
A low-level audio recorder plugin which uses miniaudio as backend. Detect silence and save to WAV audio file. Audio wave, FFT and volume level can be get in real-time.
1.0.3 #
- update WASM lib
1.0.2 #
- resolved conflicts with flutter_soloud #25
1.0.1 #
- detailed exception when passing an invalind file name to
startRecording#23 - removed deprecated
dart:js_util
1.0.0 #
- fixed choppy PCM playback on macOS #18.
- fix
startRecordingempty path on the web
0.9.4 #
- fixed mic permission iOS example
- fixed
listCaptureDeviceswhen there are not input devices - update doc
0.9.3 #
- added
autoGainfilter - breaking changes:
- the
initmethod is now async FilterTyperenamed toRecorderFilterType- an additional script must be added for the web platform. Now it looks like:
<script src="assets/packages/flutter_recorder/web/libflutter_recorder_plugin.js" defer></script> <script src="assets/packages/flutter_recorder/web/init_recorder_module.dart.js" defer></script> - the
0.9.2 #
- fix: the stop was instead einit the device
- fix: removed dialog when stopping stream in the example
0.9.1 #
- breaking changes:
- renamed
startListentostart - renamed
stopListentostop - renamed
isDeviceStartedListentoisDeviceStarted
- renamed