Jingzhao Ou

Results 17 comments of Jingzhao Ou

I verified that the solution suggested by @ysmu works great. Just filed a PR for this issue: https://github.com/coqui-ai/TTS/pull/2077. Hope that it can be included in the code so that people...

I updated my comments above and my PR. I don't see any `TypeError` in my runs. Hope it fixes your issue. If not, more than happy to debug together.

I just tried `yarn link` and still no luck. I first ran `yarn link` under `c2pa-js/packages/c2pa`. Then I ran `yarn link c2pa` under `c2pa-js/examples/react-ts-vite`. The `c2pa` folder under `c2pa-js/examples/react-ts-vite/node_modules` becomes...

I filed the same request and found out someone else already requested the same feature. Agree that "Once we can directly get back the audio from the component, I think...

I like this feature as well. It is very helpful to what I am currently working on. Thanks.

For the same wav file, I got different transcripts between `./build/binsherpa-onnx` in sherpa-onnx and `./build/bin/sherpa-online` in sherpa. I found that for the streaming flow, sherpa-onnx explicitly sets `snip_edges` to `false`....

Once `snip_edges` is set to the same, `sherpa` and `sherpa-onnx` give the same output for the streaming flow. The transcripts are the same. The joiner outputs are the same as...

@csukuangfj thanks a lot for sharing the background. More than happy to contribute. `sherpa-onnx` already sets `snip_edges = false`. Do you want me to create a PR and fix `sherpa`...

"I think it won't make a big difference about whether to set it to false or true.": @csukuangfj for the same model, we sometimes observed absolute WER differences of 1...

@csukuangfj Awesome, I will create a PR on `sherpa` then. Thanks a lot!