Record Audio in gamma

Hello!

I’m trying to record audio in vvvv Gamma to play back later (in the same runtime, I dont need to save to disk). Is there currently any way to do that?


Says
“Set of nodes to use play, record and analyse sound in VL.”

But I can currently not find any record nodes in there. If not there, can I currently not do that in VL?

Thanks!
Dominik

We didn’t port the audio buffer nodes yet, but there are two possibilities with a bit of extra work:

  • Import them in the same way as the other audio signal nodes got imported, they are mostly pretty easy since they create their pins via reflection. You can look at the buffer nodes in beta to see how they are supposed to work.

  • Patch your own audio buffer with the new regions I’ve just added to the nuget two days ago. There is now an example patch for a stereo audio processor that is patched, you could modify that in a way that it stores samples in a large mutable array and reads them back later…

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.

There are now experimental Buffer nodes as of VL.Audio 0.3.0-alpha that allow playback, recording, saving and loading of audio into buffers.