mirror of
https://github.com/AndroidAudioMods/ViPERFX_RE.git
synced 2025-06-25 17:22:31 +08:00
Update
This commit is contained in:
@ -6,9 +6,8 @@
|
||||
class PlaybackGain {
|
||||
public:
|
||||
PlaybackGain();
|
||||
~PlaybackGain();
|
||||
|
||||
void AnalyseWave();
|
||||
float AnalyseWave(float *samples, uint32_t size);
|
||||
void Process(float *samples, uint32_t size);
|
||||
void Reset();
|
||||
void SetEnable(bool enable);
|
||||
|
Reference in New Issue
Block a user