Use "remix" filter instead of "-c" option for downmixing. Hopefully gives better results. Default WAVE channel ordering is assumed.
This commit is contained in:
parent
1fdfab1160
commit
3f90295c70
@ -30,7 +30,7 @@
|
||||
#define VER_LAMEXP_MINOR_LO 3
|
||||
#define VER_LAMEXP_TYPE Alpha
|
||||
#define VER_LAMEXP_PATCH 8
|
||||
#define VER_LAMEXP_BUILD 624
|
||||
#define VER_LAMEXP_BUILD 625
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Tools versions
|
||||
|
@ -51,8 +51,8 @@ bool DownmixFilter::apply(const QString &sourceFile, const QString &outputFile,
|
||||
args << "-V3" << "-S";
|
||||
args << "--guard" << "--temp" << ".";
|
||||
args << QDir::toNativeSeparators(sourceFile);
|
||||
args << "-c2";
|
||||
args << QDir::toNativeSeparators(outputFile);
|
||||
args << "remix" << "1,3,4,5,7,9" << "2,3,4,6,8,9";
|
||||
|
||||
if(!startProcess(process, m_binary, args))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user