Using Core Audio to extract float from default line out sound device
问题 I am in need for some assistance/guidance with using Core Audio to extract floats from the sound out device. I have read similar posts regarding the extraction of floats from AIFF. My end goal is something along the lines of: iTunes is playing a song C/C++ program using Core Audio extracts float values from the sound device (in real-time) Use resulting float vector to perform Fourier Transformation on a array of floats (probably using vDSP from Apple's Accelerate Library) - This part I have