Sherpa Extension
Sherpa is a high-performance audio processing library designed for real-time speech recognition and transcription. It leverages state-of-the-art machine learning models to provide accurate and efficient audio-to-text conversion, making it ideal for applications such as voice assistants, transcription services, and interactive voice response systems. Sherpa is optimized for low-latency environments.
SherpaTTS Node
SherpaTTS node is responsible for converting text into natural-sounding speech using advanced text-to-speech algorithms.
Configuration
Name | Type | Description |
---|---|---|
text | String | Initial text to render. |
Values
This object does not provide any values.
Actions
Name | Parameters | Description |
---|---|---|
synthesize | text: String | Starts rendering of text as audio. |
loadModel | modelPath: String tokensPath: String dataPath: String | Loads a Sherpa model from the provided paths. |
Events
This object does not provide any events.
Download
You can find the download links for this extension on our Downloads page.