STT plugin based on onnx-asr

This commit is contained in:
hueso
2026-08-07 04:23:44 -03:00
parent cc63a25fe0
commit a0f300068e
8 changed files with 521 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"authors": [
"hueso"
],
"description": "Transcribes voice messages to text.",
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/STTVoiceMessagesPlugin",
"config_dialog": true,
"name": "STT Voice Messages",
"platforms": [
"others",
"linux",
"darwin",
"win32"
],
"requirements": [
"gajim>=2.5.0"
],
"short_name": "stt_voice_messages",
"version": "0.1.0"
}