mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
fix typo in comment
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user