[
    {
        "path" : "test.flac",
        "ab_limits" : null
    },
    {
        "path" : "test.mp3",
        "ab_limits" : [
            [0.1, 0.2],
            [0.3, 0.4]
        ]
    }
]