Playing back a mono track should always play back through both speakers (assuming no faulty hardware).ignatz wrote:I have read that playback of single channel through both speakers typically works, but may not--depending on the sound card. Is that not true? Or will it invariably work, regardless of sound card, hardware, connections to a home stereo, etc?
The reverse is not true though. When it comes to recording a mono (one channel) input onto a 2 channel track, some sound cards will map the mono input to both channels, but other sound cards will send the input to only one channel, giving silence on the other channel. Most high quality sound cards produce the latter behaviour.
Yes that's exactly what I'll say. All the bits in a single channel means more info in that single channel, therefore higher fidelity.ignatz wrote:Can you expound on the bit about "higher quality if exported at the same bit rate than the 2 channel version"? I can understand how a single channel version would save space, but the "higher quality" thing throws me a bit. I'm guessing you'll say something about all the bits in a single channel means more info in that single channel, therefore higher fidelity?
There are a couple of issues here though.
<<if exported as an MP3 file it will be higher quality if exported at the same bit rate than the 2 channel version.>>
Using Audacity, if you export a file at 128 kbps CBR (Constant Bit Rate), then the file will be exported with 128 kbits for each 1 second of audio, regardless of whether the file is mono or stereo. So exporting as mono will provide 128 kbits for each second of that one channel, but exporting as stereo will only allow 64 kbits per channel.
If you do export as 128 kbps stereo (2 identical channels), then using the "joint stereo" option will provide quality benefits over the "stereo" option, but it will still work out as a lot less than 128 kbps per channel.
Running a test:
128 kbps CBR 2 channel mono encoded with the "stereo" option sounded BAD.
128 kbps CBR 2 channel mono encoded with "joint stereo" sounded OK'ish
128 kbps CBR 1 channel mono sounded good.
If you export as VBR (Variable Bit Rate), then the situation is different. The VBR settings target a specified "sound quality" rather than a specified "bit rate". VBR encoding will change bit rate dynamically according to the complexity of the sound. Because a mono (1 channel) track is "less complex" than a 2 channel track, VBR encoding will reduce the bit rate when exporting a mono (1 channel) track, so the file size for a 1 channel track will be less than the size of a 2 channel track and the bit rate per channel will be much closer.
For example, using VBR Quality 5 on a test sample:
Source . . . . . . . . . . . . Actual Bit Rate
1 channel mono . . . . . . . 78.4 kbps
2 channel mono . . . . . . . 103 kbps (joined stereo)
2 channel mono . . . . . . . 146 kbps (stereo)
2 channel true stereo . . . . 155 kbps
(the test sample was Koz's "classic" piano sample (16 bit 44.1kHz stereo WAV).
Just to confuse the issue - just because the VBR settings aim to produce a specified sound quality does not mean that exactly the same sound quality is achieved in each case.
The 2 channel mono track when encoded as VBR stereo produced a marked difference between the left and right channels making it sound "less mono". Subjectively the VBR stereo may be preferable as it sounds more "spacious", though it is obviously due to inaccuracies and not true stereo. The differences between left and right channels when using VBR joint stereo was much less marked.
The sound quality for each of the mono VBR tracks was extremely similar, though I thought the true mono track (78.4 kbps) sounded marginally better than those encoded from the 2 channel mono tracks.
As might be expected, 128 kbps CBR mono sounded the best (equivalent to 256 kbps for a stereo track), closely followed by the VBR encoded files. The 2 channel 128 kbps joint stereo CBR was noticeably less good, and with the "stereo" option it sounded terrible.
As a comparison, I also encoded the 1 channel mono track as VBR Q1 and Q0. These produced actual bit rates of 125 kbps and 134 kbps (so a similar file size to the 128 kbps CBR) and sounded excellent.
Conclusion - for mono audio, VBR Quality 1 or 0 encoded from a 1 channel track provide excellent quality in a small file size.
Don't use the stereo option with CBR encoding for 2 channel mono audio at medium or low bit depths.