Skip to content

Add VAD upgrade to production#697

Merged
CalJosKos merged 3 commits into
mainfrom
dev
Jan 22, 2026
Merged

Add VAD upgrade to production#697
CalJosKos merged 3 commits into
mainfrom
dev

Conversation

@CalJosKos

Copy link
Copy Markdown
Collaborator

No description provided.

Lomacar and others added 2 commits January 16, 2026 15:58
* new contexMenu component. could come in handy throughout the app

* unified VAD settings and performance tweaks

- settings are now all stored in localStore.ts
- there were two default thresholds, 0.085 and 0.03. Now just 0.05
- additionally did some things to improve UI responsiveness

* VAD drawer performance improvements

* Reduced VAD pause length min to 0.1.

- Introduced constants for VAD silence duration: minimum, maximum, and default values.
- Updated comments and logic in localStore.ts to reflect new constants.
- Adjusted increment/decrement handlers in VADSettingsDrawer to use the new constants for better maintainability and clarity.
- Ensured that silence duration settings are validated against the defined constants to prevent invalid values.

* Added circular meter on pause length setting to visualize pause.

* Made pause length buttons more responsive.

* New VAD algorithm

* Implement minimum active audio duration in VAD

* installed slider, renamed to 'Min segment length' and update default to 200ms

* fixed counting when transient segments are eliminated

* waveform update for rejected (short) segments

* Update VAD settings UI

- Enhanced localization descriptions for silence duration and minimum segment length.
- Adjusted default silence duration from 300ms to 700ms.
- Reduced minumin segment length slider max from 1000ms to 500ms.
- Added reset functionality for silence duration and minimum segment length in the VAD settings drawer.
- tried and failed to make slider draggable

* VAD sensitivity default from 0.05 to 0.1

- plus failed attempts to improve UI performance

* New SimpleDrawer component for VAD settings

* VAD settings drawer tweaks, checkpoint

* fixed sound meter width and tooltip appearance

* Improved tooltip and other text

* Code clean-up, removed simple drawer

* final VAD settings UI tweaks

* simplified onset buffer configuration

* fixing typescript and prettier errors

* fix tooltip positioning

* fixed rewindHalfPause number->boolean
@vercel

vercel Bot commented Jan 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
langquest Ready Ready Preview, Comment Jan 22, 2026 8:48pm

Request Review

@supabase

supabase Bot commented Jan 22, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project unsxkmlcyxgtgmtzfonb because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@socket-security

socket-security Bot commented Jan 22, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedcross-env@​10.1.010010010082100
Added@​react-native-community/​slider@​5.1.11001009885100

View full report

* Fix merge deletion issue, upload orphan patch

- Unpublished asset deletions and dependent children happen in a single transaction (to prevent orphans and subsequent fk constraint violations). This includes auto-deleting translations and transcriptions submitted to assets that are deleted in the recording view.
- Added referential integrity validation in publishing process. Before publishing content, code checks to make sure all fk-linked records actually exist. If any don't, then the linking record is held onto locally and not published (kicking the can down the road and nervous to automatically delete local content)
- STOP DELETION of audio files during asset merge process. Former merge process was deleting audio files from assets being merged into first asset

* Slider fix, asset details carousel back

- Enable playing translation audio from translation modal
- Fixing slider to not cause massive UI delays on assetdetailsview
- Add carousel to assetdetails view to see all asset_content_link record content for the asset (not just the first one). Allows user to see and hear all merged content.
- Fix navigation crash (out of details view)

* Update register view

* Fix format, typecheck issues
@CalJosKos CalJosKos merged commit a153643 into main Jan 22, 2026
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants