Skip to content

Commit

Permalink
Remove unused libsamplerate audio converter
Browse files Browse the repository at this point in the history
  • Loading branch information
complexlogic committed Jan 8, 2025
1 parent 210ccb6 commit 548045f
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 459 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}
199 changes: 0 additions & 199 deletions src/lib/samplerate/samplerate.pas

This file was deleted.

Loading

0 comments on commit 548045f

Please sign in to comment.