mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-19 14:17:41 +02:00
Rename libsoxr "Basic Quality" to "Medium Quality".
This commit is contained in:
parent
781b8d440a
commit
8be4c041f9
@ -78,7 +78,7 @@
|
||||
wxString ConstRateResample::GetMethodName(int index)
|
||||
{
|
||||
static char const * const soxr_method_names[] = {
|
||||
"Low Quality (Fastest)", "Basic Quality", "High Quality", "Best Quality (Slowest)"
|
||||
"Low Quality (Fastest)", "Medium Quality", "High Quality", "Best Quality (Slowest)"
|
||||
};
|
||||
|
||||
return wxString(wxString::FromAscii(soxr_method_names[index]));
|
||||
@ -334,7 +334,7 @@
|
||||
wxString VarRateResample::GetMethodName(int index)
|
||||
{
|
||||
static char const * const soxr_method_names[] = {
|
||||
"Low Quality (Fastest)", "Basic Quality", "High Quality", "Best Quality (Slowest)"
|
||||
"Low Quality (Fastest)", "Medium Quality", "High Quality", "Best Quality (Slowest)"
|
||||
};
|
||||
|
||||
return wxString(wxString::FromAscii(soxr_method_names[index]));
|
||||
|
Loading…
x
Reference in New Issue
Block a user