小编Dan*_*der的帖子

dart 中的 List<Uint8List> 到 List<int>

有谁知道如何将 a 转换List<Uint8List>List<int>. 我想将它与 Google Speech 库(使用 google api 的语音转文本)一起使用,并且要使用它,我需要提供格式为 的音频数据List<int>

dart flutter

3
推荐指数
1
解决办法
6320
查看次数

标签 统计

dart ×1

flutter ×1