Always use native sampling rate #17

Closed
opened 2025-06-17 19:07:11 +01:00 by Ghost · 1 comment
Ghost commented 2025-06-17 19:07:11 +01:00 (Migrated from codeberg.org)

48kHz is convenient and consistent, but if that's not the sample rate of the audio device, Pipewire inserts a resampler into the graph, which eats up some of the latency budget. Requesting a latency of 0 makes Pipewire pick a sensible one for us, which we can then be notified about via the event loop.

48kHz is convenient and consistent, but if that's not the sample rate of the audio device, Pipewire inserts a resampler into the graph, which eats up some of the latency budget. Requesting a latency of 0 makes Pipewire pick a sensible one for us, which we can then be notified about via the event loop.
Ghost commented 2025-06-17 19:57:46 +01:00 (Migrated from codeberg.org)

Implemented in ee41c7803f

Implemented in ee41c7803f402255be4f37388e7c3179b653b9d5
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
Tearnote/Playnote#17
No description provided.