From: Paul Brossier Date: Sat, 8 Aug 2015 12:27:09 +0000 (+0200) Subject: src/musicutils.h: improve doc X-Git-Tag: 0.4.4~302^2~11 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=4b891e9d4fb847f19330ba31ea712c3df2bd756c;p=aubio.git src/musicutils.h: improve doc --- 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