suning
suning
> 这个播放器比较简陋,暂停的时候里面没播放完的数据还会继续播一会才会暂停,有时间再来研究研究怎么改 确实,现在暂停有延迟
> > 并且文档里的例子是这样的`model = AutoModel(model="paraformer-zh", vad_model="fsmn-vad", punc_model="ct-punc", # spk_model="cam++", ) res = model.generate(input=f"{model.model_path}/example/asr_example.wav", batch_size_s=300, hotword='魔搭')` > > 但实际上“paraformer-zh”模型无法使用热词功能 > > 您好,请问这个问题解决了吗?我测试也发现热词没起作用 能用,词与词之间用空格隔起来
> 是有这个现象,播放器代码写的比较简陋,暂停时没有清除已经写进AudioBufferSourceNode的几百毫秒数据,就会多播放几百毫秒 > > 目前没啥好办法,只能让这几百毫秒播完,不然要大改源码 好吧,呢目前只能这样了
> Any idea how I can use microphone for audio input instead of using audio files? Based on the example, I can do streaming s2tt and s2st, but I don't...
> I had no trouble running this example as-is. Maybe some changes coming in recent versions cause it to break. > > Could you share the fork that you're running,...
Is there a good solution?
已经不支持3.10.0,如何处理?降级吗?
> > 已经不支持3.10.0,如何处理?降级吗? > > 不支持了吗?我们开发的时候还用的3.9。想这次正式部署就直接使用最新的稳定版了。不好弄可能就只能先降级了。 应该是我配置的问题,现在可以查看列表,但是不能更新和删除