mirror of
https://codeberg.org/tenacityteam/tenacity
synced 2025-10-10 10:42:52 +02:00
This commit gets the following features to build: - MP2 export support - MP3 support - Opus support - WavPack support - VST 2 support VST 3 support is disabled for now until I can figure out the VST 3 SDK situation. Various new CMake find modules were added, predominantly from Mixxx (as expected) but also from libsndfile too. LAME loading remnants were also removed. We always build Tenacity against LAME. I could've also removed PortMixer code in this commit but chose not to because I want to save it for a later commit. Signed-off-by: Avery King <avery98@pm.me>