Skip to content

waynetam/CircularBuffer

Repository files navigation

CircularBuffer

A Java thread safe circular buffer useful for audio applications.

Features:

  • Reading and writing methods can be blocking.
  • A stream interface is available
  • Peeking at the data without removing it.
  • Marking locations in the buffer for the read methods to read till.

About

A thread safe circular buffer useful for audio applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages