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:
parent
b57df1674d
commit
6944ae9dff
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user