Custom Query (17 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 17)

1 2 3 4 5 6
Ticket Resolution Summary Owner Reporter
#17 invalid Thanks for the faast reply Paul Brossier jasmineyierGk
Description

Thanks for the fastt reply.

#16 invalid Is Support Here? Paul Brossier jasmineyierGk
Description

Is this the support or not.

#15 fixed Bug in aubio-0.3.2 mathutils.c (silence_detection) Paul Brossier epalace@gmail.com
Description

Hi,

I think I found a bug in mathutils.c about the calculation of the RMS power dBs involving lines : 417,418 and 433,434 :

loudness = SQRT(loudness); loudness /= (smpl_t)ibuf->length;

The división by the buffer length should be done before the sqrt :

loudness = SQRT(loudness/(smpl_t)ibuf->length))

I found this bug because I was getting pretty low dBs values, and even using a full-power square wave I was getting levels below 0 dBs

Ah, in addition, this code can be optimized removing the SQRT , and using 10*log10f instead of 20*log10f

Regards,

Eric.

1 2 3 4 5 6
Note: See TracQuery for help on using queries.