You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shrimbly
dff6027b3e
refactor: extract useAudioPlayback hook from audio node components
Deduplicate 6 patterns (drawWaveform, ResizeObserver, redraw effect,
animation loop, handlePlayPause, handleSeek) that were 100% identical
between AudioInputNode and GenerateAudioNode into a shared hook.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 months ago
..
__tests__
test: add comprehensive test coverage for audio/video stitch features
5 months ago
useApplySpeedCurve.ts
fix: resolve resource leaks, stale state refs, and cache correctness issues
5 months ago
useAudioMixing.ts
fix: prevent regex injection in promptConstructor and add error handling
5 months ago
useAudioPlayback.ts
refactor: extract useAudioPlayback hook from audio node components
5 months ago
useAudioVisualization.ts
feat(41-01): port audio and video processing hooks from easy-peasy-ease
5 months ago
useCommentNavigation.ts
feat: Template Explorer, Comment Navigation, and Output Node Improvements
6 months ago
usePromptAutocomplete.ts
feat: refactor PromptConstructor, add project setup flow, improve gallery
5 months ago
useStitchVideos.ts
fix: prevent negative timestamp in video stitching
5 months ago