Comment 19 for bug 887922

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

wxl23 confirms this is a mono microphone.

When you get the chance to build from source, could you try this change:

open mixxx/src/soundmanager.cpp and on line 186 from:

if (device->getNumInputChannels() <= 1)

to:

if (device->getNumInputChannels() <= 0)