Commit 671381a
tests: point the audio probe at libobs' bundled ffmpeg
The new regression test measures recorded audio with ffmpeg's volumedetect,
but ffmpeg is not on the Windows runner, so it failed with ENOENT on all
three attempts.
libobs already ships ffmpeg.exe, and obs-studio-server/CMakeLists.txt
installs all of bin/64bit next to the osn binaries, so FFMPEG_PATH can point
at the copy that is already there. No install step and no new dependency.
Verified the bundled build (n7.1.1) has the volumedetect filter and reports
mean_volume: -34.1 dB for the test's own bigbuckbunny.mp4, well above the
-80 threshold the test asserts.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 72a327a commit 671381a
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
359 | 362 | | |
360 | 363 | | |
361 | 364 | | |
| |||
0 commit comments