From 78ececa485c8de3acc4c404d071060dfce794244 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 19 Jan 2016 23:00:19 +0100 Subject: [PATCH] src/ofxAubioBeat.cpp: bring down silence to -60 dB --- src/ofxAubioBeat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ofxAubioBeat.cpp b/src/ofxAubioBeat.cpp index ec3e19b..ce5ed36 100644 --- a/src/ofxAubioBeat.cpp +++ b/src/ofxAubioBeat.cpp @@ -38,7 +38,7 @@ void ofxAubioBeat::setup(string method, int buf_s, int hop_s, int samplerate) ofxAubioBlock::setup(method, buf_s, hop_s, samplerate); tempo = new_aubio_tempo((char_t*)method.c_str(), buf_size, hop_size, samplerate); - aubio_tempo_set_silence(tempo, -40); + aubio_tempo_set_silence(tempo, -60); if (tempo) { ofLogNotice() << "created ofxAubioBeat(" << method << ", " << buf_size -- 2.11.0