stereo buffer to mono
Hello, I want to split a stereo buffer (two channels) into 2 mono buffers (one channel). How can I do that?
you mean exporting into a file? i think you cant. you would have to use multiple single channel buffers from the beginning on to be able to do that.
someone correct me if that has changed in modern versions of max.
find buf.Op.maxhelp in max folder , packages/max-mxj
It has buffer~ splitter example.
--------------
Splitting Audio files on HD can be done using shell and any
audio editing executable, like for example ffmpeg
Thank you