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:
webadderall
2026-04-18 20:45:46 +10:00
parent 028fd91ffd
commit ebe2bc5c16
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -2,4 +2,4 @@ reviews:
auto_review:
enabled: true
base_branches:
- "*"
- ".*"