]> git.sesse.net Git - kdenlive/commit
Audio envelope calculation extracted into own class, mean and standard deviation...
authorSimon A. Eugster <simon.eu@gmail.com>
Tue, 14 Feb 2012 10:58:56 +0000 (11:58 +0100)
committerSimon A. Eugster <simon.eu@gmail.com>
Tue, 14 Feb 2012 10:58:56 +0000 (11:58 +0100)
commit61379786d6c8dcfd7bf0471125a1ba657acc8417
tree09bf5d6135cb9c8f37aa374b239ef6816ac4937c
parent6be4bb366913db6e9f9b8cc49ff07dcb96664661
Audio envelope calculation extracted into own class, mean and standard deviation added
src/clipmanager.cpp
testingArea/CMakeLists.txt
testingArea/audioEnvelope.cpp [new file with mode: 0644]
testingArea/audioEnvelope.h [new file with mode: 0644]
testingArea/audioOffset.cpp