BearWare / TeamTalk5

TeamTalk 5 Development
www.bearware.dk
Other
324 stars 164 forks source link

dB scale instead of VU-meter #33

Closed bear101 closed 1 year ago

bear101 commented 9 years ago

Currently the VU-meter does an average of the samples recorded. This should be replaced by calculating the number of dB. lnbsndfile might have a way to do this: http://www.mega-nerd.com/libsndfile/

bear101 commented 1 year ago

Fixed when using WebRTC: https://github.com/BearWare/TeamTalk5/blob/master/Library/TeamTalkLib/teamtalk/client/AudioThread.cpp#L456