forked from abb128/LiveCaptions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
284 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
build | ||
build/* | ||
_build | ||
_build/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "subprojects/april-asr"] | ||
path = subprojects/april-asr | ||
url = git@github.com:abb128/april-asr.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<schemalist gettext-domain="livecaptions"> | ||
<schema id="net.sapples.LiveCaptions" path="/net/sapples/LiveCaptions/"> | ||
</schema> | ||
<schema id='net.sapples.LiveCaptions' path='/net/sapples/LiveCaptions/'> | ||
<key name="font-name" type="s"> | ||
<default>'Sans Regular'</default> | ||
<summary>The font of the captions</summary> | ||
</key> | ||
|
||
<key name="font-size" type="i"> | ||
<range min="1" max="144" /> | ||
<default>12</default> | ||
<summary>The font size of the captions</summary> | ||
</key> | ||
|
||
<key name="text-uppercase" type="b"> | ||
<default>false</default> | ||
<summary>Display letters in uppercase instead of lowercase</summary> | ||
</key> | ||
|
||
<key name="fade-text" type="b"> | ||
<default>true</default> | ||
<summary>Fade text based on confidence</summary> | ||
</key> | ||
|
||
<key name="filter-profanity" type="b"> | ||
<default>true</default> | ||
<summary>Filter swear words and slurs</summary> | ||
</key> | ||
|
||
<key name="microphone" type="b"> | ||
<default>false</default> | ||
<summary>Caption microphone input instead of desktop audio</summary> | ||
</key> | ||
|
||
<key name="benchmark" type="d"> | ||
<default>-1.0</default> | ||
</key> | ||
</schema> | ||
</schemalist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.