Ooo, shame on me...I missed this one.

On 9/22/06 2:03 AM, "Markus Meyer" <[EMAIL PROTECTED]> wrote:

> Update of /cvsroot/audacity/audacity-src/src
> In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv23693
> 
> Modified Files:
> SampleFormat.cpp 
> Log Message:
> Made shaped dither the default for high-quality
> 
> Index: SampleFormat.cpp
> ===================================================================
> RCS file: /cvsroot/audacity/audacity-src/src/SampleFormat.cpp,v
> retrieving revision 1.12
> retrieving revision 1.13
> diff -u -d -r1.12 -r1.13
> --- SampleFormat.cpp 15 Jun 2006 14:26:13 -0000 1.12
> +++ SampleFormat.cpp 22 Sep 2006 07:03:54 -0000 1.13
> @@ -72,7 +72,7 @@
>     gPrefs->Read(wxT("/Quality/DitherAlgorithm"), (long)Dither::none);
>  
>     gHighQualityDither = (Dither::DitherType)
> -   gPrefs->Read(wxT("/Quality/HQDitherAlgorithm"), (long)Dither::triangle);
> +   gPrefs->Read(wxT("/Quality/HQDitherAlgorithm"), (long)Dither::shaped);
>  }
>  
>  const wxChar *GetSampleFormatStr(sampleFormat format)
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Audacity-cvs mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/audacity-cvs
> 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to