feature/visual-ir #3

Merged
bbu merged 3 commits from feature/visual-ir into main 2025-07-11 12:39:06 +00:00

3 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
Bastian Bührig
dd21f30a7f Save IR plot in same directory as IR file with matching filename 2025-07-11 12:51:04 +02:00
Bastian Bührig
9df7ddbe2d Improve IR plot layout with logo, headline, and better diagram proportions 2025-07-11 12:46:14 +02:00