Skip to content

Commit

Permalink
Revised suggestion for extra space to allocate when using ABL utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltyson committed Mar 24, 2016
1 parent 63c2ac7 commit 9d8ea2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TPCircularBuffer.h
Expand Up @@ -71,7 +71,7 @@ typedef struct {
* data, so there's room for the metadata. How much extra is required
* depends on how many AudioBufferList structures are used, which is
* a function of how many audio frames each buffer holds. A good rule
* of thumb is to add 5%, or at least another 1024 bytes or so.
* of thumb is to add 15%, or at least another 2048 bytes or so.
*
* @param buffer Circular buffer
* @param length Length of buffer
Expand Down

0 comments on commit 9d8ea2b

Please sign in to comment.