I ran stream.wasm locally using the base model, and it successfully recognized Chinese, but the transcription output was in English. I want to get the transcription output in Chinese.
I tried modifying wparams.language = “zh” in the emscripten.cpp file and recompiling, but it still didn't work.
Experts, what should I do?
