Open MSR2201 opened 1 month ago
This from the documentation:
Building your own
The plugin framework is designed to be extensible, allowing anyone to build their own plugin. Your plugin can integrate with various providers or directly load models for local inference.
By adopting the standard STT or TTS interfaces, you can abstract away implementation specifics and simplify switching between different providers in your agent code.
You can see the STT and TTS files for references to build your own
can you give me an example code if you can? for whisper local model
Any examples for local whisper SpeechToText would be greatly appreciated !
is there any way i can use local models for stt and tts instead of the api ones