voice_recognition_in_flutter Posted on 2023-06-21 Flutter 仿微信语音识别 识别手势上滑,界面模糊。 ffi分发识别请求给安卓/iOS。 iOS 使用 Apple SpeechKit 内置语音识别;安卓使用 Azure。 ffi不断回调给 flutter 语音识别结果。 C++ 处理 iOS 和安卓回传的 audio samples。 使用傅里叶变换将音频样本转换为频谱数据,将振幅传给 flutter 可视化。 Post author: xhzq Post link: https://blog.xhzq.xyz/2023/06/20/voice_recognition_in_flutter/ Copyright Notice: All articles in this blog are licensed under BY-NC-SA unless stating additionally.