mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 20:22:13 +01:00
Go back to simpler architecture for Resample class, now that libsoxr is proven for variable rate resampling.
This commit is contained in:
@@ -127,13 +127,13 @@ void AboutDialog::CreateCreditsList()
|
||||
AddCredit(wxT("LAME"), roleLibrary);
|
||||
AddCredit(wxT("libmad"), roleLibrary);
|
||||
#if USE_LIBRESAMPLE
|
||||
AddCredit(wxT("libresample"), roleLibrary);
|
||||
AddCredit(wxT("libresample, by Dominic Mazzoni and Julius Smith"), roleLibrary);
|
||||
#endif
|
||||
#if USE_LIBSAMPLERATE
|
||||
AddCredit(wxT("libsamplerate, by Erik de Castro Lopo"), roleLibrary);
|
||||
#endif
|
||||
#if USE_LIBSOXR
|
||||
AddCredit(wxT("libsoxr"), roleLibrary);
|
||||
AddCredit(wxT("libsoxr, by Rob Sykes"), roleLibrary);
|
||||
#endif
|
||||
AddCredit(wxT("libsndfile"), roleLibrary);
|
||||
AddCredit(wxT("Nyquist"), roleLibrary);
|
||||
|
||||
Reference in New Issue
Block a user