1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02: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

@ -14,9 +14,9 @@ Version in Audacity SVN: 1.2
Patches: None
Upstream version: 2.0.1
FileDialogue
FileDialog
------------
The customised file saving dialogues for wxwidgets to provide the options
The customised file saving dialogs for wxwidgets to provide the options
button for format preferences. This is written and maintained by us so doesn't
have an upstream at the moment.
@ -113,6 +113,14 @@ Patches: maintainer-mode.patch: AM_MAINTAINER_MODE added to configure.ac
Upstream Version: 1.0.24
libsoxr
-------
The SoX Resampler library performs one-dimensional sample-rate conversion,
by Rob Sykes.
Version in Audacity SVN: <?> (latest as of 2012-10-09)
No patches, used as is, with modified .vcproj file in win\Projects\libsoxr.
libvamp
-------
Library to load and use VAMP plug-ins. http://www.vamp-plugins.org/

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

View File

@ -111,13 +111,9 @@ Global
{7AA41BED-41B0-427A-9148-DEA40549D158}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32
{7AA41BED-41B0-427A-9148-DEA40549D158}.Unicode Release|Win32.Build.0 = Unicode Release|Win32
{F00717F2-67C8-44E1-AF00-541DFA9CB7F2}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
{F00717F2-67C8-44E1-AF00-541DFA9CB7F2}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32
{F00717F2-67C8-44E1-AF00-541DFA9CB7F2}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32
{F00717F2-67C8-44E1-AF00-541DFA9CB7F2}.Unicode Release|Win32.Build.0 = Unicode Release|Win32
{3DDDCAA9-276D-4FC3-A15C-485F7B9B24CC}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
{3DDDCAA9-276D-4FC3-A15C-485F7B9B24CC}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32
{3DDDCAA9-276D-4FC3-A15C-485F7B9B24CC}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32
{3DDDCAA9-276D-4FC3-A15C-485F7B9B24CC}.Unicode Release|Win32.Build.0 = Unicode Release|Win32
{F4B4A272-4ED3-4951-A6EE-B7BAAC1C4952}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
{F4B4A272-4ED3-4951-A6EE-B7BAAC1C4952}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32
{F4B4A272-4ED3-4951-A6EE-B7BAAC1C4952}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32
@ -140,7 +136,6 @@ Global
{7ABA0F80-94AE-4E82-AB89-2E1258212D59}.Unicode Release|Win32.Build.0 = Unicode Release|Win32
{BE9F28C5-058A-45F5-B2C1-D077BC058AAE}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
{BE9F28C5-058A-45F5-B2C1-D077BC058AAE}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32
{BE9F28C5-058A-45F5-B2C1-D077BC058AAE}.Unicode Release|Win32.Build.0 = Unicode Release|Win32
{5284D863-3813-479F-BBF0-AC234E216BC6}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
{5284D863-3813-479F-BBF0-AC234E216BC6}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32
{5284D863-3813-479F-BBF0-AC234E216BC6}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32