stereo buffer to mono

paz heichal's icon

Hello, I want to split a stereo buffer (two channels) into 2 mono buffers (one channel). How can I do that?

Roman Thilenius's icon


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.

Source Audio's icon

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

paz heichal's icon

Thank you