Skip to content

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

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages