Hi.
I'm simply swapping L+R channels of a 44.1/16bit recording, so the left becomes right and right becomes left...
I'm 99% sure I do NOT need dither on for this?, am I correct?
Thanks
dither when "swapping L+R channels"
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
bomber1978
- Posts: 146
- Joined: Fri Sep 17, 2010 8:00 am
- Operating System: Please select
Re: dither when "swapping L+R channels"
That is correct. You are not changing the actual audio sample data, you are just "moving bytes around".
I forget which channel comes first, but with WAV files the left & right channels alternate, so with 16-bits audio, you have two bytes (16-bits) for channel-1, two bytes for channel-2, two bytes for channel-1... etc.
I forget which channel comes first, but with WAV files the left & right channels alternate, so with 16-bits audio, you have two bytes (16-bits) for channel-1, two bytes for channel-2, two bytes for channel-1... etc.