1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-04 14:19:30 +02:00

Adjust WMA default bitrate to 128.

This commit is contained in:
Leland Lucius 2015-08-24 23:45:35 -05:00
parent b57df1674d
commit 6944ae9dff

View File

@ -368,7 +368,7 @@ void ExportFFmpegWMAOptions::PopulateOrExchange(ShuttleGui & S)
S.StartMultiColumn(2, wxCENTER);
{
S.TieChoice(_("Bit Rate:"), wxT("/FileFormats/WMABitRate"),
96000, mBitRateNames, mBitRateLabels);
128000, mBitRateNames, mBitRateLabels);
}
S.EndMultiColumn();
}