mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 23:21:33 +01:00
Convert default resampler from libresample to libsoxr.
This commit is contained in:
@@ -112,6 +112,7 @@ void AboutDialog::CreateCreditsList()
|
||||
AddCredit(wxT("LAME"), roleLibrary);
|
||||
AddCredit(wxT("libmad"), roleLibrary);
|
||||
AddCredit(wxT("libsndfile"), roleLibrary);
|
||||
AddCredit(wxT("libsoxr"), roleLibrary);
|
||||
AddCredit(wxT("Nyquist"), roleLibrary);
|
||||
AddCredit(wxT("Ogg Vorbis"), roleLibrary);
|
||||
AddCredit(wxT("PortAudio"), roleLibrary);
|
||||
|
||||
Reference in New Issue
Block a user