aboutsummaryrefslogtreecommitdiffstats
path: root/solo-tool-project/test/test_session.json
blob: f48b7928098d9a61ee5e98101dcea0c69b10bfa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
    {
        "path" : "test.flac",
        "ab_limits" : null
    },
    {
        "path" : "test.mp3",
        "ab_limits" : [
            [0.1, 0.2],
            [0.3, 0.4]
        ]
    }
]