gavin.chen 547e55e0bf update js | 1 yıl önce | |
---|---|---|
.dart_tool | 1 yıl önce | |
howler | 1 yıl önce | |
ios | 1 yıl önce | |
js | 1 yıl önce | |
lib | 1 yıl önce | |
src | 1 yıl önce | |
.DS_Store | 1 yıl önce | |
.gitignore | 1 yıl önce | |
.packages | 1 yıl önce | |
CHANGELOG.md | 1 yıl önce | |
LICENSE | 1 yıl önce | |
README.md | 1 yıl önce | |
pubspec.lock | 1 yıl önce | |
pubspec.yaml | 1 yıl önce |
This is the Flutter Web implementation of Flutter Sound
由于原作者停止维护,现自己 Fork 一份,继续维护。
问题1:web record onProgress 不返回分贝值
Issue 地址 https://github.com/Canardoux/flutter_sound/issues/838
改动:将 flutter_sound_web 的 flutter_sound_recorder.js 从 flutter_sound_web/js/flutter_sound 复制到 flutter_sound_web/src
问题2:web record 无法根据设备 id 选择麦克风
修改 startRecorder 方法,增加了一个参数,用于指定麦克风设备 id