1import QtQuick 2.0
2import org.shotcut.qml 1.0
3
4Metadata {
5    type: Metadata.Filter
6    isAudio: true
7    name: qsTr("Normalize: One Pass")
8    mlt_service: "dynamic_loudness"
9    qml: "ui.qml"
10}
11