Erlone_alpha

Results 3 issues of Erlone_alpha

压缩包那里只有通过h@h下载。我还把eh和exh设置里的档案下载改为自动选择并下载原档案,这样的话不会显示h@h的选项。

问题: 从funasr包导入AutoModel,初始化funasr用了1分钟多 #### Code ```python import soundfile import os model_path = r"model\zh-streaming" chunk_size = [0, 10, 5] #[0, 10, 5] 600ms, [0, 8, 4] 480ms encoder_chunk_look_back = 4 #number of...

question

The following lines will directly return timeout in Non-timeout without attempting additional addresses: https://github.com/lunarmodules/luasocket/blob/4844a48fbf76b0400fd7b7e4d15d244484019df1/src/inet.c#L421 According to [RFC 8305](https://datatracker.ietf.org/doc/html/rfc8305), the current getaddrinfo function will return both AF_INET6 and AF_INET addresses when...