Commit Graph

5 Commits

Author SHA1 Message Date
Bastian Bührig
b447b307f1 Refactor plotting logic into separate package and update .gitignore
- Move PlotIR function from pkg/convolve to pkg/plot package
- Update main.go to use new plot package
- Clean up convolve package imports
- Add comprehensive .gitignore entries for test files and generated outputs
- Allow only recorded.wav and sweep.wav in testfiles directory
- Ignore all generated audio files and plot images
2025-07-11 13:35:19 +02:00
bb9a93a4f0 feature/high-low-pass-filter (#2)
Co-authored-by: Bastian Bührig <bastian.buehrig@2bconsult.eu>
Reviewed-on: #2
2025-07-11 10:46:34 +02:00
Bastian Bührig
8cacf243d8 Add linear fade-out to IRs with --fade-ms option (default 5ms); update README and CLI 2025-07-11 10:01:16 +02:00
Bastian Bührig
05f7bd2b58 deletes unused testfiles 2025-07-11 09:02:01 +02:00
Bastian Bührig
a2f510e062 Initial commit. Complete first version of the deconvolver 2025-07-11 08:55:27 +02:00