1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-17 16:11:11 +02:00

Redo format setting choices in Quality preferences

This commit is contained in:
Paul Licameli
2018-03-24 00:10:50 -04:00
parent 293f22db37
commit 2ea5741e2e
12 changed files with 58 additions and 33 deletions

View File

@@ -225,8 +225,7 @@ bool ODFlacDecoder::ReadHeader()
{
mFormat = int16Sample;//start with the smallest and move up in the metadata_callback.
//we want to use the native flac type for quick conversion.
/* (sampleFormat)
gPrefs->Read(wxT("/SamplingRate/DefaultProjectSampleFormat"), floatSample);*/
/* QualityPrefs::SampleFormatChoice(); */
mFile = std::make_unique<ODFLACFile>(this);