Skip to content

LarrrrryT/PCSEQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCSEQ

EQ visualizer

Is an animated EQ visualizer that can be used for audio ios applications.

How to use:

PCSEQVisualizer* eq = [[PCSEQVisualizer alloc]initWithNumberOfBars:20];
[self.view addSubview:eq];
[eq start];

To pause the EQ call:

[eq stop];

I will try to update this code to handle audio output such as treble and bass

Feel free to contact me if you have any questions

larrytran555@gmail.com

Thanks, Larry T

Releases

No releases published

Packages

No packages published