diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-14 18:34:39 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-14 18:34:39 -0600 |
| commit | 0567b466488cd68fd043fd5f01918a5d728ddbb8 (patch) | |
| tree | 6d071ce9ad9f8260c874ed232c165b0ca6fbe565 /tests/fixtures | |
| parent | 2a16f360f8b5d655ff9e4b80df8128687a9701af (diff) | |
| download | dotemacs-0567b466488cd68fd043fd5f01918a5d728ddbb8.tar.gz dotemacs-0567b466488cd68fd043fd5f01918a5d728ddbb8.zip | |
fix(recording): Fix phone call audio capture with amix filter
Phone calls were not capturing the remote person's voice due to severe
volume loss (44 dB) when using the amerge+pan FFmpeg filter combination.
Changes:
- Replace amerge+pan with amix filter (provides 44 dB volume improvement)
- Increase default system volume from 0.5 to 2.0 for better capture levels
- Add diagnostic tool to show active audio playback (C-; r w)
- Add integration test with real voice recording
- Fix batch mode compatibility for test execution
The amix filter properly mixes microphone and system monitor inputs without
the massive volume loss that amerge+pan caused. Verified with automated
integration test showing perfect transcription of test audio.
Diffstat (limited to 'tests/fixtures')
| -rw-r--r-- | tests/fixtures/audio/microphone-input-test.wav | bin | 0 -> 167258 bytes |
| -rw-r--r-- | tests/fixtures/audio/speaker-output-test.wav | bin | 0 -> 572668 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/tests/fixtures/audio/microphone-input-test.wav b/tests/fixtures/audio/microphone-input-test.wav Binary files differnew file mode 100644 index 00000000..9a59c6a4 --- /dev/null +++ b/tests/fixtures/audio/microphone-input-test.wav diff --git a/tests/fixtures/audio/speaker-output-test.wav b/tests/fixtures/audio/speaker-output-test.wav Binary files differnew file mode 100644 index 00000000..008e9710 --- /dev/null +++ b/tests/fixtures/audio/speaker-output-test.wav |
