1
0
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:
v.audacity
2013-08-04 01:58:54 +00:00
parent 51e0391b7d
commit 030d2450a8
10 changed files with 111 additions and 498 deletions

View File

@@ -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);