diff options
| author | yum <yum.food.vr@gmail.com> | 2022-12-18 14:46:53 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2022-12-18 15:08:28 -0800 |
| commit | 79f1b48042cbb724892301afdee842fb33ab2b37 (patch) | |
| tree | 46e588b1a12115892ab45e9853915b32c4bd15d6 /GUI/package.ps1 | |
| parent | 03fbf0e8ca409fe4c26e246286a975724ad0994b (diff) | |
GUI: Add mic, language selection
Users can now select their mic & spoken language in the GUI.
* pyaudio now samples at the mic rate, fixing an issue where frames
would drop. We downsample in the callback by dropping frames.
* add Sounds folder to package
Diffstat (limited to 'GUI/package.ps1')
| -rw-r--r-- | GUI/package.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GUI/package.ps1 b/GUI/package.ps1 index 0c2cec0..0346e67 100644 --- a/GUI/package.ps1 +++ b/GUI/package.ps1 @@ -9,5 +9,6 @@ mkdir $install_dir/Resources > $null cp ../Images/logo.png TaSTT/Resources
cp -Recurse ../Python TaSTT/Resources/Python
cp -Recurse ../Scripts TaSTT/Resources/Scripts
+cp -Recurse ../Sounds TaSTT/Resources/Sounds
cp GUI/x64/Release/GUI.exe TaSTT/TaSTT.exe
|
