aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-14 18:34:39 -0600
committerCraig Jennings <c@cjennings.net>2025-11-14 18:34:39 -0600
commitb6a8f74a4d1a0c1bca3dd6e0cbe032520f6c4dbc (patch)
tree36567212b885b952129293f23aa118a0acd0bd03 /tests/fixtures
parent9615f8dbc9ef30b8a0bf089014cbf5c1c07a8ad5 (diff)
downloaddotemacs-b6a8f74a4d1a0c1bca3dd6e0cbe032520f6c4dbc.tar.gz
dotemacs-b6a8f74a4d1a0c1bca3dd6e0cbe032520f6c4dbc.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.wavbin0 -> 167258 bytes
-rw-r--r--tests/fixtures/audio/speaker-output-test.wavbin0 -> 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
new file mode 100644
index 000000000..9a59c6a4d
--- /dev/null
+++ b/tests/fixtures/audio/microphone-input-test.wav
Binary files differ
diff --git a/tests/fixtures/audio/speaker-output-test.wav b/tests/fixtures/audio/speaker-output-test.wav
new file mode 100644
index 000000000..008e97108
--- /dev/null
+++ b/tests/fixtures/audio/speaker-output-test.wav
Binary files differ