aboutsummaryrefslogtreecommitdiffstats
path: root/test_session.json
diff options
context:
space:
mode:
authorEddy Pedroni <eddy@0xf7.com>2021-12-22 10:59:12 +0100
committerEddy Pedroni <eddy@0xf7.com>2021-12-22 10:59:12 +0100
commit96a574d317ccbbff3af3f1a20755c3b79f873510 (patch)
tree664c38b4963a39d8dc709b5b5477a3a16ce6f766 /test_session.json
parent2aba13e9ab112e1aeb80b8f8f946c463ab76348b (diff)
Added load/save integration tests, test assets
Diffstat (limited to 'test_session.json')
-rw-r--r--test_session.json13
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]
+ ]
+ }
+]