-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathnet.sapples.LiveCaptions.appdata.xml.in
87 lines (77 loc) · 3.77 KB
/
net.sapples.LiveCaptions.appdata.xml.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>net.sapples.LiveCaptions</id>
<name>Live Captions</name>
<summary>Live Captioning for the desktop</summary>
<developer_name translatable="no">abb128</developer_name>
<description>
<p>Live Captions is an application that provides realtime automatic subtitles for the Linux desktop.</p>
<p>Only the English language is supported currently. Other languages may produce gibberish or a bad phonetic translation.</p>
<p>Features:</p>
<ul>
<li>Simple interface</li>
<li>Caption desktop/mic audio locally, powered by deep learning</li>
<li>No API keys, no proprietary services/libraries, no telemetry, no spying, no data collection, does not use network permission</li>
<li>Adjust font, font size, and toggle uppercase/lowercase</li>
<li>Less confident text is faded (darkened), this feature can be disabled</li>
</ul>
<p>Running this requires a somewhat-decent CPU that can perform realtime captioning, especially if you want to be doing other tasks (such as video decode) while running Live Captions. It has been tested working on:</p>
<ul>
<li>Intel i7-2670QM (2011)</li>
<li>Intel i5-8265U (2018)</li>
<li>AMD Ryzen 5 1600 (2017)</li>
<li>Steam Deck</li>
</ul>
<p>GPU is not required or used.</p>
<p>The live captions may not be accurate. It may make mistakes, including when it comes to numbers. Please do not rely on the results for anything critical or important.</p>
<p>More models may be trained and released in the future with better and more robust accuracy.</p>
</description>
<url type="homepage">https://github.com/abb128/LiveCaptions</url>
<url type="bugtracker">https://github.com/abb128/LiveCaptions/issues</url>
<screenshots>
<screenshot type="default">
<image>https://github.com/abb128/LiveCaptions/blob/main/screenshots/0.png?raw=true</image>
</screenshot>
<screenshot>
<image>https://github.com/abb128/LiveCaptions/blob/main/screenshots/1.png?raw=true</image>
</screenshot>
</screenshots>
<releases>
<release date="2023-02-18" version="0.3.1">
<url>https://github.com/abb128/LiveCaptions/releases/tag/v0.3.1</url>
<description>
<p>Fixed the history export file dialog</p>
</description>
</release>
<release date="2023-02-18" version="0.3.0">
<url>https://github.com/abb128/LiveCaptions/releases/tag/v0.3.0</url>
<description>
<p>Window can now automatically be kept on top on X11</p>
<p>Support for GNOME/KDE extensions to automatically keep window on top on Wayland</p>
<p>Input audio speedup for better low-performance support</p>
<p>Reduced minimum benchmark requirement</p>
<p>Added History window and export</p>
</description>
</release>
<release date="2022-12-20" version="0.2.0">
<url>https://github.com/abb128/LiveCaptions/releases/tag/v0.2.0</url>
<description>
<p>Added a setting to make window transparent</p>
<p>Added a setting to adjust window width</p>
<p>Reworked line generator to follow window width</p>
<p>Added a more visible outline around the captions window</p>
<p>Settings menu now follows system light/dark mode setting</p>
</description>
</release>
<release date="2022-12-15" version="0.1.2">
<url>https://github.com/abb128/LiveCaptions/releases/tag/v0.1.2</url>
<description>
<p>Initial release of Live Captions</p>
</description>
</release>
</releases>
<metadata_license>CC0-1.0</metadata_license>
<launchable type="desktop-id">net.sapples.LiveCaptions.desktop</launchable>
<project_license>GPL-3.0-or-later</project_license>
<content_rating type="oars-1.1" />
</component>