Re: [mpg123-users] Downmix MP3 to mono and play on one channel only
Brought to you by:
sobukus
From: Thomas O. <tho...@or...> - 2023-03-14 12:00:58
|
For the list: not -S, but -s, or more clearly, --stdout. mpg123 -e f32 -s -m left.mp3 | out123 --inputenc f32 --inputch 1 --channels 2 --mix 1,0 mpg123 -e f32 -s -m right.mp3 | out123 --inputenc f32 --inputch 1 --channels 2 --mix 0,1 Alrighty then, Thomas |