There are two options that affect buffering: RingBufferCapacity and RingBufferWriteChunkSize.
- RingBufferCapacity determines how many audio sample frames will be stored in the player's internal buffer
- RingBufferWriteChunkSize determines the minimum read size from files.
You can set them on the command line in Terminal with the following commands:
Code: Select all
$ defaults write org.sbooth.Decibel RingBufferCapacity -int 32768
$ defaults write org.sbooth.Decibel RingBufferWriteChunkSize -int 4096