diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/simple-show.json | 6 | ||||
-rw-r--r-- | test/simple1.json | 2 | ||||
-rw-r--r-- | test/simple2.json | 2 | ||||
-rw-r--r-- | test/simple3.json | 2 | ||||
-rw-r--r-- | test/simple4.json | 2 | ||||
-rw-r--r-- | test/simple5.json | 2 |
6 files changed, 11 insertions, 5 deletions
diff --git a/test/simple-show.json b/test/simple-show.json new file mode 100644 index 0000000..f7f64a5 --- /dev/null +++ b/test/simple-show.json @@ -0,0 +1,6 @@ +{ + "LOGIN_NAME": "heslinki", + "PASSWORD": "123456", + "SHOW_ID": 10000, + "SOURCE_URI": "http://www.tonycuffe.com/mp3/tail%20toddle.mp3" +} diff --git a/test/simple1.json b/test/simple1.json index edd70b4..84748ec 100644 --- a/test/simple1.json +++ b/test/simple1.json @@ -3,7 +3,7 @@ "PASSWORD": "123456", "CART_NUMBER": 100000, "CHANNELS": 2, - "NORMALIZATION_LEVEL": -1200, + "NORMALIZATION_LEVEL": -12, "AUTOTRIM_LEVEL": 0, "USE_METADATA": true, "SOURCE_URI": "http://www.tonycuffe.com/mp3/tail%20toddle.mp3" diff --git a/test/simple2.json b/test/simple2.json index 194bba3..085e050 100644 --- a/test/simple2.json +++ b/test/simple2.json @@ -3,7 +3,7 @@ "PASSWORD": "123456", "CART_NUMBER": 100000, "CHANNELS": 2, - "NORMALIZATION_LEVEL": -1200, + "NORMALIZATION_LEVEL": -12, "AUTOTRIM_LEVEL": 0, "USE_METADATA": true, "SOURCE_URI": "local:///path/to/sendung.mp3" diff --git a/test/simple3.json b/test/simple3.json index a378b1b..a43c43e 100644 --- a/test/simple3.json +++ b/test/simple3.json @@ -3,7 +3,7 @@ "PASSWORD": "123456", "CART_NUMBER": 100000, "CHANNELS": 2, - "NORMALIZATION_LEVEL": -1200, + "NORMALIZATION_LEVEL": -12, "AUTOTRIM_LEVEL": 0, "USE_METADATA": true, "SOURCE_URI": "http://www.jtricks.com/download-unknown" diff --git a/test/simple4.json b/test/simple4.json index 7bf5b41..12071fd 100644 --- a/test/simple4.json +++ b/test/simple4.json @@ -3,7 +3,7 @@ "PASSWORD": "123456", "CART_NUMBER": 100000, "CHANNELS": 2, - "NORMALIZATION_LEVEL": -1200, + "NORMALIZATION_LEVEL": -12, "AUTOTRIM_LEVEL": 0, "USE_METADATA": true, "SOURCE_URI": "local:///home/equinox/helsinki/rivenhell/contrib/rhimportd/test/empty.mp3" diff --git a/test/simple5.json b/test/simple5.json index 811d210..e858bc4 100644 --- a/test/simple5.json +++ b/test/simple5.json @@ -3,7 +3,7 @@ "PASSWORD": "123456", "CART_NUMBER": 100000, "CHANNELS": 2, - "NORMALIZATION_LEVEL": -1200, + "NORMALIZATION_LEVEL": -12, "AUTOTRIM_LEVEL": 0, "USE_METADATA": true, "SOURCE_URI": "local:///home/equinox/helsinki/rivenhell/contrib/rhimportd/test/silence1s.wav" |