Reduce audio buffering slightly again
Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
parent
8e90da6292
commit
a37026dec2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
- (id)initWithController:(id)c previous:(id)p {
|
- (id)initWithController:(id)c previous:(id)p {
|
||||||
self = [super init];
|
self = [super init];
|
||||||
if(self) {
|
if(self) {
|
||||||
buffer = [[ChunkList alloc] initWithMaximumDuration:20.0];
|
buffer = [[ChunkList alloc] initWithMaximumDuration:10.0];
|
||||||
semaphore = [[Semaphore alloc] init];
|
semaphore = [[Semaphore alloc] init];
|
||||||
|
|
||||||
accessLock = [[NSLock alloc] init];
|
accessLock = [[NSLock alloc] init];
|
||||||
|
|
Loading…
Reference in a new issue