Skip to content

Commit

Permalink
Merge pull request #943 from complexlogic/libsamplerate
Browse files Browse the repository at this point in the history
Remove Unused Libsamplerate Audio Converter
  • Loading branch information
barbeque-squared authored Jan 10, 2025
2 parents 210ccb6 + ea4987e commit 225398a
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 462 deletions.
6 changes: 0 additions & 6 deletions src/base/UConfig.pas
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,6 @@ interface
(PORTAUDIO_VERSION_RELEASE * VERSION_RELEASE);
{$ENDIF}

{$IFDEF HaveLibsamplerate}
LIBSAMPLERATE_VERSION = (LIBSAMPLERATE_VERSION_MAJOR * VERSION_MAJOR) +
(LIBSAMPLERATE_VERSION_MINOR * VERSION_MINOR) +
(LIBSAMPLERATE_VERSION_RELEASE * VERSION_RELEASE);
{$ENDIF}

function USDXVersionStr(): string;

implementation
Expand Down
6 changes: 0 additions & 6 deletions src/config-win.inc
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,4 @@

{$UNDEF HavePortmixer}

{$UNDEF HaveLibsamplerate}
{$IF Defined(HaveLibsamplerate) and Defined(IncludeConstants)}
LIBSAMPLERATE_VERSION_MAJOR = 0;
LIBSAMPLERATE_VERSION_MINOR = 1;
LIBSAMPLERATE_VERSION_RELEASE = 3;
{$IFEND}
{$DEFINE UseMIDIPort}
3 changes: 0 additions & 3 deletions src/lib/lib-info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ translation of the (patched) audacity C headers by hennymcc.
projectM:
translation of the original C++ headers and C-wrapper by hennymcc

samplerate:
translation of the original C headers by profoX/hennymcc

sqlite:
taken from http://www.itwriting.com/blog/a-simple-delphi-wrapper-for-sqlite-3
- slightly patched: see *.patch files for what has been patched (e.g. Binding)
Expand Down
199 changes: 0 additions & 199 deletions src/lib/samplerate/samplerate.pas

This file was deleted.

Loading

0 comments on commit 225398a

Please sign in to comment.