mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-06-08 02:29:40 +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
|
#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
|
||||||
|
@ -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"
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/25/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/25/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifdef ANDROID_TOOLCHAIN
|
#ifdef ANDROID_TOOLCHAIN
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/26/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "Cure.h"
|
#include "Cure.h"
|
||||||
|
|
||||||
Cure::Cure() {
|
Cure::Cure() {
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/28/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "DynamicSystem.h"
|
#include "DynamicSystem.h"
|
||||||
#include "../constants.h"
|
#include "../constants.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/28/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "Reverberation.h"
|
#include "Reverberation.h"
|
||||||
#include "../constants.h"
|
#include "../constants.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/30/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "SpeakerCorrection.h"
|
#include "SpeakerCorrection.h"
|
||||||
#include "../constants.h"
|
#include "../constants.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/30/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "SpectrumExtend.h"
|
#include "SpectrumExtend.h"
|
||||||
#include "../constants.h"
|
#include "../constants.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/26/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "TubeSimulator.h"
|
#include "TubeSimulator.h"
|
||||||
|
|
||||||
TubeSimulator::TubeSimulator() {
|
TubeSimulator::TubeSimulator() {
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 9/18/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "VHE.h"
|
#include "VHE.h"
|
||||||
#include "../constants.h"
|
#include "../constants.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/27/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/27/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "CRevModel.h"
|
#include "CRevModel.h"
|
||||||
|
|
||||||
CRevModel::CRevModel() {
|
CRevModel::CRevModel() {
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/27/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "CCombFilter.h"
|
#include "CCombFilter.h"
|
||||||
|
@ -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"
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/26/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/28/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/28/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "DynamicBass.h"
|
#include "DynamicBass.h"
|
||||||
#include "../constants.h"
|
#include "../constants.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/28/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/26/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include "FixedBiquad.h"
|
#include "FixedBiquad.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/26/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/30/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/30/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/28/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include "HighShelf.h"
|
#include "HighShelf.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/28/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/26/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include "IIR_1st.h"
|
#include "IIR_1st.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/26/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -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) {
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/26/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "IIR_1st.h"
|
#include "IIR_1st.h"
|
||||||
|
@ -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) {
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/26/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "IIR_1st.h"
|
#include "IIR_1st.h"
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/27/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include "MultiBiquad.h"
|
#include "MultiBiquad.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/28/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "NoiseSharpening.h"
|
#include "NoiseSharpening.h"
|
||||||
#include "../constants.h"
|
#include "../constants.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/28/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 9/12/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/26/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#include "PassFilter.h"
|
#include "PassFilter.h"
|
||||||
#include "../constants.h"
|
#include "../constants.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/26/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -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>
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/28/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
@ -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>
|
||||||
|
@ -1,7 +1,3 @@
|
|||||||
//
|
|
||||||
// Created by mart on 7/30/21.
|
|
||||||
//
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user