Click here to Skip to main content
15,879,239 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys. Since a week I'm a new user of OS X. I like a lot listening to music, and I'd like to do it the best possible way. I found a way to add an equalizer on my audio output, but to do it I have to switch my audio output on a different device, then handling with a few of apps to get my sound equalized. Now, I was searching for a way to do this with a program in C. All this program should do is to switch my audio output from the first one to another, but because of I'm new on this OS I really don't know how to do it. Maybe there's a simpler way by using a script for the terminal, in that case, it should fit the same...
p.s.: sorry for my english... xD
Posted

1 solution

The sample code of Apple is a great resource. The sample AVCaptureToAudioUnit looks like what you are searching for.
 
Share this answer
 
Comments
KarstenK 29-Sep-14 2:41am    
This looks like what you wanted: https://developer.apple.com/library/mac/samplecode/CAPlayThrough/Introduction/Intro.html#//apple_ref/doc/uid/DTS10004443

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900