1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 23:59:41 +02:00

fix typo in comment

This commit is contained in:
windinthew 2013-01-12 08:21:40 +00:00
parent 891d22bdcf
commit aac65490f9

View File

@ -24,7 +24,7 @@
// Resamplers.
// Only one of each type of resampler (constant or variable rate) should be defined.
// libsoxr is used for constant-rate and var-rat resampling.
// libsoxr is used for constant-rate and var-rate resampling.
// libsoxr currently our only const-rate resampler, so should always be #defined.
#define USE_LIBSOXR 1