aboutsummaryrefslogtreecommitdiffstats
path: root/cli-project/test/test_session.json
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2024-11-09 20:35:56 +0100
committerEddy Pedroni <epedroni@pm.me>2024-11-09 20:35:56 +0100
commitcda8197669409689be291660f93cb288ab2d31b3 (patch)
tree81db9b0c7c0491e0737cbffb39af6b935c0dfeb8 /cli-project/test/test_session.json
parenta2257a900d4fffd6f94b73f1c48c62370ed1d684 (diff)
Migrate to project-based structure
Diffstat (limited to 'cli-project/test/test_session.json')
-rw-r--r--cli-project/test/test_session.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/cli-project/test/test_session.json b/cli-project/test/test_session.json
new file mode 100644
index 0000000..f48b792
--- /dev/null
+++ b/cli-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]
+ ]
+ }
+]