]> git.sesse.net Git - nageru/blob - vu_common.h
Move the R128 and correlation measurements into AudioMixer.
[nageru] / vu_common.h
1 #ifndef _VU_COMMON_H
2 #define _VU_COMMON_H 1
3
4 #include <QPainter>
5
6 double lufs_to_pos(float level_lu, int height);
7
8 void draw_vu_meter(QPainter &painter, int width, int height, int margin, bool is_on);
9
10 #endif // !defined(_VU_COMMON_H)