gavin.chen 547e55e0bf update js | il y a 1 an | |
---|---|---|
.dart_tool | il y a 1 an | |
howler | il y a 1 an | |
ios | il y a 1 an | |
js | il y a 1 an | |
lib | il y a 1 an | |
src | il y a 1 an | |
.DS_Store | il y a 1 an | |
.gitignore | il y a 1 an | |
.packages | il y a 1 an | |
CHANGELOG.md | il y a 1 an | |
LICENSE | il y a 1 an | |
README.md | il y a 1 an | |
pubspec.lock | il y a 1 an | |
pubspec.yaml | il y a 1 an |
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