-
Notifications
You must be signed in to change notification settings - Fork 598
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
1 parent
fc28418
commit 0645c84
Showing
44 changed files
with
1,226 additions
and
347 deletions.
There are no files selected for viewing
570 changes: 329 additions & 241 deletions
570
screenpipe-app-tauri/components/recording-settings.tsx
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
export enum Language { | ||
English = "english", | ||
Chinese = "chinese", | ||
German = "german", | ||
Spanish = "spanish", | ||
Russian = "russian", | ||
Korean = "korean", | ||
French = "french", | ||
Japanese = "japanese", | ||
Portuguese = "portuguese", | ||
Turkish = "turkish", | ||
Polish = "polish", | ||
Catalan = "catalan", | ||
Dutch = "dutch", | ||
Arabic = "arabic", | ||
Swedish = "swedish", | ||
Italian = "italian", | ||
Indonesian = "indonesian", | ||
Hindi = "hindi", | ||
Finnish = "finnish", | ||
Hebrew = "hebrew", | ||
Ukrainian = "ukrainian", | ||
Greek = "greek", | ||
Malay = "malay", | ||
Czech = "czech", | ||
Romanian = "romanian", | ||
Danish = "danish", | ||
Hungarian = "hungarian", | ||
Norwegian = "norwegian", | ||
Thai = "thai", | ||
Urdu = "urdu", | ||
Croatian = "croatian", | ||
Bulgarian = "bulgarian", | ||
Lithuanian = "lithuanian", | ||
Latin = "latin", | ||
Malayalam = "malayalam", | ||
Welsh = "welsh", | ||
Slovak = "slovak", | ||
Persian = "persian", | ||
Latvian = "latvian", | ||
Bengali = "bengali", | ||
Serbian = "serbian", | ||
Azerbaijani = "azerbaijani", | ||
Slovenian = "slovenian", | ||
Estonian = "estonian", | ||
Macedonian = "macedonian", | ||
Nepali = "nepali", | ||
Mongolian = "mongolian", | ||
Bosnian = "bosnian", | ||
Kazakh = "kazakh", | ||
Albanian = "albanian", | ||
Swahili = "swahili", | ||
Galician = "galician", | ||
Marathi = "marathi", | ||
Punjabi = "punjabi", | ||
Sinhala = "sinhala", | ||
Khmer = "khmer", | ||
Afrikaans = "afrikaans", | ||
Belarusian = "belarusian", | ||
Gujarati = "gujarati", | ||
Amharic = "amharic", | ||
Yiddish = "yiddish", | ||
Lao = "lao", | ||
Uzbek = "uzbek", | ||
Faroese = "faroese", | ||
Pashto = "pashto", | ||
Maltese = "maltese", | ||
Sanskrit = "sanskrit", | ||
Luxembourgish = "luxembourgish", | ||
Myanmar = "myanmar", | ||
Tibetan = "tibetan", | ||
Tagalog = "tagalog", | ||
Assamese = "assamese", | ||
Tatar = "tatar", | ||
Hausa = "hausa", | ||
Javanese = "javanese" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ async fn setup_test() -> ( | |
None, | ||
&output_path, | ||
VadSensitivity::High, | ||
vec![], | ||
) | ||
.await | ||
.unwrap(); | ||
|
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.