Add STT Voice Messages Plugin
This commit is contained in:
20
stt_voice_messages/plugin-manifest.json
Normal file
20
stt_voice_messages/plugin-manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user