whisper: add chunk preference and change threading

Change-Id: Ie739345aacd95039a9f035f487a7cab35f442626
diff --git a/WhisperTranscript/data/preferences.json b/WhisperTranscript/data/preferences.json
index 59b25e2..e803e21 100644
--- a/WhisperTranscript/data/preferences.json
+++ b/WhisperTranscript/data/preferences.json
@@ -80,6 +80,140 @@
         ]
     },
     {
+        "type": "List",
+        "key": "chunksize",
+        "title": "{{chunk_title}}",
+        "defaultValue": "15",
+        "scope": "plugin,Transcript",
+        "entryValues": [
+            "5",
+            "6",
+            "7",
+            "8",
+            "9",
+            "10",
+            "11",
+            "12",
+            "13",
+            "14",
+            "15",
+            "16",
+            "17",
+            "18",
+            "19",
+            "20",
+            "21",
+            "22",
+            "23",
+            "24",
+            "25",
+            "26",
+            "27",
+            "28",
+            "29",
+            "30"
+        ],
+        "entries": [
+            "5",
+            "6",
+            "7",
+            "8",
+            "9",
+            "10",
+            "11",
+            "12",
+            "13",
+            "14",
+            "15",
+            "16",
+            "17",
+            "18",
+            "19",
+            "20",
+            "21",
+            "22",
+            "23",
+            "24",
+            "25",
+            "26",
+            "27",
+            "28",
+            "29",
+            "30"
+        ]
+    },
+    {
+        "type": "List",
+        "key": "stepsize",
+        "title": "{{step_title}}",
+        "defaultValue": "3",
+        "scope": "plugin,Transcript",
+        "entryValues": [
+            "1",
+            "2",
+            "3",
+            "4",
+            "5",
+            "6",
+            "7",
+            "8",
+            "9",
+            "10",
+            "11",
+            "12",
+            "13",
+            "14",
+            "15",
+            "16",
+            "17",
+            "18",
+            "19",
+            "20",
+            "21",
+            "22",
+            "23",
+            "24",
+            "25",
+            "26",
+            "27",
+            "28",
+            "29",
+            "30"
+        ],
+        "entries": [
+            "1",
+            "2",
+            "3",
+            "4",
+            "5",
+            "6",
+            "7",
+            "8",
+            "9",
+            "10",
+            "11",
+            "12",
+            "13",
+            "14",
+            "15",
+            "16",
+            "17",
+            "18",
+            "19",
+            "20",
+            "21",
+            "22",
+            "23",
+            "24",
+            "25",
+            "26",
+            "27",
+            "28",
+            "29",
+            "30"
+        ]
+    },
+    {
         "type": "Switch",
         "key": "acceleration",
         "title": "{{acceleration_title}}",