|
|
|
@ -172,10 +172,6 @@ struct Resampler { |
|
|
|
|
extern struct Resampler const swri_resampler; |
|
|
|
|
|
|
|
|
|
int swri_realloc_audio(AudioData *a, int count); |
|
|
|
|
int swri_resample_int16(struct ResampleContext *c, int16_t *dst, const int16_t *src, int *consumed, int src_size, int dst_size, int update_ctx); |
|
|
|
|
int swri_resample_int32(struct ResampleContext *c, int32_t *dst, const int32_t *src, int *consumed, int src_size, int dst_size, int update_ctx); |
|
|
|
|
int swri_resample_float(struct ResampleContext *c, float *dst, const float *src, int *consumed, int src_size, int dst_size, int update_ctx); |
|
|
|
|
int swri_resample_double(struct ResampleContext *c,double *dst, const double *src, int *consumed, int src_size, int dst_size, int update_ctx); |
|
|
|
|
|
|
|
|
|
void swri_noise_shaping_int16 (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count); |
|
|
|
|
void swri_noise_shaping_int32 (SwrContext *s, AudioData *dsts, const AudioData *srcs, const AudioData *noises, int count); |
|
|
|
|