Add STT Voice Messages Plugin

This commit is contained in:
mesonium
2024-06-11 18:30:45 +02:00
committed by hueso
parent 339b314996
commit 194300a4d8
6 changed files with 213 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"authors": [
"mesonium <mesonium@posteo.eu>"
],
"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>=1.4.0"
],
"short_name": "stt_voice_messages",
"version": "0.0.1"
}