Note: This article is Adapted from the official Phala Network post.

VoxCPM2 turns multilingual text-to-speech and voice cloning into something developers can build with directly, and Phala’s approach to hosting it is worth understanding before you touch the code.
What VoxCPM2 actually does
VoxCPM2 is an open source speech model from OpenBMB that generates natural sounding speech across 30 languages, and it can clone a voice from a short audio clip. You can also design a completely new voice just by describing it in plain language, no reference audio required. The model outputs studio quality 48kHz audio and runs fast enough for real-time use. It is fully open source under an Apache 2.0 license, so it is free to use commercially, and that alone makes it a serious option for any app or product that needs voice.
Why Phala’s hosting matters here
Voice cloning only works if you feed it real audio samples, along with prompts, cloning settings, and whatever credentials your app needs to run. That is sensitive material by nature. Phala deploys VoxCPM2 inside a TEE CVM, which is essentially a sealed computing environment. Everything processed inside it, the voice data, the configuration, the app credentials, stays hidden from outside view, including from the infrastructure provider itself. So the privacy protection is not something you add later, it is built into how the deployment works from the start.
Why Phala is worth watching
This is not an isolated example. Phala keeps shipping practical, ready to deploy templates that put real privacy protections around AI workloads, instead of just talking about confidential computing as a concept. For developers and institutions that need to handle sensitive data responsibly, that consistency is what makes Phala worth paying attention to right now.
If you want to try VoxCPM2 yourself, the deploy template is live on Phala Cloud: https://cloud.phala.com/templates/voxcpm, and both the template code: https://github.com/Phala-Network/phala-cloud/tree/main/templates/prebuilt/voxcpm and the original VoxCPM repository from OpenBMB are open on GitHub. find it here: https://github.com/OpenBMB/VoxCPM
Top comments (0)