labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
17.46k stars 4.69k forks source link

聊天对话苹果手机 语音输入效果很差语音文件不全,安卓手机就没有问题 #1392

Closed boleyn closed 1 week ago

boleyn commented 5 months ago

例行检查

你的版本 4.7.1

问题描述, 日志截图

复现步骤 苹果手机 语音输入效果很差语音文件不全,安卓手机就没有问题 预期结果

相关截图

boleyn commented 5 months ago

开启了hhtps ,也配置了whisper 电脑端和安卓都测试了,mac 端谷歌浏览器可以 safari 就不行。初步判断是 Safari浏览器不兼容

boleyn commented 5 months ago

image 录音抓下来也试听也不缺少东西,就是识别不了

boleyn commented 5 months ago

https://github.com/kbumsik/opus-media-recorder 参考这个

CloverZhou commented 5 months ago

请问大佬是怎么实现语音输入的?

c121914yu commented 5 months ago

https://github.com/kbumsik/opus-media-recorder 参考这个

这个也不支持ios~

c121914yu commented 2 months ago

开启了hhtps ,也配置了whisper 电脑端和安卓都测试了,mac 端谷歌浏览器可以 safari 就不行。初步判断是 Safari浏览器不兼容

请问你测试安卓和电脑端语音识别效果如何?我本地的whisper,效果很差,识别的大部分是繁体字,而且准确率很差

用阿里的新模型。效果好,性能好

SDAIer commented 2 months ago

请问阿里具体模型名称是什么

对接方式跟对接llm一样吗

---原始邮件--- 发件人: @.> 发送时间: 2024年7月24日(周三) 晚上9:23 收件人: @.>; 抄送: @.**@.>; 主题: Re: [labring/FastGPT] 聊天对话苹果手机 语音输入效果很差语音文件不全,安卓手机就没有问题 (Issue #1392)

开启了hhtps ,也配置了whisper 电脑端和安卓都测试了,mac 端谷歌浏览器可以 safari 就不行。初步判断是 Safari浏览器不兼容

请问你测试安卓和电脑端语音识别效果如何?我本地的whisper,效果很差,识别的大部分是繁体字,而且准确率很差

用阿里的新模型。效果好,性能好

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Charmnut commented 1 month ago

开启了hhtps ,也配置了whisper 电脑端和安卓都测试了,mac 端谷歌浏览器可以 safari 就不行。初步判断是 Safari浏览器不兼容

请问你测试安卓和电脑端语音识别效果如何?我本地的whisper,效果很差,识别的大部分是繁体字,而且准确率很差

可以用Belle-whisper-large-v3-zh,显存只占4-5G,效果还可以,也兼容oneapi只定向whisper-1的特性

SDAIer commented 1 month ago

繁体问题我用openCC解决了

JP @.***

 

------------------ 原始邮件 ------------------ 发件人: "labring/FastGPT" @.>; 发送时间: 2024年9月12日(星期四) 上午9:42 @.>; @.**@.>; 主题: Re: [labring/FastGPT] 聊天对话苹果手机 语音输入效果很差语音文件不全,安卓手机就没有问题 (Issue #1392)

开启了hhtps ,也配置了whisper 电脑端和安卓都测试了,mac 端谷歌浏览器可以 safari 就不行。初步判断是 Safari浏览器不兼容

请问你测试安卓和电脑端语音识别效果如何?我本地的whisper,效果很差,识别的大部分是繁体字,而且准确率很差

可以用Belle-whisper-large-v3-zh,显存只占4-5G,效果还可以,也兼容oneapi只定向whisper-1的特性

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

nightzjp commented 1 month ago

ios生成的音频文件可以直接手机播放,whisper模型不能识别;mac生成的音频文件手机不能播放,whisper模型可以正常识别。。好奇怪