syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.94k stars 822 forks source link

Amplitude #106

Open rahav opened 9 years ago

rahav commented 9 years ago

Is there a way to tell EZAudioFile what amplitude to use? (kind of a volume up/down instruction)

syedhali commented 9 years ago

What's the use case of this? Typically you would perform gain adjustment on a secondary component. For instance EZOutput and EZAudioPlayer have setVolume: properties while the EZAudioPlot and EZAudioPlotGL have setGain: properties.