mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-01 02:11:47 +02:00
Use soxr_process instead of soxr_oneshot
This commit is contained in:
parent
2d64ee25a2
commit
ed8479873c
2 changed files with 44 additions and 21 deletions
|
@ -85,7 +85,8 @@ private:
|
|||
long correctAfterXFrames_;
|
||||
chronos::msec bufferMs_;
|
||||
size_t input_rate_;
|
||||
//soxr_t soxr_;
|
||||
double output_rate_;
|
||||
soxr_t soxr_;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue