VoiceDictation icon indicating copy to clipboard operation
VoiceDictation copied to clipboard

迅飞 语音听写 WebAPI - 把语音(≤60秒)转换成对应的文字信息,让机器能够“听懂”人类语言,相当于给机器安装上“耳朵”,使其具备“能听”的功能。

Results 7 VoiceDictation issues
Sort by recently updated
recently updated
newest added

您好,请问有Vue版本的吗

正常关闭语音识别之后要把麦克风关闭了,但我看到作者这边关闭麦克风的代码注释了,这是为什么? ![image](https://github.com/MuGuiLin/VoiceDictation/assets/40386392/dc2e0450-3263-4202-87ec-6ca2dd6bf8bf)

1、使用 【import { XfVoiceDictation } from '@muguilin/xf-voice-dictation'】引入,new XfVoiceDictation() 会报错; 得改成:【import XfVoiceDictation from '@muguilin/xf-voice-dictation'】再 new XfVoiceDictation.XfVoiceDictation() 才不会报错 2、初始化后,第一次发送录制声音,会解析不成功,识别不到文字。从第二次开始可正常使用 3、每次调用stop()方法后,控制台会报1个错误 ![image](https://github.com/MuGuiLin/VoiceDictation/assets/30816662/b01aa34e-dc81-4684-90b4-ad1d939921a0)

考虑到安全问题,APPID/APISecret/APIKey等参数不能直接放在前端代码中,需求是从接口直接获取加密之后的websocketUrl,可以支持吗

结果倒是正确的,我发送是按40ms 1280字节发的,就是不给我快速响应

我试了一下,发现实际10秒钟内没有说话,就自动关闭。改了html中的时间也不行,不知道什么什么问题。希望帮忙看下,多谢!多谢!