EZAudio icon indicating copy to clipboard operation
EZAudio copied to clipboard

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.

Results 103 EZAudio issues
Sort by recently updated
recently updated
newest added

This is more of a feature request, but I think it would be pretty cool if we could zoom on the audio plot so we could get a more detailed...

Getting error CGColorRef - expected a type

How to use it with WebRTC ?

As of 2021 aggregated Devices exist or how to call them.. Combined Devices which can be setup to only use Inputs or Outputs just the same as some devices will...

Hi there, has anybody got the problem of skipped frames now and then? At times the recording plot freezes for the split second and the frames at that time are...

``` - (void) configureAudioSession { AVAudioSession* session = [AVAudioSession sharedInstance]; // Don't activate the audio session yet [session setActive:NO error:NULL]; // Play music even in background and dont stop playing...

i want to expand the buffer when i use EZAudioMicphone delegate to receive pcm data, i find in EZAudio.h have this:+ (void)circularBuffer:(TPCircularBuffer*)circularBuffer withSize:(int)size __attribute__((deprecated)); but don"t useful,deprecated; so,can someone know...

Is there any way that I can mute the output (at least set the volume level) of the track? I tried looking into EZAudioPlayer and EZOutput as well but nothing...

Hello... !!!!! I want to how can I apply reverb filter on audio and then play it. Does EZAudio provide a way for doing this or doest it support any...

Hello I run the PassThrough project, there is noise when I do not use headphone, I would to remove or avoid this noise by the microphone properties or other way,...