mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
fix typo in comment
This commit is contained in:
parent
891d22bdcf
commit
aac65490f9
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
// Resamplers.
|
// Resamplers.
|
||||||
// Only one of each type of resampler (constant or variable rate) should be defined.
|
// 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.
|
// libsoxr currently our only const-rate resampler, so should always be #defined.
|
||||||
#define USE_LIBSOXR 1
|
#define USE_LIBSOXR 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user