#ifndef RINGBUFFER_H
#define RINGBUFFER_H

#include <jack/ringbuffer.h>
// 5 seconds at 8000Hz, 16 bit
#define RB_SIZE (8000 * 2)

#endif
