Commit Graph

13 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
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
a113550aee Merge pull request 'Add linear fade-out to IRs with --fade-ms option (default 5ms); update README and CLI' (#1) from feature/fade-out into main
Reviewed-on: #1
2025-07-11 10:02:50 +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
3ed43bda8b Update Dagger pipeline and documentation for Gitea release upload and .env handling 2025-07-11 09:53:35 +02:00
Bastian Bührig
b8eaab679a Add standard .gitignore for Go projects v1.0.0 2025-07-11 09:30:04 +02:00
Bastian Bührig
eae708151d Fix Dagger pipeline: export built binaries to dist/ directory on host 2025-07-11 09:28:28 +02:00
Bastian Bührig
ac678f2aa8 Add CHANGELOG.md and changelog section to README for v1.0.0 release 2025-07-11 09:10:40 +02:00
Bastian Bührig
0668469fb1 Rename app and module to valhallir-deconvolver everywhere 2025-07-11 09:05:56 +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