diff options
| author | yum <yum.food.vr@gmail.com> | 2023-02-28 00:34:10 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-02-28 00:34:10 -0800 |
| commit | f65b93aa6f0a5b7ddd069cd1f50f142029e4a5e5 (patch) | |
| tree | 12f1440988247e35c20fedf951f43db302ed5ab1 /GUI/README.md | |
| parent | b70628c047404c82793c80c4a2caf25e77d0b257 (diff) | |
Bugfix: fix use-after-free in GetMicsImpl
* Plumb beam search params into whisper cpp implementation
(currently broken)
Diffstat (limited to 'GUI/README.md')
| -rw-r--r-- | GUI/README.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/GUI/README.md b/GUI/README.md index ea28124..dbbc9be 100644 --- a/GUI/README.md +++ b/GUI/README.md @@ -8,17 +8,18 @@ $ git submodule init $ git submodule update ``` 3. Execute Libraries/fetch.ps1. -4. Open Libraries/wx/build/msw/wx\_vc17.sln with Visual Studio 2022. -5. Select every project in the Solution Explorer except for _custom_build. +4. Open `Libraries/wx/build/msw/wx_vc17.sln` with Visual Studio 2022. +5. Select every project in the Solution Explorer except for `_custom_build`. 6. Right click, select Properties, go to C/C++, Code Generation, and set Runtime Library to Multi-threaded (/MT). Make sure this applies to the configuration x64/Release. 7. Build x64/Release. 1. The build configuration is in the top. By default it's probably Debug/x64. 2. To build: ctrl+shift+B -8. Open GUI/GUI.sln with Visual Studio 2022. -9. Build x64/Release. -10. Run package.ps1 from powershell. +8. Follow TaSTT-Whisper README and build it as x64/Release. +9. Open GUI/GUI.sln with Visual Studio 2022. +10. Build x64/Release. +11. Run package.ps1 from powershell. ## High level design |
