Bookmarks tagged ONNX

15 Jan github.com
Example in Python of a TTS server for Catalan ONNX models
18 Oct 2025 stackoverflow.com
This tangential issue in StackOverflow shows actually how to define an own ONNX Session outside Piper TTS, and then pass it to the PiperVoice instance. This could solve the issue with multiprocessing (can't pickle the ONNX session)
Also, explains that ONNX already manages its own threads already. Maybe it's not worth to make it work in a separate Process.