mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-26 15:55:35 +00:00
fix: audio regions on silent video, interleaved >2ch stride, coderabbit config
- Fall back to video container duration when mainBuffer is null but audioRegions are present (prevents empty output) - Use data.numberOfChannels as deinterleave stride instead of capped dataChannels (fixes garbled audio for 5.1+ sources) - Fix .coderabbit.yaml: '*' is not valid regex, use '.*'
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ reviews:
|
||||
auto_review:
|
||||
enabled: true
|
||||
base_branches:
|
||||
- "*"
|
||||
- ".*"
|
||||
|
||||
Reference in New Issue
Block a user