]> OzVa Git service - rust_fft/log
rust_fft
16 months agoRehashing audio system. Added transformers
Max Value [Fri, 10 Jan 2025 13:00:24 +0000 (13:00 +0000)]
Rehashing audio system. Added transformers

18 months agoRefactoring
will [Sun, 3 Nov 2024 22:23:15 +0000 (22:23 +0000)]
Refactoring

- Created camera module to deal with camera stuff
- Created sound modue to abstract inputs and outputs of different types
to indivisual sound objects
- changed calibration image path to include src

18 months agoFixed bugs
will [Sun, 3 Nov 2024 21:42:41 +0000 (21:42 +0000)]
Fixed bugs

- fixed bugs
- made include paths less specific

18 months agoFixed build issue and moved build script
will [Sun, 3 Nov 2024 02:02:24 +0000 (02:02 +0000)]
Fixed build issue and moved build script

18 months agoBegun setting up c++ functions
will [Sat, 2 Nov 2024 12:33:22 +0000 (12:33 +0000)]
Begun setting up c++ functions

- moved process of taking the photo to the rust programme with only the
homography calculation and the actual perspective transformation as part
of the cpp binary.

currently having issues getting rust_cc to link the opencv library.

18 months agoAdded build sript and started working on c++ perspective transformer
will [Sat, 26 Oct 2024 14:07:58 +0000 (15:07 +0100)]
Added build sript and started working on c++ perspective transformer

18 months agoBuilt dynamic ifft processor
will [Fri, 18 Oct 2024 13:25:19 +0000 (14:25 +0100)]
Built dynamic ifft processor

18 months agoFixed normaization bug
will [Wed, 16 Oct 2024 23:34:45 +0000 (00:34 +0100)]
Fixed normaization bug

- added looping over audio file
- begun adding audio output stream

18 months agoTroubleshooting
will [Wed, 16 Oct 2024 15:14:31 +0000 (16:14 +0100)]
Troubleshooting

19 months agoMain structure and functions setup
will [Sun, 29 Sep 2024 01:18:46 +0000 (02:18 +0100)]
Main structure and functions setup

Copied over from python

19 months agoInitial version
will [Sat, 21 Sep 2024 03:22:25 +0000 (04:22 +0100)]
Initial version