Code: Select all
RingBufferCapacity = 32768;
RingBufferWriteChunkSize = 4096;
Code: Select all
Insufficient audio in ring buffer: 332 frames available, 512 requested
Code: Select all
RingBufferCapacity = 32768;
RingBufferWriteChunkSize = 4096;
Code: Select all
Insufficient audio in ring buffer: 332 frames available, 512 requested
I just told you that my numbers *are* double those values but I'm still having the problem. What I'm suggesting is that you need to double your default (and double your double).sbooth wrote:Any values specified manually from Console using the keys RingBufferCapacity or RingBufferWriteChunkSize will take precedence over the Use larger buffer sizes checkbox in the preferences.The default buffer size is now 16384 and the default write chunk size is 2048. If the larger buffer option is enabled these values are doubled.
Code: Select all
1/5/13 4:02:40 PM Decibel[993] Insufficient audio in ring buffer: 480 frames available, 512 requested
Code: Select all
$ defaults read org.sbooth.Decibel
...
RingBufferCapacity = 65536;
RingBufferWriteChunkSize = 8192;
...
Interesting. I'll try unchecking "Adjust sample rate" and see what happens! Thanks for the suggestion.mullet wrote:I don't know if anyone tried this and whether this is worth it to you in terms of wanting to use the "Adjust sample rate for best quality" feature, but when turning it off I'm finding the skipping going away. My question is what is the implication of turning off this setting? I'm using "Obtain exclusive access" by the way.