chore: Disable broken opus recording on web
This commit is contained in:
parent
8d66130687
commit
5ebe891c7b
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ class RecordingViewModelState extends State<RecordingViewModel> {
|
|||
|
||||
try {
|
||||
final codec =
|
||||
!PlatformInfos
|
||||
.isIOS && // Blocked by https://github.com/llfbandit/record/issues/560
|
||||
PlatformInfos
|
||||
.isAndroid && // Blocked by https://github.com/llfbandit/record/issues/560
|
||||
await audioRecorder.isEncoderSupported(AudioEncoder.opus)
|
||||
? AudioEncoder.opus
|
||||
: AudioEncoder.aacLc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue