haritabh-z01
bae86750e0
chore: barebones testing setup
2025-11-12 14:39:47 +05:30
haritabh-z01
55e6971781
feat: add optional cloud models for transcrption
2025-11-11 19:55:11 +05:30
nchopra
048915da61
feat: migrate from smart-whisper to custom binding + add cuda support
2025-09-19 16:09:08 +05:30
haritabh-z01
6d3c9440d5
fix: assets path
2025-09-18 01:04:49 +05:30
haritabh-z01
f92d47df30
Squashed commit of the following:
...
commit 9cf278791848e0a618ebabca97d9fc7405047cde
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Fri Sep 12 00:15:52 2025 +0530
fix: native dep coppying on windows
commit 4cdebf31659753f8f9bf0a01299474dc7a1a99a1
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Thu Sep 11 23:21:06 2025 +0530
chore: set diff default shortcuts for windows
commit 9caf66fa7b5188cf445ace530ccf35033853909d
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Thu Sep 11 23:10:16 2025 +0530
fix: windows shortcuts compatibility
2025-09-12 00:29:02 +05:30
nchopra
e7d9e91bf4
fix: wire up transcription playback
2025-08-26 01:29:35 +05:30
nchopra
17d034be80
Squashed commit of the following:
...
commit d6c92ea0ad95c0b640ac9c7df48197412c7518e3
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Thu Aug 21 23:27:44 2025 +0530
fix: unpacking amical/smart-whisper dep
commit 87819819bb12c07b94f5b52cbb0ea42a452c16e2
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Thu Aug 21 17:41:02 2025 +0530
fix: unpacking of smart-whisper
commit 81cec166834606cbff2cdd2e750dcc1fb769d4f3
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Thu Aug 21 16:08:39 2025 +0530
chore: re-enable mac builds
commit f13069c1f350fe06c69aa8f16af41f983f34131e
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Thu Aug 21 13:06:26 2025 +0530
feat: add smart-whisper package with updated build configuration
commit a24e06856cc595f5e6c5d914090531716d208d2a
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Thu Aug 21 11:37:25 2025 +0530
chore: bump smart-whisper ver
commit 98f84b6f89c873370f1bb356f11c97dab0185ab7
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Wed Aug 20 08:59:55 2025 +0530
feat: release wf updates for win builds
commit a85825d362f2a27fdef7b49533a9139aea4785b7
Author: haritabh-z01 <haritabh.z01+github@gmail.com>
Date: Wed Aug 20 08:36:13 2025 +0530
feat: add windows support basics
2025-08-25 23:54:28 +05:30
haritabh-z01
2d852a0d14
chore: only pkg relevant node binaries
2025-08-12 18:01:10 +05:30
haritabh-z01
130d96b14b
fix: formatting
2025-08-12 15:10:43 +05:30
haritabh-z01
b3c99136b0
chore: update entitlments for node binaries
2025-08-12 15:08:03 +05:30
haritabh-z01
566cad7a5a
Use pure node process to handle whisper to bypass electron cage
2025-08-09 01:28:52 +05:30
haritabh-z01
df6363311b
fix: formatting fixes
2025-07-13 21:38:26 +05:30
haritabh-z01
2818db8037
fix: move to jest-worker and pure node for whisper execution to escape issues with gpu buffer allocation due to electron restrictions
2025-07-13 19:15:06 +05:30
haritabh-z01
c71241d264
chore: widget css updates + empty transcription view
2025-07-11 19:05:20 +05:30
haritabh-z01
f8095d8ac0
feat: onboarding window to check perms
2025-07-07 13:52:35 +05:30
haritabh-z01
522cd05a9e
chore: let maker dmg auto name files
2025-07-06 20:23:28 +05:30
haritabh-z01
70ae0ccd00
fix: meta path for whisper for production builds
2025-07-06 18:58:03 +05:30
Naomi Chopra
9cc6d3ba4a
fix: remove extension from icon config in packer
2025-07-06 18:25:37 +05:30
haritabh-z01
4b499e656e
chore: set up notarization
2025-07-04 15:51:37 +05:30
Naomi Chopra
64d9e4fc71
chore: show processing indicator in widget
2025-07-04 15:51:31 +05:30
Naomi Chopra
37442bd370
chore: switch to update-electron-app
2025-07-04 15:51:16 +05:30
haritabh-z01
e7019c2776
fix: bundling of unnecessary onx runtime binaries
2025-07-03 15:54:55 +05:30
Haritabh
5eb5777001
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
2025-07-03 12:18:47 +05:30
haritabh-z01
d1956fc4b9
chore: update logos and icons
2025-06-29 20:10:15 +05:30
haritabh-z01
119a46c339
chore: formatting fixes
2025-06-28 11:04:55 +05:30
Haritabh
aecabbeb4a
chore: git publish + auto update handling ( #31 )
...
* chore: git publish + auto update handling
2025-06-28 09:43:46 +05:30
Haritabh
d05bf80f10
chore: add packaging configuration ( #30 )
...
* chore: add packaging configuration
2025-06-27 10:16:07 +05:30
Naomi Chopra
2aa46ae0bb
chore: update desktop app name ( #29 )
2025-06-25 23:17:11 +05:30