I'm working on a project that gets an FFT reading from incoming audio and sends the value out over OSC to Resolume.
For the project, there will be two different live audio source (am radio and microphone) that are switched by the user, and they are to be played back through a speaker.
For the life of me, after crawling through multiple forums, I cannot figure out how to get Minim to simply let me output the incoming signal from GetLineIn.
Is there any easy way to do this? Can Minim not do this? Do I need a different library?
Any help would be greatly appreciated, thanks so much.