This commit is contained in:
Iscle 2022-09-16 12:59:25 +02:00
parent 40339a15cd
commit 5116784a09
44 changed files with 0 additions and 176 deletions

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#pragma once #pragma once
// Source: https://github.com/vipersaudio/viperfx_core_binary/blob/master/viperfx_intf.h // Source: https://github.com/vipersaudio/viperfx_core_binary/blob/master/viperfx_intf.h

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/25/21.
//
#include <cstring> #include <cstring>
#include "Effect.h" #include "Effect.h"
#include "constants.h" #include "constants.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/25/21.
//
#pragma once #pragma once
#include <cstdint> #include <cstdint>

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/25/21.
//
#pragma once #pragma once
#ifdef ANDROID_TOOLCHAIN #ifdef ANDROID_TOOLCHAIN

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#include "Cure.h" #include "Cure.h"
Cure::Cure() { Cure::Cure() {

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/28/21.
//
#include "DynamicSystem.h" #include "DynamicSystem.h"
#include "../constants.h" #include "../constants.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/28/21.
//
#include "Reverberation.h" #include "Reverberation.h"
#include "../constants.h" #include "../constants.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/30/21.
//
#include "SpeakerCorrection.h" #include "SpeakerCorrection.h"
#include "../constants.h" #include "../constants.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/30/21.
//
#include "SpectrumExtend.h" #include "SpectrumExtend.h"
#include "../constants.h" #include "../constants.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#include "TubeSimulator.h" #include "TubeSimulator.h"
TubeSimulator::TubeSimulator() { TubeSimulator::TubeSimulator() {

View File

@ -1,7 +1,3 @@
//
// Created by mart on 9/18/21.
//
#include "VHE.h" #include "VHE.h"
#include "../constants.h" #include "../constants.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/27/21.
//
#pragma once #pragma once
#include <cstdint> #include <cstdint>

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/27/21.
//
#include "CRevModel.h" #include "CRevModel.h"
CRevModel::CRevModel() { CRevModel::CRevModel() {

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/27/21.
//
#pragma once #pragma once
#include "CCombFilter.h" #include "CCombFilter.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#include <cstring> #include <cstring>
#include <cmath> #include <cmath>
#include "Crossfeed.h" #include "Crossfeed.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#pragma once #pragma once

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/28/21.
//
#include "DepthSurround.h" #include "DepthSurround.h"
#include <cstring> #include <cstring>
#include <cmath> #include <cmath>

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/28/21.
//
#pragma once #pragma once
#include <cstdint> #include <cstdint>

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/28/21.
//
#include "DynamicBass.h" #include "DynamicBass.h"
#include "../constants.h" #include "../constants.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/28/21.
//
#pragma once #pragma once
#include <cstdint> #include <cstdint>

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#include <cmath> #include <cmath>
#include "FixedBiquad.h" #include "FixedBiquad.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#pragma once #pragma once

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/30/21.
//
#include <cstring> #include <cstring>
#include <cstdlib> #include <cstdlib>
#include <cmath> #include <cmath>

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/30/21.
//
#pragma once #pragma once

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/28/21.
//
#include <cmath> #include <cmath>
#include "HighShelf.h" #include "HighShelf.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/28/21.
//
#pragma once #pragma once
#include <cstdint> #include <cstdint>

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#include <cmath> #include <cmath>
#include "IIR_1st.h" #include "IIR_1st.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#pragma once #pragma once
#include <cstdint> #include <cstdint>

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#include "IIR_NOrder_BW_BP.h" #include "IIR_NOrder_BW_BP.h"
IIR_NOrder_BW_BP::IIR_NOrder_BW_BP(uint32_t order) { IIR_NOrder_BW_BP::IIR_NOrder_BW_BP(uint32_t order) {

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#pragma once #pragma once
#include "IIR_1st.h" #include "IIR_1st.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#include "IIR_NOrder_BW_LH.h" #include "IIR_NOrder_BW_LH.h"
IIR_NOrder_BW_LH::IIR_NOrder_BW_LH(uint32_t order) { IIR_NOrder_BW_LH::IIR_NOrder_BW_LH(uint32_t order) {

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#pragma once #pragma once
#include "IIR_1st.h" #include "IIR_1st.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/27/21.
//
#include <cmath> #include <cmath>
#include "MultiBiquad.h" #include "MultiBiquad.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/28/21.
//
#include "NoiseSharpening.h" #include "NoiseSharpening.h"
#include "../constants.h" #include "../constants.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/28/21.
//
#pragma once #pragma once

View File

@ -1,7 +1,3 @@
//
// Created by mart on 9/12/21.
//
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "PConvSingle_F32.h" #include "PConvSingle_F32.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 9/12/21.
//
#pragma once #pragma once
typedef struct { typedef struct {

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#include "PassFilter.h" #include "PassFilter.h"
#include "../constants.h" #include "../constants.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#pragma once #pragma once
#include <cstdint> #include <cstdint>

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/28/21.
//
#include "PolesFilter.h" #include "PolesFilter.h"
#include "../constants.h" #include "../constants.h"
#include <cstring> #include <cstring>

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/28/21.
//
#pragma once #pragma once
#include <cstdint> #include <cstdint>

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/30/21.
//
#include "Subwoofer.h" #include "Subwoofer.h"
#include "../constants.h" #include "../constants.h"
#include <cmath> #include <cmath>

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/30/21.
//
#pragma once #pragma once

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#include <cstdlib> #include <cstdlib>
#include <cstring> #include <cstring>
#include "TimeConstDelay.h" #include "TimeConstDelay.h"