Usage - Example
Amazing work
@Xenova
- I have been using onnx-community/OuteTTS-0.2-500M
and the quality was amazing (leveraging outetts
npm package) - do you mind adding a small guide as how to use this model? I am super excited for this as the quality of the samples were awesome!
Usage example coming soon! :)
Example python code added to the README! :)
Example JS code coming soon.
Neat thanks alot looking forward to the JS code example
Awesome work
@Xenova
! that was fast - as a suggestion it would be nice to have similar interface to outtets
export interface GenerateOutput {
audioBuffer: AudioBuffer;
save(filename: string): void;
to_wav(filename: string): ArrayBuffer;
}
It seems like kokoro-js
exposes only save
- cheers and thanks again
The output is now a RawAudio
object, which supports toWav
, toBlob
, and save
functions. Hope that helps!
Indeed, we're working on fixing this bug in onnxruntime-web: https://github.com/microsoft/onnxruntime/issues/23403.
2025-01-17 02:57:22.385599 [E:onnxruntime:, sequential_executor.cc:505 ExecuteKernel] Non-zero status code returned while running Add node. Name:'/decoder/F0.1/Add' Status Message: Failed to run JSEP kernel