mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
Double maximum sample size for some overly huge samples some distros ship
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2133 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a25a459cdf
commit
dcdf419449
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
||||||
#define RECORD_BUFFER_SECONDS (5)
|
#define RECORD_BUFFER_SECONDS (5)
|
||||||
#define RECORD_BUFFER_FRAGMENTS (100)
|
#define RECORD_BUFFER_FRAGMENTS (100)
|
||||||
|
|
||||||
#define MAX_CACHE_SAMPLE_SIZE (1024000)
|
#define MAX_CACHE_SAMPLE_SIZE (2048000)
|
||||||
|
|
||||||
#define SCACHE_PREFIX "esound."
|
#define SCACHE_PREFIX "esound."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue