mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-01-03 16:13:35 +08:00
Clean up
This commit is contained in:
parent
40339a15cd
commit
5116784a09
@ -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
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/25/21.
|
||||
//
|
||||
|
||||
#include <cstring>
|
||||
#include "Effect.h"
|
||||
#include "constants.h"
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/25/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/25/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef ANDROID_TOOLCHAIN
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#include "Cure.h"
|
||||
|
||||
Cure::Cure() {
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/28/21.
|
||||
//
|
||||
|
||||
#include "DynamicSystem.h"
|
||||
#include "../constants.h"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/28/21.
|
||||
//
|
||||
|
||||
#include "Reverberation.h"
|
||||
#include "../constants.h"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/30/21.
|
||||
//
|
||||
|
||||
#include "SpeakerCorrection.h"
|
||||
#include "../constants.h"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/30/21.
|
||||
//
|
||||
|
||||
#include "SpectrumExtend.h"
|
||||
#include "../constants.h"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#include "TubeSimulator.h"
|
||||
|
||||
TubeSimulator::TubeSimulator() {
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 9/18/21.
|
||||
//
|
||||
|
||||
#include "VHE.h"
|
||||
#include "../constants.h"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/27/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/27/21.
|
||||
//
|
||||
|
||||
#include "CRevModel.h"
|
||||
|
||||
CRevModel::CRevModel() {
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/27/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CCombFilter.h"
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#include <cstring>
|
||||
#include <cmath>
|
||||
#include "Crossfeed.h"
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/28/21.
|
||||
//
|
||||
|
||||
#include "DepthSurround.h"
|
||||
#include <cstring>
|
||||
#include <cmath>
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/28/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/28/21.
|
||||
//
|
||||
|
||||
#include "DynamicBass.h"
|
||||
#include "../constants.h"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/28/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#include <cmath>
|
||||
#include "FixedBiquad.h"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/30/21.
|
||||
//
|
||||
|
||||
#include <cstring>
|
||||
#include <cstdlib>
|
||||
#include <cmath>
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/30/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/28/21.
|
||||
//
|
||||
|
||||
#include <cmath>
|
||||
#include "HighShelf.h"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/28/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#include <cmath>
|
||||
#include "IIR_1st.h"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
@ -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) {
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "IIR_1st.h"
|
||||
|
@ -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) {
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "IIR_1st.h"
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/27/21.
|
||||
//
|
||||
|
||||
#include <cmath>
|
||||
#include "MultiBiquad.h"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/28/21.
|
||||
//
|
||||
|
||||
#include "NoiseSharpening.h"
|
||||
#include "../constants.h"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/28/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 9/12/21.
|
||||
//
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include "PConvSingle_F32.h"
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 9/12/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
typedef struct {
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#include "PassFilter.h"
|
||||
#include "../constants.h"
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/28/21.
|
||||
//
|
||||
|
||||
#include "PolesFilter.h"
|
||||
#include "../constants.h"
|
||||
#include <cstring>
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/28/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cstdint>
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/30/21.
|
||||
//
|
||||
|
||||
#include "Subwoofer.h"
|
||||
#include "../constants.h"
|
||||
#include <cmath>
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/30/21.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
|
@ -1,7 +1,3 @@
|
||||
//
|
||||
// Created by mart on 7/26/21.
|
||||
//
|
||||
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include "TimeConstDelay.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user