21 lines
487 B
JSON
21 lines
487 B
JSON
{
|
|
"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>=2.0.0"
|
|
],
|
|
"short_name": "stt_voice_messages",
|
|
"version": "0.0.1"
|
|
}
|