The Equalizer Plugin allows you to alter the frequency response of a particular music source or of the main output mix.
Platforms:
Android
Functions:
equalizer.initEqualizer(priorityLevel, audioSession) the priority level requested by the application for controlling the Equalizer engine. As the same engine can be shared by several applications, this parameter indicates how much the requesting application needs control of effect parameters. The normal priority is 0, above normal is a positive number, below normal a negative number. For audio session 0 is recommended
equalizer.getBandLevelRange()--gets the level range for band, returns two intergers(min, max)
equalizer.getNumberOfBands()--Gets the number of frequency bands supported by the Equalizer engine
equalizer.getBandFreqRange(band)--Gets the frequency range of the given frequency band.
equalizer.getCenterFreq(band)--Gets the center frequency of the given band
equalizer.setBandLevel(band, level)--Sets the given equalizer band to the given gain value.
equalizer.getBandLevel(band)--Gets the gain set for the given equalizer band.
equalizer.initReverb(priorityLevel, audioSession)--the priority level requested by the application for controlling the PresetReverb engine. As the same engine can be shared by several applications, this parameter indicates how much the requesting application needs control of effect parameters. The normal priority is 0, above normal is a positive number, below normal a negative number. For audio session 0 is recommended.
equalizer.setReverb(preset)--Enables a preset(a number) on the reverb
equalizer.getReverb()--Gets current reverb preset
Build Settings:
Helpful Links:
Get Plugin
Example
Support