diff options
author | Eddy Pedroni <eddy@0xf7.com> | 2021-12-22 10:59:12 +0100 |
---|---|---|
committer | Eddy Pedroni <eddy@0xf7.com> | 2021-12-22 10:59:12 +0100 |
commit | 96a574d317ccbbff3af3f1a20755c3b79f873510 (patch) | |
tree | 664c38b4963a39d8dc709b5b5477a3a16ce6f766 /test_session.json | |
parent | 2aba13e9ab112e1aeb80b8f8f946c463ab76348b (diff) |
Added load/save integration tests, test assets
Diffstat (limited to 'test_session.json')
-rw-r--r-- | test_session.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test_session.json b/test_session.json new file mode 100644 index 0000000..f48b792 --- /dev/null +++ b/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] + ] + } +] |