]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
First preparations for audio spectrum scopes, using kiss_fft
[kdenlive] / src / renderer.h
index a7e2ff4fb7afb342f0c1110f1552ef481a7dd916..ddd10a447078512b0481ad11b544f2f927504bcb 100644 (file)
@@ -31,6 +31,7 @@
 
 #include "gentime.h"
 #include "definitions.h"
+#include "mlt/framework/mlt_types.h"
 
 #include <kurl.h>
 
@@ -353,6 +354,7 @@ signals:
     void showAudioSignal(const QByteArray);
     /** @brief The renderer refreshed the current frame, but no seeking was done. */
     void frameUpdated(QImage);
+    void audioSamplesSignal(const QVector<int16_t> data, const int freq, const int num_channels, const int num_samples);
 
 public slots: