13
0
livetrax/libs
Robin Gareus ee97942165 use accurate log10 for meter (fast_log2 is unsuitable inaccurate)
fast_coefficient_to_dB() returns a lower bound value, unsuitable
to catch audio peaks. The difference to 20*log10 is as large as 0.4 dB!

The effective speedup of fast_log10 compared to log10f is marginal
(sweep of all 24bit values)

  i686 (1.6GHz Intel core):  2.36 [times faster]
  x86_64 (core2 2.4GHz):     1.63
  x86_64 (I3 2.80GHz):       2.03

the execution time of one log10f() averaged over a
sweep of all 24 bit values

  i686 (1.6GHz Intel core):  0.131 usec
  x86_64 (core2 2.4GHz):     0.033 usec
  x86_64 (I3 2.80GHz):       0.044 usec

PeakMeter::run() is called from dedicated non-rt, no harm done.
2013-07-10 15:27:15 +02:00
..
appleutility
ardour use accurate log10 for meter (fast_log2 is unsuitable inaccurate) 2013-07-10 15:27:15 +02:00
audiographer Fix some compilation warnings 2013-03-23 14:50:58 +01:00
clearlooks-newer Fix some compilation warnings 2013-03-30 18:09:40 +01:00
clearlooks-older
evoral remove executable mode-bit from files 2013-06-16 21:54:08 +02:00
fst disable unused windows-vst / ALSA-MIDI code 2013-02-19 22:17:20 +00:00
gtkmm2ext Task Force Viking: operation green line 2013-07-10 15:27:14 +02:00
libltc
midi++2 Revert all close-on-exec changes from earlier today 2013-06-07 21:07:41 +02:00
panners add copyright comments 2013-01-16 18:22:15 +00:00
pbd remove executable mode-bit from files 2013-06-16 21:54:08 +02:00
qm-dsp Fix some compilation warnings 2013-03-23 14:50:58 +01:00
rubberband Fix some compilation warnings 2013-03-23 14:50:58 +01:00
surfaces save and restore Generic MIDI threshold/smoothing value 2013-06-10 12:37:09 -04:00
taglib
timecode
vamp-plugins
vamp-sdk