]> git.sesse.net Git - kdenlive/commit
Volume envelope calculation
authorSimon A. Eugster <simon.eu@gmail.com>
Sun, 12 Feb 2012 15:57:31 +0000 (16:57 +0100)
committerSimon A. Eugster <simon.eu@gmail.com>
Sun, 12 Feb 2012 15:57:31 +0000 (16:57 +0100)
commit6be4bb366913db6e9f9b8cc49ff07dcb96664661
treeb0f48071fb24a63d0072ba20e3f3f3eca29f200a
parent90c14d4bb82610998ec08178dfea570fbe56c61f
Volume envelope calculation

The AudioInfo class reads audio information from a MLT producer
for easy access to sampling rate etc.

AudioOffset now generates the volume envelope of an audio file
and saves it as image.
src/clipitem.h
testingArea/CMakeLists.txt
testingArea/audioInfo.cpp [new file with mode: 0644]
testingArea/audioInfo.h [new file with mode: 0644]
testingArea/audioOffset.cpp
testingArea/audioStreamInfo.cpp [new file with mode: 0644]
testingArea/audioStreamInfo.h [new file with mode: 0644]