rizo

Results 8 comments of rizo

希望能提供一个有签名的版本。如果有办法绕开,请告知,谢谢。

How about version 0.10.3 ?

Same here, just waiting :)...... May be another new ConfuseEx project target only .net core?

I have tested three configurations, and they all returned the same multiple warning messages : Warning: error with ICE candidate: 701 Failed to establish connection turns:turn.****.com:443?transport=tcp 1. Nginx does not...

同样的问题,是不是没人维护了?

启用 CAM++ 后一直出错: ``` model_dir = "iic/SenseVoiceSmall" model = AutoModel( model=model_dir, vad_model="fsmn-vad", vad_kwargs={"max_single_segment_time": 10000}, punc_model="ct-punc", spk_model="cam++", device="cpu", ) ``` 错误信息如下: WARNING:root:length mismatch between punc and timestamp | 1/1 [00:00

I also had a huge stuck dealing with enum. ended up, I chang all enum properties to int. hope there will be a better solution to this problem.