79232677

Date: 2024-11-28 05:33:40
Score: 3
Natty:
Report link

Slightly off-topic, but you on the command line you could use ffmpeg to achieve this much easier:

ffmpeg -i input.wav -i "impulse_response.wav" -lavfi afir output.wav

impulse_response.wav would be your FIR.

See: https://unix.stackexchange.com/questions/612414/how-to-apply-reverb-effect-to-audio-files-using-commandline-tools-only

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: yogue