Optimise local transcription calls (#33)

* chore: move audio worklet file to assets

* chore: get rid of rickyvad and use vad model directly

* fix: handling of onnxruntime in packaged app

* chore: run ci on macos

* fix: formatting
This commit is contained in:
Haritabh 2025-07-03 12:18:47 +05:30 committed by GitHub
parent e4b4e92be4
commit 5eb5777001
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 775 additions and 521 deletions

View file

@ -13,7 +13,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout repository