diff options
Diffstat (limited to 'solo-tool-project/test/test_session.json')
-rw-r--r-- | solo-tool-project/test/test_session.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/solo-tool-project/test/test_session.json b/solo-tool-project/test/test_session.json new file mode 100644 index 0000000..f48b792 --- /dev/null +++ b/solo-tool-project/test/test_session.json @@ -0,0 +1,13 @@ +[ + { + "path" : "test.flac", + "ab_limits" : null + }, + { + "path" : "test.mp3", + "ab_limits" : [ + [0.1, 0.2], + [0.3, 0.4] + ] + } +] |