Installation
Quick Install (Recommended)
curl -fsSL raw.githubusercontent.com/jatinkrmalik/vocalinux/v0.6.1-beta/install.sh -o /tmp/vl.sh && bash /tmp/vl.sh --interactiveFrom Source
git clone https://github.com/jatinkrmalik/vocalinux.git
cd vocalinux
./install.shSee CHANGELOG for detailed changes.
What's Changed
- fix(web): prevent speech result duplication on mobile browsers by @jatinkrmalik in #186
- fix(web): prevent speech result duplication on mobile browsers by @jatinkrmalik in #187
- fix(web): fix live speech demo for edge case on chrome mobile browser by @jatinkrmalik in #188
- fix(install): auto-install git if not present before cloning by @jatinkrmalik in #192
- fix(ci): safely handle multi-line commit messages in deploy check by @jatinkrmalik in #194
- fix(install): install pywhispercpp with GPU support when available by @jatinkrmalik in #195
- fix(install): execute GPU pip command directly, not via variable by @jatinkrmalik in #196
- fix(install): add missing Vulkan development libraries for GPU support by @jatinkrmalik in #197
- chore: update default version tag to v0.6.0-beta by @jatinkrmalik in #200
- chore(release): prepare v0.6.1-beta by @jatinkrmalik in #201
Full Changelog: v0.6.0-beta...v0.6.1-beta