diff --git a/.obsidian/plugins/hoarder-sync/data.json b/.obsidian/plugins/hoarder-sync/data.json index 4236462..960700a 100644 --- a/.obsidian/plugins/hoarder-sync/data.json +++ b/.obsidian/plugins/hoarder-sync/data.json @@ -4,7 +4,7 @@ "syncFolder": "Hoarder", "attachmentsFolder": "Hoarder/attachments", "syncIntervalMinutes": 60, - "lastSyncTimestamp": 1777649947776, + "lastSyncTimestamp": 1777653534192, "updateExistingFiles": false, "excludeArchived": true, "onlyFavorites": false, diff --git a/99 Daily/2026-05-01.md b/99 Daily/2026-05-01.md index 2734df0..57dc908 100644 --- a/99 Daily/2026-05-01.md +++ b/99 Daily/2026-05-01.md @@ -341,3 +341,6 @@ tags: [daily] - 17:35 | `video-accessibility` - **Asked:** How should the pause-insert algorithm handle adaptive silence buffers for variable AD duration? - **Done:** Discussed current 500ms constant buffer limitation and need for context-aware silence detection instead of fixed padding. +- 17:41 | `video-accessibility` + - **Asked:** How to fix the adaptive silence buffer algorithm for pause-insert in AD processing? + - **Done:** Identified that the current 500ms buffer is constant across all cases and duplicates natural pauses, requiring an adaptive approach based on AD duration and existing gaps.