mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
pw-cat: fix DSF playback again
Make the DSD buffers a little bigger because we scale down the rate. Read an interleaved number of samples to fill one quantum.
This commit is contained in:
parent
ebc775674a
commit
c48a4bc166
5 changed files with 15 additions and 5 deletions
|
|
@ -151,6 +151,7 @@ struct state {
|
|||
int rate;
|
||||
int channels;
|
||||
size_t frame_size;
|
||||
size_t frame_scale;
|
||||
int blocks;
|
||||
uint32_t rate_denom;
|
||||
uint32_t delay;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue