TPCircularBuffer icon indicating copy to clipboard operation
TPCircularBuffer copied to clipboard

A simple, fast circular buffer implementation

Results 10 TPCircularBuffer issues
Sort by recently updated
recently updated
newest added

I can see there are already two open merge requests adding this, but I think this is the least invasive way. It is purely additive (no files moved). I tested...

This is a quick hack to offer TPCircularBuffer via SPM. I had to reorganize the sources to align with how the C libraries should be distributed wrt/ sources and public...

Simple SwiftPM support. Not swift wrapped.

does anybody know if there is an Android equivalent out there? this buffer implementation is just awesome, i cant find anything like that for android

Hello, In TPCircularBuffer.c this directive #define reportResult(result,operation) (_reportResult((result),(operation),strrchr(__FILE__, '/')+1,__LINE__)) cause the path (__FILE__) to be written into the binary file (lib or executable) reportResult must be use only in DEBUG...

I am playing raw PCM data over Bluetooth, and I do a lost of tests, and finally found that when TPCircularBuffer produce bytes, the noise happen, here is the two...

Issue: I have a problem with a submodule using TPCIrucloarBuffer, when I try to build the project every time I got the same error: `Redefinition of module TPCircularBuffer` Project structure:...

No example? No readme?

I want to use TPCircularBuffer for play NSData PCM raw file in objective c. my big challeng in below link: https://stackoverflow.com/questions/48841382/how-to-play-back-audio-after-receive-from-web-socket

Any ideas how to resolve this issue? `ld: file not found: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a clang: error: linker command failed with exit code 1 (use -v to see invocation)` Podfile: ``` source 'https://github.com/CocoaPods/Specs.git'...