Fixed bug when freeing distanceArrays

This commit is contained in:
2026-02-12 23:16:09 -06:00
parent 39f3513241
commit 1495453f7d
3 changed files with 18 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ With loudnorm to try to improve performance by normalizing loudness
Used for gathering the image data
## Building
`clang src/main.c -Iexternal -O3 -fopenmp -march=native -o soundknn.exe`
`clang src/main.c -Iexternal -Lexternal -lOpenCL -O3 -fopenmp -march=native -o soundknn.exe`
### Todo
- [x] Load all images from directory