Use soxr_process instead of soxr_oneshot

This commit is contained in:
badaix 2020-01-12 14:29:46 +01:00
parent 2d64ee25a2
commit ed8479873c
2 changed files with 44 additions and 21 deletions

View file

@ -85,7 +85,8 @@ private:
long correctAfterXFrames_;
chronos::msec bufferMs_;
size_t input_rate_;
//soxr_t soxr_;
double output_rate_;
soxr_t soxr_;
};