mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2024-12-22 22:47:25 +08:00
small fixes
This commit is contained in:
parent
b7dae6a4b6
commit
2e6f8d6daa
@ -23,7 +23,7 @@ void HighShelf::SetGain(float gain) {
|
||||
}
|
||||
|
||||
void HighShelf::SetQuality(float q) {
|
||||
this->quality = q
|
||||
this->quality = q;
|
||||
}
|
||||
|
||||
void HighShelf::SetSamplingRate(uint32_t samplerate) {
|
||||
|
@ -100,7 +100,7 @@ extern "C" {
|
||||
}
|
||||
|
||||
audio_effect_library_t AUDIO_EFFECT_LIBRARY_INFO_SYM = {
|
||||
.tag = ((('A') << 24) | (('E') << 16) | (('L') << 8) | ('I')),
|
||||
.tag = AUDIO_EFFECT_LIBRARY_TAG,
|
||||
.version = 0x30000,
|
||||
.name = "ViPER4Android FX Reworked",
|
||||
.implementor = "ViPER.WYF, Martmists, Iscle",
|
||||
|
Loading…
Reference in New Issue
Block a user