Hey guys,
I’m using libsndfile to load in audio and manipulate it at the sample level. My question is then how to output an array of floats as audio. Can I stick it into a ofSoundPlayer object, or pipe it into the ofSoundStream object?
Has anyone else done this without too much hassle?