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
// 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 "Effect.h"
#include "constants.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#include "IIR_NOrder_BW_BP.h"
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
#include "IIR_1st.h"

View File

@ -1,7 +1,3 @@
//
// Created by mart on 7/26/21.
//
#include "IIR_NOrder_BW_LH.h"
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
#include "IIR_1st.h"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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