mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-09 16:05:39 +01:00
New attached structure ProjectSettings stores rate, snap-to, et al.
This commit is contained in:
@@ -170,7 +170,7 @@ ProgressResult ExportOGG::Export(AudacityProject *project,
|
||||
const Tags *metadata,
|
||||
int WXUNUSED(subformat))
|
||||
{
|
||||
double rate = project->GetRate();
|
||||
double rate = ProjectSettings::Get( *project ).GetRate();
|
||||
const auto &tracks = TrackList::Get( *project );
|
||||
double quality = (gPrefs->Read(wxT("/FileFormats/OggExportQuality"), 50)/(float)100.0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user