traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/core ReadSource.cpp


From: Remon Sijrier
Subject: [Traverso-commit] traverso/src/core ReadSource.cpp
Date: Tue, 09 Oct 2007 20:32:26 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Remon Sijrier <r_sijrier>       07/10/09 20:32:26

Modified files:
        src/core       : ReadSource.cpp 

Log message:
        default to DynamicResampling 

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/ReadSource.cpp?cvsroot=traverso&r1=1.69&r2=1.70

Patches:
Index: ReadSource.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/ReadSource.cpp,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -b -r1.69 -r1.70
--- ReadSource.cpp      9 Oct 2007 19:52:59 -0000       1.69
+++ ReadSource.cpp      9 Oct 2007 20:32:26 -0000       1.70
@@ -219,10 +219,8 @@
        m_syncInProgress = 0;
        m_bufferUnderRunDetected = m_wasActivated = 0;
        
-       bool useResampling = config().get_property("Conversion", 
"DynamicResampling", false).toBool();
-       
-       int converter_type;
-       converter_type = config().get_property("Conversion", 
"RTResamplingConverterType", 2).toInt();
+       bool useResampling = config().get_property("Conversion", 
"DynamicResampling", true).toBool();
+       int converter_type = config().get_property("Conversion", 
"RTResamplingConverterType", 2).toInt();
        
        // There should be another config option for ConverterType to use for 
export (higher quality)
        //converter_type = config().get_property("Conversion", 
"ExportResamplingConverterType", 0).toInt();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]