I am struggling with manipulation of audio channels in Python. Specifically, how to convert stereo .flac into mono .flac file in Python?
I know this method: https://trac.ffmpeg.org/wiki/AudioChannelManipulation#stereomonostream but i am looking for something which can be done directly in Python.
Any help will be appreciated.