1
0
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:
v.audacity
2012-10-09 22:21:14 +00:00
parent 79faef4192
commit d91642da17
3 changed files with 11 additions and 7 deletions

View File

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