Skip to content

Commit

Permalink
ao_pipewire: use 20ms buffer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
t-8ch committed Jan 11, 2022
1 parent 0e9f5fd commit a1b2fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/out/ao_pipewire.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ const struct ao_driver audio_out_pipewire = {
{
.loop = NULL,
.stream = NULL,
.buffer_msec = 100,
.buffer_msec = 20,
},
.options_prefix = "pipewire",
.options = (const struct m_option[]) {
Expand Down

0 comments on commit a1b2fa0

Please sign in to comment.