Conversation
* 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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
ryderwishart
approved these changes
Jan 22, 2026
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.