]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Frequency spectrum ...
[kdenlive] / src / renderer.h
index e676a0c7213ae7dcec58c21f8dd6783242fbabaf..146e3324b70d2d6bfb8e74668c70db2e19626ea7 100644 (file)
@@ -354,6 +354,7 @@ signals:
     void showAudioSignal(const QByteArray);
     /** @brief The renderer refreshed the current frame, but no seeking was done. */
     void frameUpdated(QImage);
+    /** @brief This signal contains the audio of the current frame. */
     void audioSamplesSignal(const QVector<int16_t>&, int freq, int num_channels, int num_samples);
 
 public slots: