Introduce a histogram filter for filtering discrete values

This commit is contained in:
Chris Cannam
2022-06-10 12:35:15 +01:00
parent 10e2c13551
commit 6940ad29d8
6 changed files with 438 additions and 4 deletions

View File

@@ -44,7 +44,6 @@ namespace RubberBand {
* RingBuffer is thread-safe provided only one thread writes and only
* one thread reads.
*/
template <typename T>
class RingBuffer
{