xioxin
xioxin
Currently AAudio does not enable automatic switching of audio devices. I am triggering it through Java code https://github.com/mackron/miniaudio/issues/318
I went through some attempts. I found that this problem occurs when the sample rate of the "AudioContext" is different from the audio file. And I have reproduced the problem...
Sorry I missed the last message. AudioContext sample rate: 48000 hz Audio file sample rate: 44100 hz, 2 channels
I pre-filled the buff with 0, and the problem was solved, I don't know if this is a good solution. ```diff From c33aa378bc08173e6b2eb4cee9a2457f0f15727c Mon Sep 17 00:00:00 2001 From: xioxin...
Thank you, this fix worked well for me.
Use `setWindowVisibility(visible: true);` of the `window_size` package to display the window. This package is not published to pub.dev, so you need to add it via git. https://github.com/google/flutter-desktop-embedding/tree/main/plugins/window_size ``` # pubspec.yaml...
已经解锁 Paging Enlargement II,未发现问题。暂时关闭这个issues
当时应该问你要点 😹
taro 和 taro-cli 版本是多少 尝试升级 taro-cli 修改配置文件 config/index.js 新增下面的配置 ``` { h5: { esnextModules: ['taro-f2'] } } ```
安装的taro-f2 是 2.1.1吗