fhc1985
Results
2
comments of
fhc1985
we can use ObjectMapper's mixin to solve this problem, but expecting one official solution. thanks. The sample code is: // First, define one mixin class class ChatCompletionChoiceMixIn { @JsonProperty("message") @JsonAlias(value...
流式推理指的是:输入是音频帧, 而不是一个完整的文件。常见的场景,比如麦克风采集的音频,是以音频帧(比如100毫秒的数据切片)的方式给出。不知道是否可以支持。 看到 RVC 的推理需要用到驱动音频的 f0 作为入参,如果要做流式,这块应该也要做调整。