mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-28 00:16:17 +02:00
Uncomment resampling
This commit is contained in:
parent
d77d4dadd5
commit
689f550049
2 changed files with 50 additions and 48 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "message/pcm_chunk.hpp"
|
||||
#include <deque>
|
||||
#include <memory>
|
||||
#include <soxr.h>
|
||||
// #include <soxr.h>
|
||||
|
||||
|
||||
/// Time synchronized audio stream
|
||||
|
@ -84,9 +84,9 @@ private:
|
|||
unsigned long playedFrames_;
|
||||
long correctAfterXFrames_;
|
||||
chronos::msec bufferMs_;
|
||||
size_t input_rate_;
|
||||
double output_rate_;
|
||||
soxr_t soxr_;
|
||||
// size_t input_rate_;
|
||||
// double output_rate_;
|
||||
// soxr_t soxr_;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue