Nμ1|_⁋0int3r
Nμ1|_⁋0int3r
Same problem, unless I am not in China.
> 可以参考我的实现:https://github.com/pengzhendong/streaming-sensevoice/blob/master/realtime.py 多谢大佬,很聪明且明了的实现,学习了。
兄弟有进展没?我也在转换的时候碰到了相似的问题。
That's all you need to do: 1, Open BleKeyBoard.ccp in the ESP32_BLE_Keyboard lib 2, change "hid->manufacturer()->setValue(deviceManufacturer);" TO "hid->manufacturer()->setValue(String(deviceManufacturer.c_str()));" 3, change "BLEDevice::init(deviceName);" TO "BLEDevice::init(String(deviceName.c_str()));" Run it again.
例子的注释里有讲到: `res = m.inference( data_in=f"{kwargs ['model_path']}/example/en.mp3", language="auto", # "zh", "en", "yue", "ja", "ko", "nospeech" use_itn=False, ban_emo_unk=False, **kwargs, ) ` 只需要把auto换成zh就可以。
> 这个是如何实现的?用onnxruntime推理的话如何给模型指定? /其实demo就有,我把代码放在这里: `from pathlib import Path from funasr_onnx import SenseVoiceSmall from funasr_onnx.utils.postprocess_utils import rich_transcription_postprocess model_dir = "PATH" model = SenseVoiceSmall(model_dir, batch_size=10, quantize=True) #inference wav_or_scp=["z2.mp3"] res = model(wav_or_scp, language=["auto"], use_itn=True)#这里auto换成zh...
> You can probably use that dll just like other .NET dlls in other projects. Thank you for reply, I'm a starter in .Net, Now I can get the name...
同样吞字,想看看你是怎么写的推理