refactor ffmpeg super class into more maintainable package, cmake is catigorized now ; removed old engine, replaced with new one

This commit is contained in:
2026-06-09 11:29:01 +02:00
parent 3c274b5cf8
commit 86df304adb
12 changed files with 541 additions and 270 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include "AudioEngine.h"
#include "engine/FFmpegDecoder.h"
#include "engine/ffmpeg/FFmpegDecoder.h"
#include "engine/EqProcessor.h"
#include "engine/SpectrumAnalyzer.h"