summaryrefslogtreecommitdiff
path: root/modules/vumeter/vumeter.c
Commit message (Collapse)AuthorAge
* vumeter: use aulevel_calc_dbov to calculate dBov levelAlfred E. Heggestad2017-04-27
|
* aufilt: make the API re-entrantAlfred E. Heggestad2017-03-22
|
* modules: update documentation headerAlfred E. Heggestad2015-11-29
|
* vumeter: cast structs to void-pointerAlfred E. Heggestad2015-08-08
|
* vumeter: call tmr_start() from re_main threadAlfred E. Heggestad2014-09-15
| | | | | | | | | - tmr_start() should not be called from a thread that is not running the re_main() loop. i.e. tmr_start() MUST be called from the re_main() loop thread, unless the call is wrapped by re_thread_enter/leave(). - the audio-processing handlers encode/decode are handling real-time audio samples, and should not be blocked.
* baresip 0.4.10Alfred E. Heggestad2014-02-09