From 4b891e9d4fb847f19330ba31ea712c3df2bd756c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 8 Aug 2015 14:27:09 +0200 Subject: [PATCH] src/musicutils.h: improve doc --- src/musicutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/musicutils.h b/src/musicutils.h index 885024ac..2f3103aa 100644 --- a/src/musicutils.h +++ b/src/musicutils.h @@ -112,11 +112,11 @@ void aubio_cleanup (void); */ smpl_t aubio_zero_crossing_rate (fvec_t * v); -/** compute sound level on a linear +/** compute sound level on a linear scale This gives the average of the square amplitudes. - \param v vector to compute dB SPL from + \param v vector to compute level from \return level of v -- 2.11.0