Index: src/engine/engineanalyserqueue.cpp =================================================================== --- src/engine/engineanalyserqueue.cpp (revision 2488) +++ src/engine/engineanalyserqueue.cpp (working copy) @@ -52,7 +52,7 @@ } // FIXME: Duplicate mono stuff to stereo for analysis - Q_ASSERT(tio->getChannels() == 2); + Q_ASSERT(tio->getChannels() <= 2); //changed by Nick, not sure if it'll break everything for (int i = 0; i < read; i++) { samples[i] = ((float)data16[i])/32767.0f;