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

EZOutput Volume does NOT Change with System Volume #260

Open shuyangsun opened 8 years ago

shuyangsun commented 8 years ago

I am using EZAudio to do some realtime analysis and waveform drawing, it works great!

One of the problem I have is that I use EZOutput to generate some tone, the volume is set to 1 but seems it doesn't scale when I change the volume on my iPhone. I've managed to change it's volume somehow when I change the volume on my iPhone, but I can't replicate it.

Programmatically increasing the volume on EZOutput it not an option, it will cause some problems in my program for some purpose, so I have to set it to 1. Any ideas?

rickyjwhong commented 8 years ago

Same here, I set the volume to 1 but still get really low volume sounds. Any idea?