Comment 3 for bug 686212

Revision history for this message
William Good (bkgood) wrote : Re: [Bug 686212] Re: Recording and streaming OGG not possible with a samplerate of 96000

Preferably not, having prefs in one pane (Sound Hardware) affected by prefs in
another pane (Streaming) is a total mess because of how the prefs are one-
class-per-pane (search for scratchlib in dlgprefsound.cpp). Even if they
weren't modular, it also adds confusion for the user: a user sees that 96kHz
is disabled and doesn't know why. You can tell them with an extra GUI label,
but that just adds clutter.

My personal preference would be to downsample the 96k samples to 48k with
libsamplerate in the engine sidechain thread.

On Monday, December 06, 2010 18:12:01 you wrote:
> Can we just not show 96000 as an option if Vorbis is selected?