mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
Increase max buffer size
This commit is contained in:
parent
81fc595e3d
commit
af73585948
12 changed files with 38 additions and 26 deletions
|
|
@ -1131,7 +1131,7 @@ static int collect_nodes(struct pw_node *driver)
|
|||
quantum = DEFAULT_QUANTUM;
|
||||
|
||||
/* for now, we try to limit the latency between min and default, We can
|
||||
* go higher but we should really only do this when in power save mode */
|
||||
* go to max but we should really only do this when in power save mode */
|
||||
driver->quantum_current = SPA_CLAMP(quantum, MIN_QUANTUM, DEFAULT_QUANTUM);
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue