From cda8197669409689be291660f93cb288ab2d31b3 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sat, 9 Nov 2024 20:35:56 +0100 Subject: Migrate to project-based structure --- cli-project/test/test_session.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cli-project/test/test_session.json (limited to 'cli-project/test/test_session.json') 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] + ] + } +] -- cgit v1.2.3