]>
OzVa Git service - audio-over-stft/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
will [Wed, 13 Nov 2024 20:33:45 +0000 (20:33 +0000)]
tidying up
will [Tue, 10 Sep 2024 16:27:32 +0000 (17:27 +0100)]
Changed loop.py to chache spectrograms
will [Sat, 7 Sep 2024 13:53:14 +0000 (14:53 +0100)]
Added .venv
- removed unused loop.py dependencies
- removed unused files
+ modified .gitignore to not include the calibration image
+ split loop.py into multiple functions
+ camera.py debugging tools
+ fixed persitant issue with scaling in fft.py
+ Keyboard exeption in multithreaded code
+ added main loop function to loop.py
+ added silence error correction in loop.py
will [Tue, 3 Sep 2024 19:17:51 +0000 (20:17 +0100)]
Various small changes
+ fixed .gitignore
- removed color correction
- removed other depricated features
- removed .wav file
will [Sun, 1 Sep 2024 13:49:26 +0000 (14:49 +0100)]
Fixed buzzing
+ added brightness, contrast, temerature and tint bindings
will [Mon, 26 Aug 2024 22:18:42 +0000 (23:18 +0100)]
Deleted unecaccary files
will [Mon, 26 Aug 2024 22:17:46 +0000 (23:17 +0100)]
Added .gitignore *.pyc
will [Mon, 26 Aug 2024 21:27:44 +0000 (22:27 +0100)]
Removed README
will [Mon, 26 Aug 2024 21:24:29 +0000 (22:24 +0100)]
Resolution and waitKey changes
will [Sun, 25 Aug 2024 03:48:42 +0000 (04:48 +0100)]
Optimixation and notation
- added notes to fft.py
- added lookup table for dB to pwr transformation for large speedup
will [Sat, 24 Aug 2024 15:53:37 +0000 (16:53 +0100)]
Added .gitignore
will [Sat, 24 Aug 2024 15:52:37 +0000 (16:52 +0100)]
Fixed lookup table system
Currently untested, possibly works?
will [Sun, 18 Aug 2024 16:34:42 +0000 (17:34 +0100)]
Fixed camera buffer issue and started on lookup
Moved to V4L backend on the VideoCapture - seemed to fix it
will [Mon, 5 Aug 2024 18:47:43 +0000 (19:47 +0100)]
Added README.html
will [Mon, 5 Aug 2024 18:01:19 +0000 (19:01 +0100)]
- Added VideoCapture thread class to continuously capture frames
- Built vingette and color lookup table generator
- Tweaks to the looper file (loop.py)
will [Wed, 31 Jul 2024 18:46:20 +0000 (19:46 +0100)]
uhhh
will [Wed, 3 Jul 2024 22:46:20 +0000 (22:46 +0000)]
added live audio capability
will [Fri, 28 Jun 2024 14:26:56 +0000 (15:26 +0100)]
changed to hsv, changed the test file to test the audio io system, added variable sample rate system
will [Wed, 26 Jun 2024 00:11:54 +0000 (01:11 +0100)]
Version 3 complete rewrite
will [Thu, 20 Jun 2024 14:03:52 +0000 (15:03 +0100)]
done (:
will [Sat, 30 Mar 2024 23:04:28 +0000 (23:04 +0000)]
init