|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.dart_tool | %!s(int64=2) %!d(string=hai) anos | |
howler | %!s(int64=2) %!d(string=hai) anos | |
ios | %!s(int64=2) %!d(string=hai) anos | |
js | %!s(int64=2) %!d(string=hai) anos | |
lib | %!s(int64=2) %!d(string=hai) anos | |
src | %!s(int64=2) %!d(string=hai) anos | |
.DS_Store | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
.packages | %!s(int64=2) %!d(string=hai) anos | |
CHANGELOG.md | %!s(int64=2) %!d(string=hai) anos | |
LICENSE | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
pubspec.lock | %!s(int64=2) %!d(string=hai) anos | |
pubspec.yaml | %!s(int64=2) %!d(string=hai) anos |
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