Is it possible to access system audio

Hello! I’m making an app which will have a waveform of the frequency of what’s playing on a Mac. The question is whether it is possible to have access to the signal of the media and use it with the FFT?

Answered by Engineer in 802940022

In addition to the above, please see Capturing system audio with Core Audio taps to learn how to capture outgoing audio from a process or group of processes on macOS.

You might find the following resources helpful. The first visualizes audio from the microphone and the second visualizes audio from a file.

Visualizing sound as an audio spectrogram

Applying biquadratic filters to a music loop

Accepted Answer

In addition to the above, please see Capturing system audio with Core Audio taps to learn how to capture outgoing audio from a process or group of processes on macOS.

Is it possible to access system audio
 
 
Q