shithub: aubio

Download patch

ref: 899dfd3c162b86ac2aeb21aba6d419b62c4fb754
parent: a54502c646d42b0ff301bdbcce6618113dc0f796
author: Paul Brossier <piem@piem.org>
date: Tue Sep 29 16:14:26 EDT 2009

src/temporal/filter.h: 80 characters maximum per line

--- a/src/temporal/filter.h
+++ b/src/temporal/filter.h
@@ -32,7 +32,8 @@
     - \f$ n*c x_i \f$ input signal
     - \f$ n*c y_i \f$ output signal
 
-  For convenience, the samplerate of the input signal is also stored in the object.
+  For convenience, the samplerate of the input signal is also stored in the
+  object.
 
   Feedforward and feedback parameters can be modified using
   aubio_filter_get_feedback() and aubio_filter_get_feedforward().