tebjan / VVVV.Audio

Implementation of an audio engine for vvvv
http://vvvv.org
GNU Lesser General Public License v3.0
39 stars 13 forks source link

Audio Buffers #136

Open sunep opened 8 years ago

sunep commented 8 years ago

I think it would be cool to have buffers.

So eg. granulator can have a buffer input, you could have a file2buffer node, a play to buffer node a writer node that writes a buffer to disk.

tebjan commented 8 years ago

super idea, rework for buffers is overdue...

catvvvveasel commented 6 years ago

I was just going to suggest a preload fliestream node, but file2buffer and a play buffer would probably make it redundant. I'm getting some popping on file stream starts, thats not in the file, I wonder if its actual a disk access thing as it seems to get better the more the loop is triggered...

tebjan commented 6 years ago

these pops sometimes come from a volume change from 0 to "some sound" which can be perceived as a click. so check whether the first samples of the file start from 0 and build up the volume naturally...