mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 15:11:23 +01:00
10 lines
342 B
C
10 lines
342 B
C
/* SoX Resampler Library Copyright (c) 2007-12 robs@users.sourceforge.net
|
|
* Licence for this file: LGPL v2.1 See LICENCE for details. */
|
|
|
|
#define sample_t float
|
|
#define RATE_SIMD 0
|
|
#define RDFT_CB _soxr_rdft32_cb
|
|
#define RATE_CB _soxr_rate32_cb
|
|
#define RATE_ID "single-precision"
|
|
#include "rate.h"
|