diff --git a/backend/main.py b/backend/main.py index c995cad..8662c42 100644 --- a/backend/main.py +++ b/backend/main.py @@ -1,6 +1,7 @@ import logging import os import stat +import sys from contextlib import asynccontextmanager from pathlib import Path @@ -13,6 +14,9 @@ from routers import transcribe, export, ai, captions, audio logging.basicConfig(level=logging.INFO) logger = logging.getLogger(__name__) +# Dev log file — frontend forwards console.error/warn here so the agent can read it +DEV_LOG_PATH = Path(__file__).parent.parent / "webview.log" + @asynccontextmanager async def lifespan(app: FastAPI): @@ -134,3 +138,21 @@ async def serve_local_file(request: Request, path: str = Query(...)): @app.get("/health") async def health(): return {"status": "ok"} + + +import datetime + +@app.post("/dev/log") +async def dev_log(request: Request): + data = await request.json() + level = data.get("level", "log") + msg = str(data.get("message", "")) + args = [str(a) for a in data.get("args", [])] + ts = datetime.datetime.now().strftime("%H:%M:%S.%f")[:-3] + line = f"[{ts}] [{level.upper():5}] {msg}" + if args: + line += " " + " ".join(args) + line += "\n" + with open(DEV_LOG_PATH, "a") as f: + f.write(line) + return {"ok": True} diff --git a/chap4_proj/chapter_04_santuary.aive b/chap4_proj/chapter_04_santuary.aive new file mode 100644 index 0000000..475b175 --- /dev/null +++ b/chap4_proj/chapter_04_santuary.aive @@ -0,0 +1,44500 @@ +{ + "version": 1, + "videoPath": "/home/dillon/_code/voice_model/output_audiobook_lightbringer/chapter_04_sanctuary.wav", + "words": [ + { + "word": " 4.", + "start": 0, + "end": 0.78, + "confidence": 0.0091400146484375 + }, + { + "word": " Sanctuary", + "start": 1.32, + "end": 1.8, + "confidence": 0.8502604166666666 + }, + { + "word": " We've", + "start": 2.68, + "end": 3.16, + "confidence": 0.3759765625 + }, + { + "word": " showed", + "start": 3.16, + "end": 3.3, + "confidence": 0.892578125 + }, + { + "word": " no", + "start": 3.3, + "end": 3.52, + "confidence": 0.99755859375 + }, + { + "word": " reaction", + "start": 3.52, + "end": 3.96, + "confidence": 0.99560546875 + }, + { + "word": " to", + "start": 3.96, + "end": 4.18, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 4.18, + "end": 4.3, + "confidence": 0.986328125 + }, + { + "word": " sudden", + "start": 4.3, + "end": 4.58, + "confidence": 0.99560546875 + }, + { + "word": " revelation", + "start": 4.58, + "end": 4.98, + "confidence": 0.98193359375 + }, + { + "word": " of", + "start": 4.98, + "end": 5.32, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 5.32, + "end": 5.4, + "confidence": 0.97314453125 + }, + { + "word": " stranger's", + "start": 5.4, + "end": 5.94, + "confidence": 0.85693359375 + }, + { + "word": " identity,", + "start": 5.94, + "end": 6.36, + "confidence": 0.99658203125 + }, + { + "word": " but", + "start": 6.74, + "end": 6.86, + "confidence": 0.99072265625 + }, + { + "word": " Aragast", + "start": 6.86, + "end": 7.24, + "confidence": 0.5611979166666666 + }, + { + "word": " immediately", + "start": 7.24, + "end": 7.72, + "confidence": 0.9921875 + }, + { + "word": " jumped", + "start": 7.72, + "end": 8.14, + "confidence": 0.9892578125 + }, + { + "word": " to", + "start": 8.14, + "end": 8.34, + "confidence": 0.994140625 + }, + { + "word": " his", + "start": 8.34, + "end": 8.48, + "confidence": 0.9970703125 + }, + { + "word": " feet,", + "start": 8.48, + "end": 8.72, + "confidence": 0.99755859375 + }, + { + "word": " swore", + "start": 9.1, + "end": 9.32, + "confidence": 0.9775390625 + }, + { + "word": " in", + "start": 9.32, + "end": 9.44, + "confidence": 0.97412109375 + }, + { + "word": " the", + "start": 9.44, + "end": 9.52, + "confidence": 0.99560546875 + }, + { + "word": " Elven", + "start": 9.52, + "end": 9.78, + "confidence": 0.821533203125 + }, + { + "word": " tongue", + "start": 9.78, + "end": 10.06, + "confidence": 0.9208984375 + }, + { + "word": " and", + "start": 10.06, + "end": 10.32, + "confidence": 0.62109375 + }, + { + "word": " drew", + "start": 10.32, + "end": 10.52, + "confidence": 0.9912109375 + }, + { + "word": " his", + "start": 10.52, + "end": 10.7, + "confidence": 0.99658203125 + }, + { + "word": " long", + "start": 10.7, + "end": 10.9, + "confidence": 0.97900390625 + }, + { + "word": " knife", + "start": 10.9, + "end": 11.18, + "confidence": 0.9111328125 + }, + { + "word": " from", + "start": 11.18, + "end": 11.4, + "confidence": 0.99658203125 + }, + { + "word": " its", + "start": 11.4, + "end": 11.56, + "confidence": 0.92333984375 + }, + { + "word": " sheath,", + "start": 11.56, + "end": 11.94, + "confidence": 0.956298828125 + }, + { + "word": " while", + "start": 12.14, + "end": 12.34, + "confidence": 0.98876953125 + }, + { + "word": " Ferric", + "start": 12.34, + "end": 12.68, + "confidence": 0.407470703125 + }, + { + "word": " grunted", + "start": 12.68, + "end": 13.12, + "confidence": 0.985595703125 + }, + { + "word": " and", + "start": 13.12, + "end": 13.34, + "confidence": 0.9794921875 + }, + { + "word": " readied", + "start": 13.34, + "end": 13.6, + "confidence": 0.7032470703125 + }, + { + "word": " himself", + "start": 13.6, + "end": 13.92, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 13.92, + "end": 14.16, + "confidence": 0.9912109375 + }, + { + "word": " heave", + "start": 14.16, + "end": 14.4, + "confidence": 0.854248046875 + }, + { + "word": " his", + "start": 14.4, + "end": 14.48, + "confidence": 0.9951171875 + }, + { + "word": " considerable", + "start": 14.48, + "end": 14.96, + "confidence": 0.9970703125 + }, + { + "word": " bulk", + "start": 14.96, + "end": 15.28, + "confidence": 0.98974609375 + }, + { + "word": " at", + "start": 15.28, + "end": 15.46, + "confidence": 0.99560546875 + }, + { + "word": " the", + "start": 15.46, + "end": 15.56, + "confidence": 0.97900390625 + }, + { + "word": " Dark", + "start": 15.56, + "end": 15.72, + "confidence": 0.74609375 + }, + { + "word": " Elf,", + "start": 15.72, + "end": 16.14, + "confidence": 0.962646484375 + }, + { + "word": " one", + "start": 16.32, + "end": 16.46, + "confidence": 0.99169921875 + }, + { + "word": " of", + "start": 16.46, + "end": 16.52, + "confidence": 0.9970703125 + }, + { + "word": " his", + "start": 16.52, + "end": 16.66, + "confidence": 0.99267578125 + }, + { + "word": " people's", + "start": 16.66, + "end": 17.12, + "confidence": 0.939453125 + }, + { + "word": " most", + "start": 17.12, + "end": 17.38, + "confidence": 0.998046875 + }, + { + "word": " hated", + "start": 17.38, + "end": 17.58, + "confidence": 0.9384765625 + }, + { + "word": " enemies.", + "start": 17.58, + "end": 18.02, + "confidence": 0.99267578125 + }, + { + "word": " The", + "start": 18.6, + "end": 18.72, + "confidence": 0.9873046875 + }, + { + "word": " others", + "start": 18.72, + "end": 18.92, + "confidence": 0.5087890625 + }, + { + "word": " simply", + "start": 18.92, + "end": 19.3, + "confidence": 0.99560546875 + }, + { + "word": " sat", + "start": 19.3, + "end": 19.54, + "confidence": 0.9990234375 + }, + { + "word": " in", + "start": 19.54, + "end": 19.78, + "confidence": 0.9326171875 + }, + { + "word": " stunned", + "start": 19.78, + "end": 20.1, + "confidence": 0.9521484375 + }, + { + "word": " silence.", + "start": 20.1, + "end": 20.6, + "confidence": 0.96875 + }, + { + "word": " The", + "start": 21.5, + "end": 21.98, + "confidence": 0.94091796875 + }, + { + "word": " Dark", + "start": 21.98, + "end": 22.14, + "confidence": 0.96044921875 + }, + { + "word": " Elf", + "start": 22.14, + "end": 22.5, + "confidence": 0.99169921875 + }, + { + "word": " held", + "start": 22.5, + "end": 22.66, + "confidence": 0.99462890625 + }, + { + "word": " up", + "start": 22.66, + "end": 22.84, + "confidence": 0.99462890625 + }, + { + "word": " his", + "start": 22.84, + "end": 23, + "confidence": 0.99560546875 + }, + { + "word": " hands", + "start": 23, + "end": 23.24, + "confidence": 0.98779296875 + }, + { + "word": " in", + "start": 23.24, + "end": 23.42, + "confidence": 0.8798828125 + }, + { + "word": " a", + "start": 23.42, + "end": 23.5, + "confidence": 0.994140625 + }, + { + "word": " sign", + "start": 23.5, + "end": 23.68, + "confidence": 0.98291015625 + }, + { + "word": " of", + "start": 23.68, + "end": 23.84, + "confidence": 0.9970703125 + }, + { + "word": " peace", + "start": 23.84, + "end": 24.04, + "confidence": 0.998046875 + }, + { + "word": " and", + "start": 24.04, + "end": 24.24, + "confidence": 0.98486328125 + }, + { + "word": " submission,", + "start": 24.24, + "end": 24.7, + "confidence": 0.99560546875 + }, + { + "word": " while", + "start": 25.12, + "end": 25.22, + "confidence": 0.99365234375 + }, + { + "word": " his", + "start": 25.22, + "end": 25.4, + "confidence": 0.9921875 + }, + { + "word": " diminutive", + "start": 25.4, + "end": 25.84, + "confidence": 0.969482421875 + }, + { + "word": " companion", + "start": 25.84, + "end": 26.26, + "confidence": 0.50439453125 + }, + { + "word": " showed", + "start": 26.26, + "end": 26.62, + "confidence": 0.95703125 + }, + { + "word": " his", + "start": 26.62, + "end": 26.84, + "confidence": 0.98486328125 + }, + { + "word": " true", + "start": 26.84, + "end": 27.06, + "confidence": 0.99755859375 + }, + { + "word": " nature", + "start": 27.06, + "end": 27.3, + "confidence": 0.99462890625 + }, + { + "word": " to", + "start": 27.3, + "end": 27.52, + "confidence": 0.99560546875 + }, + { + "word": " the", + "start": 27.52, + "end": 27.64, + "confidence": 0.99267578125 + }, + { + "word": " gathered", + "start": 27.64, + "end": 27.88, + "confidence": 0.9521484375 + }, + { + "word": " company,", + "start": 27.88, + "end": 28.44, + "confidence": 0.9775390625 + }, + { + "word": " that", + "start": 28.76, + "end": 28.84, + "confidence": 0.97900390625 + }, + { + "word": " of", + "start": 28.84, + "end": 28.94, + "confidence": 0.99462890625 + }, + { + "word": " a", + "start": 28.94, + "end": 29, + "confidence": 0.98388671875 + }, + { + "word": " quickling", + "start": 29, + "end": 29.34, + "confidence": 0.69580078125 + }, + { + "word": " a", + "start": 29.34, + "end": 29.44, + "confidence": 0.09393310546875 + }, + { + "word": " bluish", + "start": 29.44, + "end": 29.76, + "confidence": 0.7607421875 + }, + { + "word": " skinned,", + "start": 29.76, + "end": 30.24, + "confidence": 0.770263671875 + }, + { + "word": " cream", + "start": 30.5, + "end": 30.64, + "confidence": 0.87890625 + }, + { + "word": "-haired", + "start": 30.64, + "end": 30.94, + "confidence": 0.87841796875 + }, + { + "word": " sprite", + "start": 30.94, + "end": 31.22, + "confidence": 0.89306640625 + }, + { + "word": " with", + "start": 31.22, + "end": 31.42, + "confidence": 0.97705078125 + }, + { + "word": " the", + "start": 31.42, + "end": 31.52, + "confidence": 0.75439453125 + }, + { + "word": " capacity", + "start": 31.52, + "end": 31.96, + "confidence": 0.99267578125 + }, + { + "word": " to", + "start": 31.96, + "end": 32.16, + "confidence": 0.99560546875 + }, + { + "word": " both", + "start": 32.16, + "end": 32.32, + "confidence": 0.99560546875 + }, + { + "word": " speak", + "start": 32.32, + "end": 32.62, + "confidence": 0.99658203125 + }, + { + "word": " and", + "start": 32.62, + "end": 32.82, + "confidence": 0.98388671875 + }, + { + "word": " move", + "start": 32.82, + "end": 33.04, + "confidence": 0.9921875 + }, + { + "word": " at", + "start": 33.04, + "end": 33.18, + "confidence": 0.994140625 + }, + { + "word": " tremendous", + "start": 33.18, + "end": 33.54, + "confidence": 0.9921875 + }, + { + "word": " speeds.", + "start": 33.54, + "end": 34.02, + "confidence": 0.98681640625 + }, + { + "word": " By", + "start": 34.84, + "end": 34.98, + "confidence": 0.9921875 + }, + { + "word": " reputation,", + "start": 34.98, + "end": 35.42, + "confidence": 0.8857421875 + }, + { + "word": " both", + "start": 35.8, + "end": 35.9, + "confidence": 0.99853515625 + }, + { + "word": " of", + "start": 35.9, + "end": 36.04, + "confidence": 0.994140625 + }, + { + "word": " these", + "start": 36.04, + "end": 36.22, + "confidence": 0.99658203125 + }, + { + "word": " creatures", + "start": 36.22, + "end": 36.54, + "confidence": 0.99560546875 + }, + { + "word": " were", + "start": 36.54, + "end": 36.76, + "confidence": 0.99560546875 + }, + { + "word": " considered", + "start": 36.76, + "end": 37.16, + "confidence": 0.9951171875 + }, + { + "word": " among", + "start": 37.16, + "end": 37.44, + "confidence": 0.9638671875 + }, + { + "word": " the", + "start": 37.44, + "end": 37.6, + "confidence": 0.9970703125 + }, + { + "word": " most", + "start": 37.6, + "end": 37.82, + "confidence": 0.99755859375 + }, + { + "word": " malevolent", + "start": 37.82, + "end": 38.34, + "confidence": 0.98779296875 + }, + { + "word": " offspring", + "start": 38.34, + "end": 38.68, + "confidence": 0.96435546875 + }, + { + "word": " of", + "start": 38.68, + "end": 38.88, + "confidence": 0.99658203125 + }, + { + "word": " their", + "start": 38.88, + "end": 39, + "confidence": 0.9951171875 + }, + { + "word": " cousins,", + "start": 39, + "end": 39.36, + "confidence": 0.97607421875 + }, + { + "word": " the", + "start": 39.74, + "end": 39.8, + "confidence": 0.990234375 + }, + { + "word": " goodly", + "start": 39.8, + "end": 40.06, + "confidence": 0.78173828125 + }, + { + "word": " surface", + "start": 40.06, + "end": 40.4, + "confidence": 0.9326171875 + }, + { + "word": " elves,", + "start": 40.4, + "end": 40.76, + "confidence": 0.9609375 + }, + { + "word": " and", + "start": 41.04, + "end": 41.08, + "confidence": 0.9951171875 + }, + { + "word": " the", + "start": 41.08, + "end": 41.18, + "confidence": 0.98974609375 + }, + { + "word": " kind", + "start": 41.18, + "end": 41.46, + "confidence": 0.98681640625 + }, + { + "word": " though", + "start": 41.46, + "end": 41.7, + "confidence": 0.6259765625 + }, + { + "word": " mischievous", + "start": 41.7, + "end": 42.1, + "confidence": 0.9913736979166666 + }, + { + "word": " brownies", + "start": 42.1, + "end": 42.62, + "confidence": 0.9638671875 + }, + { + "word": " of", + "start": 42.62, + "end": 42.7, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 42.7, + "end": 42.82, + "confidence": 0.99755859375 + }, + { + "word": " Fey", + "start": 42.82, + "end": 43, + "confidence": 0.39306640625 + }, + { + "word": " World.", + "start": 43, + "end": 43.42, + "confidence": 0.421875 + }, + { + "word": " Barris", + "start": 44.44, + "end": 44.82, + "confidence": 0.41473388671875 + }, + { + "word": " slowly", + "start": 44.82, + "end": 45, + "confidence": 0.2105712890625 + }, + { + "word": " said,", + "start": 45, + "end": 45.36, + "confidence": 0.9990234375 + }, + { + "word": " we", + "start": 45.6, + "end": 45.6, + "confidence": 0.09100341796875 + }, + { + "word": " mean", + "start": 45.6, + "end": 45.8, + "confidence": 0.9892578125 + }, + { + "word": " you", + "start": 45.8, + "end": 45.92, + "confidence": 0.95947265625 + }, + { + "word": " know", + "start": 45.92, + "end": 46.06, + "confidence": 0.9306640625 + }, + { + "word": " harm,", + "start": 46.06, + "end": 46.44, + "confidence": 0.97216796875 + }, + { + "word": " and", + "start": 46.66, + "end": 46.72, + "confidence": 0.99365234375 + }, + { + "word": " only", + "start": 46.72, + "end": 46.98, + "confidence": 0.99755859375 + }, + { + "word": " seek", + "start": 46.98, + "end": 47.22, + "confidence": 0.98681640625 + }, + { + "word": " a", + "start": 47.22, + "end": 47.36, + "confidence": 0.99072265625 + }, + { + "word": " place", + "start": 47.36, + "end": 47.58, + "confidence": 0.99951171875 + }, + { + "word": " we", + "start": 47.58, + "end": 47.8, + "confidence": 0.99462890625 + }, + { + "word": " can", + "start": 47.8, + "end": 47.94, + "confidence": 0.9912109375 + }, + { + "word": " live", + "start": 47.94, + "end": 48.12, + "confidence": 0.9970703125 + }, + { + "word": " in", + "start": 48.12, + "end": 48.26, + "confidence": 0.998046875 + }, + { + "word": " peace,", + "start": 48.26, + "end": 48.58, + "confidence": 0.994140625 + }, + { + "word": " and", + "start": 48.96, + "end": 49.02, + "confidence": 0.99658203125 + }, + { + "word": " be", + "start": 49.02, + "end": 49.16, + "confidence": 0.99560546875 + }, + { + "word": " accepted", + "start": 49.16, + "end": 49.58, + "confidence": 0.99267578125 + }, + { + "word": " for", + "start": 49.58, + "end": 49.8, + "confidence": 0.99609375 + }, + { + "word": " who", + "start": 49.8, + "end": 49.96, + "confidence": 0.994140625 + }, + { + "word": " we", + "start": 49.96, + "end": 50.14, + "confidence": 0.99853515625 + }, + { + "word": " are,", + "start": 50.14, + "end": 50.42, + "confidence": 0.99755859375 + }, + { + "word": " and", + "start": 50.7, + "end": 50.76, + "confidence": 0.9921875 + }, + { + "word": " not", + "start": 50.76, + "end": 50.94, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 50.94, + "end": 51.1, + "confidence": 0.99560546875 + }, + { + "word": " color", + "start": 51.1, + "end": 51.34, + "confidence": 0.931640625 + }, + { + "word": " of", + "start": 51.34, + "end": 51.5, + "confidence": 0.9951171875 + }, + { + "word": " our", + "start": 51.5, + "end": 51.58, + "confidence": 0.9970703125 + }, + { + "word": " skin,", + "start": 51.58, + "end": 51.9, + "confidence": 0.99853515625 + }, + { + "word": " or", + "start": 52.18, + "end": 52.26, + "confidence": 0.99560546875 + }, + { + "word": " the", + "start": 52.26, + "end": 52.36, + "confidence": 0.978515625 + }, + { + "word": " reputation", + "start": 52.36, + "end": 52.8, + "confidence": 0.9912109375 + }, + { + "word": " of", + "start": 52.8, + "end": 53.2, + "confidence": 0.98974609375 + }, + { + "word": " our", + "start": 53.2, + "end": 53.3, + "confidence": 0.9951171875 + }, + { + "word": " individual", + "start": 53.3, + "end": 53.72, + "confidence": 0.9990234375 + }, + { + "word": " heritages.", + "start": 53.72, + "end": 54.32, + "confidence": 0.7589518229166666 + }, + { + "word": " Those", + "start": 55.34, + "end": 55.74, + "confidence": 0.362548828125 + }, + { + "word": " are", + "start": 55.74, + "end": 55.96, + "confidence": 0.99072265625 + }, + { + "word": " sugary", + "start": 55.96, + "end": 56.34, + "confidence": 0.9853515625 + }, + { + "word": " words,", + "start": 56.34, + "end": 56.72, + "confidence": 0.98779296875 + }, + { + "word": " foul", + "start": 56.9, + "end": 57.04, + "confidence": 0.6513671875 + }, + { + "word": " Dark", + "start": 57.04, + "end": 57.3, + "confidence": 0.1424560546875 + }, + { + "word": " Elf,", + "start": 57.3, + "end": 57.74, + "confidence": 0.922119140625 + }, + { + "word": " spat", + "start": 57.94, + "end": 58.14, + "confidence": 0.7685546875 + }, + { + "word": " air", + "start": 58.14, + "end": 58.4, + "confidence": 0.261474609375 + }, + { + "word": "-gassed.", + "start": 58.4, + "end": 58.8, + "confidence": 0.4239501953125 + }, + { + "word": " You", + "start": 59.26, + "end": 59.36, + "confidence": 0.95849609375 + }, + { + "word": " are", + "start": 59.36, + "end": 59.44, + "confidence": 0.9931640625 + }, + { + "word": " more", + "start": 59.44, + "end": 59.6, + "confidence": 0.99658203125 + }, + { + "word": " likely", + "start": 59.6, + "end": 59.94, + "confidence": 0.99365234375 + }, + { + "word": " in", + "start": 59.94, + "end": 60.14, + "confidence": 0.3896484375 + }, + { + "word": " advance", + "start": 60.14, + "end": 60.46, + "confidence": 0.90673828125 + }, + { + "word": " scouts", + "start": 60.46, + "end": 60.94, + "confidence": 0.7841796875 + }, + { + "word": " than", + "start": 60.94, + "end": 61.1, + "confidence": 0.8369140625 + }, + { + "word": " to", + "start": 61.1, + "end": 61.26, + "confidence": 0.84033203125 + }, + { + "word": " put", + "start": 61.26, + "end": 61.36, + "confidence": 0.958984375 + }, + { + "word": " us", + "start": 61.36, + "end": 61.52, + "confidence": 0.98583984375 + }, + { + "word": " off", + "start": 61.52, + "end": 61.68, + "confidence": 0.97021484375 + }, + { + "word": " our", + "start": 61.68, + "end": 61.8, + "confidence": 0.96826171875 + }, + { + "word": " guard", + "start": 61.8, + "end": 62.02, + "confidence": 0.91748046875 + }, + { + "word": " so", + "start": 62.02, + "end": 62.3, + "confidence": 0.75048828125 + }, + { + "word": " that", + "start": 62.3, + "end": 62.44, + "confidence": 0.84423828125 + }, + { + "word": " your", + "start": 62.44, + "end": 62.56, + "confidence": 0.986328125 + }, + { + "word": " kin", + "start": 62.56, + "end": 62.82, + "confidence": 0.8818359375 + }, + { + "word": " can", + "start": 62.82, + "end": 63.02, + "confidence": 0.98681640625 + }, + { + "word": " catch", + "start": 63.02, + "end": 63.26, + "confidence": 0.97998046875 + }, + { + "word": " us", + "start": 63.26, + "end": 63.48, + "confidence": 0.998046875 + }, + { + "word": " unawares.", + "start": 63.48, + "end": 63.88, + "confidence": 0.85498046875 + }, + { + "word": " While", + "start": 65.14, + "end": 65.34, + "confidence": 0.93505859375 + }, + { + "word": " the", + "start": 65.34, + "end": 65.46, + "confidence": 0.986328125 + }, + { + "word": " others", + "start": 65.46, + "end": 65.64, + "confidence": 0.9931640625 + }, + { + "word": " quietly", + "start": 65.64, + "end": 66.02, + "confidence": 0.9697265625 + }, + { + "word": " muttered", + "start": 66.02, + "end": 66.44, + "confidence": 0.911376953125 + }, + { + "word": " to", + "start": 66.44, + "end": 66.58, + "confidence": 0.99365234375 + }, + { + "word": " themselves,", + "start": 66.58, + "end": 66.92, + "confidence": 0.9931640625 + }, + { + "word": " odory", + "start": 67.3, + "end": 67.54, + "confidence": 0.27435302734375 + }, + { + "word": " and", + "start": 67.54, + "end": 67.7, + "confidence": 0.9248046875 + }, + { + "word": " grasped", + "start": 67.7, + "end": 68.08, + "confidence": 0.986083984375 + }, + { + "word": " air", + "start": 68.08, + "end": 68.26, + "confidence": 0.9697265625 + }, + { + "word": "-gassed", + "start": 68.26, + "end": 68.6, + "confidence": 0.9734700520833334 + }, + { + "word": " by", + "start": 68.6, + "end": 68.74, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 68.74, + "end": 68.88, + "confidence": 0.9951171875 + }, + { + "word": " arm,", + "start": 68.88, + "end": 69.08, + "confidence": 0.970703125 + }, + { + "word": " holding", + "start": 69.26, + "end": 69.44, + "confidence": 0.99462890625 + }, + { + "word": " him", + "start": 69.44, + "end": 69.62, + "confidence": 0.99267578125 + }, + { + "word": " back.", + "start": 69.62, + "end": 69.84, + "confidence": 0.99853515625 + }, + { + "word": " I", + "start": 70.46, + "end": 70.6, + "confidence": 0.779296875 + }, + { + "word": " sense", + "start": 70.6, + "end": 70.8, + "confidence": 0.87109375 + }, + { + "word": " no", + "start": 70.8, + "end": 71.08, + "confidence": 0.99365234375 + }, + { + "word": " evil", + "start": 71.08, + "end": 71.34, + "confidence": 0.99755859375 + }, + { + "word": " at", + "start": 71.34, + "end": 71.48, + "confidence": 0.998046875 + }, + { + "word": " all", + "start": 71.48, + "end": 71.62, + "confidence": 0.9990234375 + }, + { + "word": " in", + "start": 71.62, + "end": 71.74, + "confidence": 0.9677734375 + }, + { + "word": " these", + "start": 71.74, + "end": 71.86, + "confidence": 0.9853515625 + }, + { + "word": " two,", + "start": 71.86, + "end": 72.1, + "confidence": 0.93359375 + }, + { + "word": " my", + "start": 72.22, + "end": 72.3, + "confidence": 0.9970703125 + }, + { + "word": " old", + "start": 72.3, + "end": 72.42, + "confidence": 0.9921875 + }, + { + "word": " friend,", + "start": 72.42, + "end": 72.74, + "confidence": 0.9951171875 + }, + { + "word": " let", + "start": 73.12, + "end": 73.2, + "confidence": 0.8984375 + }, + { + "word": " them", + "start": 73.2, + "end": 73.34, + "confidence": 0.99365234375 + }, + { + "word": " speak,", + "start": 73.34, + "end": 73.62, + "confidence": 0.9990234375 + }, + { + "word": " and", + "start": 73.84, + "end": 73.86, + "confidence": 0.99072265625 + }, + { + "word": " we", + "start": 73.86, + "end": 73.98, + "confidence": 0.9921875 + }, + { + "word": " shall", + "start": 73.98, + "end": 74.12, + "confidence": 0.99755859375 + }, + { + "word": " judge", + "start": 74.12, + "end": 74.36, + "confidence": 0.9931640625 + }, + { + "word": " them", + "start": 74.36, + "end": 74.6, + "confidence": 0.99169921875 + }, + { + "word": " on", + "start": 74.6, + "end": 74.72, + "confidence": 0.9853515625 + }, + { + "word": " their", + "start": 74.72, + "end": 74.86, + "confidence": 0.9970703125 + }, + { + "word": " own", + "start": 74.86, + "end": 75.06, + "confidence": 0.99658203125 + }, + { + "word": " merits,", + "start": 75.06, + "end": 75.34, + "confidence": 0.9873046875 + }, + { + "word": " not", + "start": 75.6, + "end": 75.68, + "confidence": 0.99072265625 + }, + { + "word": " the", + "start": 75.68, + "end": 75.82, + "confidence": 0.97998046875 + }, + { + "word": " reputation", + "start": 75.82, + "end": 76.22, + "confidence": 0.94970703125 + }, + { + "word": " of", + "start": 76.22, + "end": 76.52, + "confidence": 0.9970703125 + }, + { + "word": " their", + "start": 76.52, + "end": 76.62, + "confidence": 0.99462890625 + }, + { + "word": " people.", + "start": 76.62, + "end": 76.96, + "confidence": 0.9951171875 + }, + { + "word": " You", + "start": 77.38, + "end": 77.5, + "confidence": 0.97705078125 + }, + { + "word": " once", + "start": 77.5, + "end": 77.62, + "confidence": 0.998046875 + }, + { + "word": " told", + "start": 77.62, + "end": 77.86, + "confidence": 0.9990234375 + }, + { + "word": " me", + "start": 77.86, + "end": 78.06, + "confidence": 0.99658203125 + }, + { + "word": " that", + "start": 78.06, + "end": 78.2, + "confidence": 0.97509765625 + }, + { + "word": " on", + "start": 78.2, + "end": 78.32, + "confidence": 0.80224609375 + }, + { + "word": " occasion,", + "start": 78.32, + "end": 78.78, + "confidence": 0.98974609375 + }, + { + "word": " Dark", + "start": 79.08, + "end": 79.2, + "confidence": 0.86865234375 + }, + { + "word": " Elves", + "start": 79.2, + "end": 79.62, + "confidence": 0.6820068359375 + }, + { + "word": " will", + "start": 79.62, + "end": 79.74, + "confidence": 0.98876953125 + }, + { + "word": " seek", + "start": 79.74, + "end": 79.92, + "confidence": 0.99560546875 + }, + { + "word": " to", + "start": 79.92, + "end": 80.1, + "confidence": 0.9833984375 + }, + { + "word": " return", + "start": 80.1, + "end": 80.36, + "confidence": 0.99560546875 + }, + { + "word": " again", + "start": 80.36, + "end": 80.62, + "confidence": 0.96142578125 + }, + { + "word": " to", + "start": 80.62, + "end": 80.82, + "confidence": 0.9892578125 + }, + { + "word": " the", + "start": 80.82, + "end": 80.92, + "confidence": 0.99169921875 + }, + { + "word": " light,", + "start": 80.92, + "end": 81.14, + "confidence": 0.81103515625 + }, + { + "word": " perhaps", + "start": 81.46, + "end": 81.68, + "confidence": 0.99365234375 + }, + { + "word": " he", + "start": 81.68, + "end": 81.9, + "confidence": 0.99365234375 + }, + { + "word": " is", + "start": 81.9, + "end": 82, + "confidence": 0.9873046875 + }, + { + "word": " one", + "start": 82, + "end": 82.16, + "confidence": 0.99609375 + }, + { + "word": " of", + "start": 82.16, + "end": 82.24, + "confidence": 0.99658203125 + }, + { + "word": " these", + "start": 82.24, + "end": 82.4, + "confidence": 0.935546875 + }, + { + "word": " you", + "start": 82.4, + "end": 82.56, + "confidence": 0.97998046875 + }, + { + "word": " spoke", + "start": 82.56, + "end": 82.8, + "confidence": 0.99072265625 + }, + { + "word": " of.", + "start": 82.8, + "end": 83.06, + "confidence": 0.998046875 + }, + { + "word": " Yes,", + "start": 83.98, + "end": 84.42, + "confidence": 0.322265625 + }, + { + "word": " let", + "start": 84.6, + "end": 84.68, + "confidence": 0.99267578125 + }, + { + "word": " them", + "start": 84.68, + "end": 84.84, + "confidence": 0.99609375 + }, + { + "word": " speak,", + "start": 84.84, + "end": 85.12, + "confidence": 0.99755859375 + }, + { + "word": " insisted", + "start": 85.38, + "end": 85.66, + "confidence": 0.89892578125 + }, + { + "word": " woo,", + "start": 85.66, + "end": 85.94, + "confidence": 0.2685546875 + }, + { + "word": " they", + "start": 86.34, + "end": 86.5, + "confidence": 0.70654296875 + }, + { + "word": " have", + "start": 86.5, + "end": 86.58, + "confidence": 0.9794921875 + }, + { + "word": " come", + "start": 86.58, + "end": 86.76, + "confidence": 0.998046875 + }, + { + "word": " to", + "start": 86.76, + "end": 86.94, + "confidence": 0.9912109375 + }, + { + "word": " me", + "start": 86.94, + "end": 87.04, + "confidence": 0.994140625 + }, + { + "word": " in", + "start": 87.04, + "end": 87.12, + "confidence": 0.9853515625 + }, + { + "word": " search", + "start": 87.12, + "end": 87.3, + "confidence": 0.99365234375 + }, + { + "word": " of", + "start": 87.3, + "end": 87.56, + "confidence": 0.99658203125 + }, + { + "word": " sanctuary,", + "start": 87.56, + "end": 88, + "confidence": 0.81787109375 + }, + { + "word": " and", + "start": 88, + "end": 88.42, + "confidence": 0.9736328125 + }, + { + "word": " I", + "start": 88.42, + "end": 88.52, + "confidence": 0.99169921875 + }, + { + "word": " shall", + "start": 88.52, + "end": 88.66, + "confidence": 0.99755859375 + }, + { + "word": " hear", + "start": 88.66, + "end": 88.84, + "confidence": 0.951171875 + }, + { + "word": " them", + "start": 88.84, + "end": 89.04, + "confidence": 0.994140625 + }, + { + "word": " out,", + "start": 89.04, + "end": 89.24, + "confidence": 0.99609375 + }, + { + "word": " so", + "start": 89.4, + "end": 89.64, + "confidence": 0.97314453125 + }, + { + "word": " put", + "start": 89.64, + "end": 90.04, + "confidence": 0.88720703125 + }, + { + "word": " away", + "start": 90.04, + "end": 90.24, + "confidence": 0.9931640625 + }, + { + "word": " your", + "start": 90.24, + "end": 90.42, + "confidence": 0.99365234375 + }, + { + "word": " prejudices", + "start": 90.42, + "end": 90.96, + "confidence": 0.995849609375 + }, + { + "word": " and", + "start": 90.96, + "end": 91.22, + "confidence": 0.8955078125 + }, + { + "word": " your", + "start": 91.22, + "end": 91.34, + "confidence": 0.97216796875 + }, + { + "word": " weapons", + "start": 91.34, + "end": 91.58, + "confidence": 0.99267578125 + }, + { + "word": " for", + "start": 91.58, + "end": 91.82, + "confidence": 0.99267578125 + }, + { + "word": " the", + "start": 91.82, + "end": 91.94, + "confidence": 0.9912109375 + }, + { + "word": " moment", + "start": 91.94, + "end": 92.18, + "confidence": 0.998046875 + }, + { + "word": " and", + "start": 92.18, + "end": 92.42, + "confidence": 0.7265625 + }, + { + "word": " allow", + "start": 92.42, + "end": 92.66, + "confidence": 0.99658203125 + }, + { + "word": " them", + "start": 92.66, + "end": 92.9, + "confidence": 0.99365234375 + }, + { + "word": " to", + "start": 92.9, + "end": 93.02, + "confidence": 0.9951171875 + }, + { + "word": " make", + "start": 93.02, + "end": 93.18, + "confidence": 0.99609375 + }, + { + "word": " their", + "start": 93.18, + "end": 93.36, + "confidence": 0.9931640625 + }, + { + "word": " case.", + "start": 93.36, + "end": 93.62, + "confidence": 0.99267578125 + }, + { + "word": " I", + "start": 94.9, + "end": 95.06, + "confidence": 0.165771484375 + }, + { + "word": " for", + "start": 95.06, + "end": 95.2, + "confidence": 0.701171875 + }, + { + "word": " one", + "start": 95.2, + "end": 95.36, + "confidence": 0.96484375 + }, + { + "word": " would", + "start": 95.36, + "end": 95.48, + "confidence": 0.990234375 + }, + { + "word": " like", + "start": 95.48, + "end": 95.6, + "confidence": 0.9970703125 + }, + { + "word": " to", + "start": 95.6, + "end": 95.76, + "confidence": 0.99755859375 + }, + { + "word": " hear", + "start": 95.76, + "end": 95.92, + "confidence": 0.98779296875 + }, + { + "word": " their", + "start": 95.92, + "end": 96.12, + "confidence": 0.982421875 + }, + { + "word": " tale,", + "start": 96.12, + "end": 96.48, + "confidence": 0.84716796875 + }, + { + "word": " said", + "start": 96.88, + "end": 97.02, + "confidence": 0.982421875 + }, + { + "word": " Jalen,", + "start": 97.02, + "end": 97.4, + "confidence": 0.744140625 + }, + { + "word": " always", + "start": 97.86, + "end": 98.08, + "confidence": 0.798828125 + }, + { + "word": " one", + "start": 98.08, + "end": 98.32, + "confidence": 0.71435546875 + }, + { + "word": " to", + "start": 98.32, + "end": 98.48, + "confidence": 0.99267578125 + }, + { + "word": " make", + "start": 98.48, + "end": 98.62, + "confidence": 0.99755859375 + }, + { + "word": " decisions", + "start": 98.62, + "end": 99.08, + "confidence": 0.99365234375 + }, + { + "word": " from", + "start": 99.08, + "end": 99.38, + "confidence": 0.9833984375 + }, + { + "word": " first", + "start": 99.38, + "end": 99.68, + "confidence": 0.77978515625 + }, + { + "word": " hand", + "start": 99.68, + "end": 99.98, + "confidence": 0.69970703125 + }, + { + "word": " information", + "start": 99.98, + "end": 100.46, + "confidence": 0.9921875 + }, + { + "word": " instead", + "start": 100.46, + "end": 101.02, + "confidence": 0.72412109375 + }, + { + "word": " of", + "start": 101.02, + "end": 101.18, + "confidence": 0.99755859375 + }, + { + "word": " second", + "start": 101.18, + "end": 101.44, + "confidence": 0.99609375 + }, + { + "word": " hand", + "start": 101.44, + "end": 101.68, + "confidence": 0.650390625 + }, + { + "word": " knowledge", + "start": 101.68, + "end": 102.1, + "confidence": 0.99462890625 + }, + { + "word": " or", + "start": 102.1, + "end": 102.38, + "confidence": 0.71826171875 + }, + { + "word": " hearsay.", + "start": 102.38, + "end": 102.9, + "confidence": 0.91552734375 + }, + { + "word": " After", + "start": 103.78, + "end": 104.22, + "confidence": 0.9912109375 + }, + { + "word": " a", + "start": 104.22, + "end": 104.32, + "confidence": 0.99609375 + }, + { + "word": " moment", + "start": 104.32, + "end": 104.54, + "confidence": 0.998046875 + }, + { + "word": " air", + "start": 104.54, + "end": 104.76, + "confidence": 0.0288543701171875 + }, + { + "word": "-gassed", + "start": 104.76, + "end": 105.06, + "confidence": 0.4698079427083333 + }, + { + "word": " and", + "start": 105.06, + "end": 105.22, + "confidence": 0.88427734375 + }, + { + "word": " ferric", + "start": 105.22, + "end": 105.5, + "confidence": 0.852294921875 + }, + { + "word": " relaxed,", + "start": 105.5, + "end": 106.16, + "confidence": 0.98388671875 + }, + { + "word": " though", + "start": 106.34, + "end": 106.42, + "confidence": 0.99169921875 + }, + { + "word": " the", + "start": 106.42, + "end": 106.6, + "confidence": 0.98486328125 + }, + { + "word": " Elf", + "start": 106.6, + "end": 106.82, + "confidence": 0.4321136474609375 + }, + { + "word": " did", + "start": 106.82, + "end": 106.94, + "confidence": 0.9921875 + }, + { + "word": " not", + "start": 106.94, + "end": 107.1, + "confidence": 0.9990234375 + }, + { + "word": " sheath", + "start": 107.1, + "end": 107.48, + "confidence": 0.9345703125 + }, + { + "word": " his", + "start": 107.48, + "end": 107.6, + "confidence": 0.994140625 + }, + { + "word": " weapon,", + "start": 107.6, + "end": 107.92, + "confidence": 0.994140625 + }, + { + "word": " and", + "start": 107.92, + "end": 108.34, + "confidence": 0.74462890625 + }, + { + "word": " instead", + "start": 108.34, + "end": 108.68, + "confidence": 0.98583984375 + }, + { + "word": " stood", + "start": 108.68, + "end": 109.02, + "confidence": 0.99609375 + }, + { + "word": " with", + "start": 109.02, + "end": 109.2, + "confidence": 0.9970703125 + }, + { + "word": " his", + "start": 109.2, + "end": 109.36, + "confidence": 0.99365234375 + }, + { + "word": " arms", + "start": 109.36, + "end": 109.64, + "confidence": 0.90673828125 + }, + { + "word": " crossed", + "start": 109.64, + "end": 109.98, + "confidence": 0.99267578125 + }, + { + "word": " with", + "start": 109.98, + "end": 110.36, + "confidence": 0.82861328125 + }, + { + "word": " his", + "start": 110.36, + "end": 110.54, + "confidence": 0.99609375 + }, + { + "word": " knife", + "start": 110.54, + "end": 110.74, + "confidence": 0.986328125 + }, + { + "word": " in", + "start": 110.74, + "end": 110.96, + "confidence": 0.99072265625 + }, + { + "word": " hand,", + "start": 110.96, + "end": 111.4, + "confidence": 0.998046875 + }, + { + "word": " ready", + "start": 111.72, + "end": 111.84, + "confidence": 0.99658203125 + }, + { + "word": " to", + "start": 111.84, + "end": 112, + "confidence": 0.9990234375 + }, + { + "word": " defend", + "start": 112, + "end": 112.26, + "confidence": 0.99755859375 + }, + { + "word": " his", + "start": 112.26, + "end": 112.5, + "confidence": 0.9921875 + }, + { + "word": " friends.", + "start": 112.5, + "end": 112.9, + "confidence": 0.97607421875 + }, + { + "word": " Very", + "start": 114.06, + "end": 114.32, + "confidence": 0.395263671875 + }, + { + "word": " well", + "start": 114.32, + "end": 114.7, + "confidence": 0.98974609375 + }, + { + "word": " growled", + "start": 114.7, + "end": 115.16, + "confidence": 0.4335174560546875 + }, + { + "word": " ferric,", + "start": 115.16, + "end": 115.5, + "confidence": 0.40826416015625 + }, + { + "word": " I", + "start": 115.76, + "end": 115.82, + "confidence": 0.86865234375 + }, + { + "word": " will", + "start": 115.82, + "end": 115.92, + "confidence": 0.9873046875 + }, + { + "word": " submit", + "start": 115.92, + "end": 116.22, + "confidence": 0.994140625 + }, + { + "word": " to", + "start": 116.22, + "end": 116.4, + "confidence": 0.98681640625 + }, + { + "word": " your", + "start": 116.4, + "end": 116.48, + "confidence": 0.96630859375 + }, + { + "word": " better", + "start": 116.48, + "end": 116.7, + "confidence": 0.98095703125 + }, + { + "word": " judgment", + "start": 116.7, + "end": 117.14, + "confidence": 0.62451171875 + }, + { + "word": " Master", + "start": 117.14, + "end": 117.66, + "confidence": 0.2374267578125 + }, + { + "word": " Wu", + "start": 117.66, + "end": 117.9, + "confidence": 0.87255859375 + }, + { + "word": " for", + "start": 117.9, + "end": 118.18, + "confidence": 0.92578125 + }, + { + "word": " now", + "start": 118.18, + "end": 118.34, + "confidence": 0.99609375 + }, + { + "word": " at", + "start": 118.34, + "end": 118.5, + "confidence": 0.95458984375 + }, + { + "word": " least.", + "start": 118.5, + "end": 118.68, + "confidence": 0.9951171875 + }, + { + "word": " He", + "start": 119.2, + "end": 119.28, + "confidence": 0.98876953125 + }, + { + "word": " then", + "start": 119.28, + "end": 119.46, + "confidence": 0.9921875 + }, + { + "word": " glared", + "start": 119.46, + "end": 119.78, + "confidence": 0.887451171875 + }, + { + "word": " at", + "start": 119.78, + "end": 119.9, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 119.9, + "end": 120, + "confidence": 0.994140625 + }, + { + "word": " two", + "start": 120, + "end": 120.16, + "confidence": 0.98779296875 + }, + { + "word": " strangers,", + "start": 120.16, + "end": 120.58, + "confidence": 0.98486328125 + }, + { + "word": " but", + "start": 121.04, + "end": 121.12, + "confidence": 0.97119140625 + }, + { + "word": " know", + "start": 121.12, + "end": 121.3, + "confidence": 0.95263671875 + }, + { + "word": " this", + "start": 121.3, + "end": 121.56, + "confidence": 0.99658203125 + }, + { + "word": " if", + "start": 121.56, + "end": 121.82, + "confidence": 0.7236328125 + }, + { + "word": " either", + "start": 121.82, + "end": 122.06, + "confidence": 0.9921875 + }, + { + "word": " of", + "start": 122.06, + "end": 122.2, + "confidence": 0.99365234375 + }, + { + "word": " you", + "start": 122.2, + "end": 122.28, + "confidence": 0.99755859375 + }, + { + "word": " try", + "start": 122.28, + "end": 122.48, + "confidence": 0.99658203125 + }, + { + "word": " anything,", + "start": 122.48, + "end": 122.92, + "confidence": 0.99658203125 + }, + { + "word": " neither", + "start": 123.22, + "end": 123.34, + "confidence": 0.95556640625 + }, + { + "word": " of", + "start": 123.34, + "end": 123.54, + "confidence": 0.986328125 + }, + { + "word": " you", + "start": 123.54, + "end": 123.62, + "confidence": 0.99853515625 + }, + { + "word": " will", + "start": 123.62, + "end": 123.76, + "confidence": 0.98974609375 + }, + { + "word": " leave", + "start": 123.76, + "end": 123.96, + "confidence": 0.99609375 + }, + { + "word": " this", + "start": 123.96, + "end": 124.26, + "confidence": 0.99658203125 + }, + { + "word": " room", + "start": 124.26, + "end": 124.44, + "confidence": 0.99853515625 + }, + { + "word": " alive.", + "start": 124.44, + "end": 124.82, + "confidence": 0.99755859375 + }, + { + "word": " The", + "start": 125.88, + "end": 126.1, + "confidence": 0.986328125 + }, + { + "word": " quickling", + "start": 126.1, + "end": 126.44, + "confidence": 0.5272216796875 + }, + { + "word": " turns", + "start": 126.44, + "end": 126.66, + "confidence": 0.426513671875 + }, + { + "word": " spoke", + "start": 126.66, + "end": 127.08, + "confidence": 0.98095703125 + }, + { + "word": " something", + "start": 127.08, + "end": 127.46, + "confidence": 0.9970703125 + }, + { + "word": " unintelligible", + "start": 127.46, + "end": 128.04, + "confidence": 0.908203125 + }, + { + "word": " to", + "start": 128.04, + "end": 128.38, + "confidence": 0.99853515625 + }, + { + "word": " his", + "start": 128.38, + "end": 128.5, + "confidence": 0.99365234375 + }, + { + "word": " companion", + "start": 128.5, + "end": 129.02, + "confidence": 0.9921875 + }, + { + "word": " and", + "start": 129.02, + "end": 129.38, + "confidence": 0.86962890625 + }, + { + "word": " smiled,", + "start": 129.38, + "end": 129.76, + "confidence": 0.9931640625 + }, + { + "word": " the", + "start": 130.32, + "end": 130.46, + "confidence": 0.97802734375 + }, + { + "word": " Dark", + "start": 130.46, + "end": 130.64, + "confidence": 0.02838134765625 + }, + { + "word": " Elf", + "start": 130.64, + "end": 130.98, + "confidence": 0.931396484375 + }, + { + "word": " instantly", + "start": 130.98, + "end": 131.42, + "confidence": 0.9892578125 + }, + { + "word": " scowled", + "start": 131.42, + "end": 131.94, + "confidence": 0.721923828125 + }, + { + "word": " at", + "start": 131.94, + "end": 132.02, + "confidence": 0.99951171875 + }, + { + "word": " him", + "start": 132.02, + "end": 132.2, + "confidence": 0.9990234375 + }, + { + "word": " and", + "start": 132.2, + "end": 132.5, + "confidence": 0.6328125 + }, + { + "word": " the", + "start": 132.5, + "end": 132.64, + "confidence": 0.9921875 + }, + { + "word": " tiny", + "start": 132.64, + "end": 132.88, + "confidence": 0.98828125 + }, + { + "word": " creatures", + "start": 132.88, + "end": 133.2, + "confidence": 0.54296875 + }, + { + "word": " smile", + "start": 133.2, + "end": 133.64, + "confidence": 0.8955078125 + }, + { + "word": " vanished.", + "start": 133.64, + "end": 134.12, + "confidence": 0.9326171875 + }, + { + "word": " What", + "start": 134.94, + "end": 135.46, + "confidence": 0.2919921875 + }, + { + "word": " did", + "start": 135.46, + "end": 135.62, + "confidence": 0.99267578125 + }, + { + "word": " he", + "start": 135.62, + "end": 135.74, + "confidence": 0.98095703125 + }, + { + "word": " say,", + "start": 135.74, + "end": 136.06, + "confidence": 0.9990234375 + }, + { + "word": " demanded", + "start": 136.34, + "end": 136.72, + "confidence": 0.9736328125 + }, + { + "word": " ferric?", + "start": 136.72, + "end": 137.16, + "confidence": 0.30223846435546875 + }, + { + "word": " Forgive", + "start": 138.28, + "end": 138.52, + "confidence": 0.345947265625 + }, + { + "word": " my", + "start": 138.52, + "end": 138.78, + "confidence": 0.96533203125 + }, + { + "word": " friend", + "start": 138.78, + "end": 139.08, + "confidence": 0.99560546875 + }, + { + "word": " he", + "start": 139.08, + "end": 139.28, + "confidence": 0.5810546875 + }, + { + "word": " often", + "start": 139.28, + "end": 139.56, + "confidence": 0.9990234375 + }, + { + "word": " speaks", + "start": 139.56, + "end": 139.88, + "confidence": 0.99267578125 + }, + { + "word": " without", + "start": 139.88, + "end": 140.24, + "confidence": 0.98486328125 + }, + { + "word": " thinking,", + "start": 140.24, + "end": 140.72, + "confidence": 0.99462890625 + }, + { + "word": " replied", + "start": 141.08, + "end": 141.3, + "confidence": 0.87158203125 + }, + { + "word": " the", + "start": 141.3, + "end": 141.5, + "confidence": 0.98388671875 + }, + { + "word": " Dark", + "start": 141.5, + "end": 141.68, + "confidence": 0.180419921875 + }, + { + "word": " Elf,", + "start": 141.68, + "end": 142.1, + "confidence": 0.943603515625 + }, + { + "word": " pay", + "start": 142.4, + "end": 142.54, + "confidence": 0.4921875 + }, + { + "word": " him", + "start": 142.54, + "end": 142.74, + "confidence": 0.99755859375 + }, + { + "word": " no", + "start": 142.74, + "end": 142.92, + "confidence": 0.99609375 + }, + { + "word": " attention.", + "start": 142.92, + "end": 143.38, + "confidence": 0.99853515625 + }, + { + "word": " I'm", + "start": 144.46, + "end": 144.8, + "confidence": 0.72119140625 + }, + { + "word": " not", + "start": 144.8, + "end": 144.9, + "confidence": 0.99755859375 + }, + { + "word": " your", + "start": 144.9, + "end": 145.06, + "confidence": 0.994140625 + }, + { + "word": " friend,", + "start": 145.06, + "end": 145.36, + "confidence": 0.998046875 + }, + { + "word": " Bob,", + "start": 145.48, + "end": 145.64, + "confidence": 0.379638671875 + }, + { + "word": " tell", + "start": 145.88, + "end": 146.02, + "confidence": 0.99365234375 + }, + { + "word": " me.", + "start": 146.02, + "end": 146.28, + "confidence": 0.9970703125 + }, + { + "word": " Barris", + "start": 147.36, + "end": 147.7, + "confidence": 0.457763671875 + }, + { + "word": " looked", + "start": 147.7, + "end": 147.92, + "confidence": 0.99462890625 + }, + { + "word": " at", + "start": 147.92, + "end": 148.06, + "confidence": 0.99951171875 + }, + { + "word": " the", + "start": 148.06, + "end": 148.16, + "confidence": 0.99755859375 + }, + { + "word": " quickling", + "start": 148.16, + "end": 148.48, + "confidence": 0.6019287109375 + }, + { + "word": " who", + "start": 148.48, + "end": 148.64, + "confidence": 0.97705078125 + }, + { + "word": " rolled", + "start": 148.64, + "end": 148.84, + "confidence": 0.99462890625 + }, + { + "word": " his", + "start": 148.84, + "end": 149.06, + "confidence": 0.99853515625 + }, + { + "word": " eyes,", + "start": 149.06, + "end": 149.36, + "confidence": 0.9970703125 + }, + { + "word": " then", + "start": 149.66, + "end": 149.76, + "confidence": 0.990234375 + }, + { + "word": " back", + "start": 149.76, + "end": 150, + "confidence": 0.90380859375 + }, + { + "word": " to", + "start": 150, + "end": 150.22, + "confidence": 0.99609375 + }, + { + "word": " ferric", + "start": 150.22, + "end": 150.58, + "confidence": 0.93701171875 + }, + { + "word": " inside.", + "start": 150.58, + "end": 151.04, + "confidence": 0.421142578125 + }, + { + "word": " He", + "start": 152.24, + "end": 152.48, + "confidence": 0.9931640625 + }, + { + "word": " said", + "start": 152.48, + "end": 152.64, + "confidence": 0.99853515625 + }, + { + "word": " he'd", + "start": 152.64, + "end": 152.84, + "confidence": 0.984130859375 + }, + { + "word": " like", + "start": 152.84, + "end": 152.92, + "confidence": 0.9892578125 + }, + { + "word": " to", + "start": 152.92, + "end": 153.1, + "confidence": 0.9931640625 + }, + { + "word": " see", + "start": 153.1, + "end": 153.22, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 153.22, + "end": 153.38, + "confidence": 0.99560546875 + }, + { + "word": " oversized", + "start": 153.38, + "end": 153.78, + "confidence": 0.96826171875 + }, + { + "word": " dwarf", + "start": 153.78, + "end": 154.14, + "confidence": 0.9501953125 + }, + { + "word": " just", + "start": 154.14, + "end": 154.44, + "confidence": 0.9873046875 + }, + { + "word": " try", + "start": 154.44, + "end": 154.76, + "confidence": 0.99755859375 + }, + { + "word": " and", + "start": 154.76, + "end": 154.98, + "confidence": 0.986328125 + }, + { + "word": " catch", + "start": 154.98, + "end": 155.14, + "confidence": 0.99658203125 + }, + { + "word": " him,", + "start": 155.14, + "end": 155.46, + "confidence": 0.998046875 + }, + { + "word": " translated", + "start": 155.74, + "end": 156.14, + "confidence": 0.7568359375 + }, + { + "word": " Wu", + "start": 156.14, + "end": 156.5, + "confidence": 0.246337890625 + }, + { + "word": " with", + "start": 156.5, + "end": 156.74, + "confidence": 0.9873046875 + }, + { + "word": " a", + "start": 156.74, + "end": 156.84, + "confidence": 0.9921875 + }, + { + "word": " smirk,", + "start": 156.84, + "end": 157.2, + "confidence": 0.939453125 + }, + { + "word": " and", + "start": 157.6, + "end": 157.72, + "confidence": 0.9931640625 + }, + { + "word": " very", + "start": 157.72, + "end": 157.92, + "confidence": 0.97119140625 + }, + { + "word": " likely", + "start": 157.92, + "end": 158.3, + "confidence": 0.9951171875 + }, + { + "word": " my", + "start": 158.3, + "end": 158.54, + "confidence": 0.81640625 + }, + { + "word": " dwarven", + "start": 158.54, + "end": 158.9, + "confidence": 0.884033203125 + }, + { + "word": " friend", + "start": 158.9, + "end": 159.28, + "confidence": 0.99755859375 + }, + { + "word": " you", + "start": 159.28, + "end": 159.56, + "confidence": 0.8095703125 + }, + { + "word": " would", + "start": 159.56, + "end": 159.68, + "confidence": 0.94140625 + }, + { + "word": " have", + "start": 159.68, + "end": 159.78, + "confidence": 0.998046875 + }, + { + "word": " some", + "start": 159.78, + "end": 159.98, + "confidence": 0.99462890625 + }, + { + "word": " difficulty", + "start": 159.98, + "end": 160.5, + "confidence": 0.9931640625 + }, + { + "word": " to", + "start": 160.5, + "end": 160.68, + "confidence": 0.98974609375 + }, + { + "word": " do", + "start": 160.68, + "end": 160.82, + "confidence": 0.998046875 + }, + { + "word": " so.", + "start": 160.82, + "end": 161.08, + "confidence": 0.99365234375 + }, + { + "word": " Now,", + "start": 161.08, + "end": 161.58, + "confidence": 0.35498046875 + }, + { + "word": " Barris,", + "start": 161.8, + "end": 162.06, + "confidence": 0.034368038177490234 + }, + { + "word": " please", + "start": 162.24, + "end": 162.38, + "confidence": 0.9921875 + }, + { + "word": " continue.", + "start": 162.38, + "end": 162.98, + "confidence": 0.69677734375 + }, + { + "word": " Ferric", + "start": 164.18, + "end": 164.5, + "confidence": 0.3885498046875 + }, + { + "word": " gloured", + "start": 164.5, + "end": 164.9, + "confidence": 0.0992584228515625 + }, + { + "word": " at", + "start": 164.9, + "end": 165.06, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 165.06, + "end": 165.16, + "confidence": 0.99267578125 + }, + { + "word": " diminutive", + "start": 165.16, + "end": 165.56, + "confidence": 0.94921875 + }, + { + "word": " sprite,", + "start": 165.56, + "end": 165.94, + "confidence": 0.88623046875 + }, + { + "word": " who", + "start": 166.3, + "end": 166.38, + "confidence": 0.97607421875 + }, + { + "word": " cringed", + "start": 166.38, + "end": 166.78, + "confidence": 0.96337890625 + }, + { + "word": " slightly", + "start": 166.78, + "end": 167.1, + "confidence": 0.99462890625 + }, + { + "word": " under", + "start": 167.1, + "end": 167.42, + "confidence": 0.98681640625 + }, + { + "word": " the", + "start": 167.42, + "end": 167.58, + "confidence": 0.99267578125 + }, + { + "word": " dwarfs'", + "start": 167.58, + "end": 167.94, + "confidence": 0.842529296875 + }, + { + "word": " intense", + "start": 168.08, + "end": 168.4, + "confidence": 0.99462890625 + }, + { + "word": " glare.", + "start": 168.4, + "end": 168.76, + "confidence": 0.99169921875 + }, + { + "word": " Barris", + "start": 169.92, + "end": 170.28, + "confidence": 0.962646484375 + }, + { + "word": " cleared", + "start": 170.28, + "end": 170.48, + "confidence": 0.86279296875 + }, + { + "word": " his", + "start": 170.48, + "end": 170.7, + "confidence": 0.99755859375 + }, + { + "word": " throat", + "start": 170.7, + "end": 170.96, + "confidence": 0.99951171875 + }, + { + "word": " and", + "start": 170.96, + "end": 171.2, + "confidence": 0.8505859375 + }, + { + "word": " continued", + "start": 171.2, + "end": 171.64, + "confidence": 0.998046875 + }, + { + "word": " his", + "start": 171.64, + "end": 171.86, + "confidence": 0.978515625 + }, + { + "word": " heartfelt", + "start": 171.86, + "end": 172.14, + "confidence": 0.81884765625 + }, + { + "word": " plea.", + "start": 172.14, + "end": 172.64, + "confidence": 0.99853515625 + }, + { + "word": " I", + "start": 173.12, + "end": 173.24, + "confidence": 0.71923828125 + }, + { + "word": " realize", + "start": 173.24, + "end": 173.52, + "confidence": 0.6396484375 + }, + { + "word": " that", + "start": 173.52, + "end": 173.76, + "confidence": 0.9716796875 + }, + { + "word": " my", + "start": 173.76, + "end": 173.86, + "confidence": 0.99755859375 + }, + { + "word": " kin", + "start": 173.86, + "end": 174.1, + "confidence": 0.98779296875 + }, + { + "word": " has", + "start": 174.1, + "end": 174.3, + "confidence": 0.990234375 + }, + { + "word": " done", + "start": 174.3, + "end": 174.46, + "confidence": 0.9970703125 + }, + { + "word": " reprehensible", + "start": 174.46, + "end": 175.06, + "confidence": 0.9456380208333334 + }, + { + "word": " things", + "start": 175.06, + "end": 175.4, + "confidence": 0.9990234375 + }, + { + "word": " to", + "start": 175.4, + "end": 175.66, + "confidence": 0.99658203125 + }, + { + "word": " many", + "start": 175.66, + "end": 175.82, + "confidence": 0.9990234375 + }, + { + "word": " people", + "start": 175.82, + "end": 176.16, + "confidence": 0.99853515625 + }, + { + "word": " for", + "start": 176.16, + "end": 176.38, + "confidence": 0.6015625 + }, + { + "word": " which", + "start": 176.38, + "end": 176.56, + "confidence": 0.99853515625 + }, + { + "word": " they", + "start": 176.56, + "end": 176.7, + "confidence": 0.99658203125 + }, + { + "word": " shall", + "start": 176.7, + "end": 176.86, + "confidence": 0.9912109375 + }, + { + "word": " be", + "start": 176.86, + "end": 177.02, + "confidence": 0.99072265625 + }, + { + "word": " eternally", + "start": 177.02, + "end": 177.48, + "confidence": 0.995849609375 + }, + { + "word": " damned.", + "start": 177.48, + "end": 177.86, + "confidence": 0.93701171875 + }, + { + "word": " While", + "start": 178.18, + "end": 178.34, + "confidence": 0.99365234375 + }, + { + "word": " I", + "start": 178.34, + "end": 178.46, + "confidence": 0.99755859375 + }, + { + "word": " have", + "start": 178.46, + "end": 178.58, + "confidence": 0.984375 + }, + { + "word": " lived", + "start": 178.58, + "end": 178.74, + "confidence": 0.99755859375 + }, + { + "word": " among", + "start": 178.74, + "end": 179, + "confidence": 0.99267578125 + }, + { + "word": " them", + "start": 179, + "end": 179.18, + "confidence": 0.9970703125 + }, + { + "word": " for", + "start": 179.18, + "end": 179.36, + "confidence": 0.9677734375 + }, + { + "word": " most", + "start": 179.36, + "end": 179.56, + "confidence": 0.998046875 + }, + { + "word": " of", + "start": 179.56, + "end": 179.68, + "confidence": 0.9912109375 + }, + { + "word": " my", + "start": 179.68, + "end": 179.8, + "confidence": 0.9990234375 + }, + { + "word": " life,", + "start": 179.8, + "end": 180.12, + "confidence": 0.99951171875 + }, + { + "word": " I", + "start": 180.3, + "end": 180.36, + "confidence": 0.9990234375 + }, + { + "word": " have", + "start": 180.36, + "end": 180.48, + "confidence": 0.9775390625 + }, + { + "word": " always", + "start": 180.48, + "end": 180.72, + "confidence": 0.994140625 + }, + { + "word": " lived", + "start": 180.72, + "end": 181.02, + "confidence": 0.99853515625 + }, + { + "word": " by", + "start": 181.02, + "end": 181.22, + "confidence": 0.9951171875 + }, + { + "word": " a", + "start": 181.22, + "end": 181.32, + "confidence": 0.99560546875 + }, + { + "word": " different", + "start": 181.32, + "end": 181.5, + "confidence": 0.99755859375 + }, + { + "word": " set", + "start": 181.5, + "end": 181.72, + "confidence": 0.998046875 + }, + { + "word": " of", + "start": 181.72, + "end": 181.88, + "confidence": 0.998046875 + }, + { + "word": " morals", + "start": 181.88, + "end": 182.12, + "confidence": 0.98095703125 + }, + { + "word": " and", + "start": 182.12, + "end": 182.46, + "confidence": 0.57275390625 + }, + { + "word": " have", + "start": 182.46, + "end": 182.56, + "confidence": 0.98681640625 + }, + { + "word": " strived", + "start": 182.56, + "end": 182.9, + "confidence": 0.962890625 + }, + { + "word": " to", + "start": 182.9, + "end": 183.04, + "confidence": 0.99560546875 + }, + { + "word": " uphold", + "start": 183.04, + "end": 183.32, + "confidence": 0.9912109375 + }, + { + "word": " them,", + "start": 183.32, + "end": 183.64, + "confidence": 0.9951171875 + }, + { + "word": " even", + "start": 183.82, + "end": 183.98, + "confidence": 0.99853515625 + }, + { + "word": " in", + "start": 183.98, + "end": 184.08, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 184.08, + "end": 184.18, + "confidence": 0.99609375 + }, + { + "word": " face", + "start": 184.18, + "end": 184.38, + "confidence": 0.99755859375 + }, + { + "word": " of", + "start": 184.38, + "end": 184.58, + "confidence": 0.99853515625 + }, + { + "word": " constant", + "start": 184.58, + "end": 184.98, + "confidence": 0.99560546875 + }, + { + "word": " discovery.", + "start": 184.98, + "end": 185.58, + "confidence": 0.99755859375 + }, + { + "word": " Had", + "start": 186.12, + "end": 186.24, + "confidence": 0.9951171875 + }, + { + "word": " I", + "start": 186.24, + "end": 186.3, + "confidence": 0.99853515625 + }, + { + "word": " been", + "start": 186.3, + "end": 186.44, + "confidence": 0.9970703125 + }, + { + "word": " discovered,", + "start": 186.44, + "end": 186.92, + "confidence": 0.99755859375 + }, + { + "word": " it", + "start": 187.18, + "end": 187.22, + "confidence": 0.98095703125 + }, + { + "word": " would", + "start": 187.22, + "end": 187.3, + "confidence": 0.9970703125 + }, + { + "word": " have", + "start": 187.3, + "end": 187.38, + "confidence": 0.9560546875 + }, + { + "word": " surely", + "start": 187.38, + "end": 187.7, + "confidence": 0.986328125 + }, + { + "word": " resulted", + "start": 187.7, + "end": 188.18, + "confidence": 0.99267578125 + }, + { + "word": " in", + "start": 188.18, + "end": 188.36, + "confidence": 0.99755859375 + }, + { + "word": " my", + "start": 188.36, + "end": 188.5, + "confidence": 0.998046875 + }, + { + "word": " subsequent", + "start": 188.5, + "end": 188.94, + "confidence": 0.99853515625 + }, + { + "word": " death", + "start": 188.94, + "end": 189.3, + "confidence": 0.9990234375 + }, + { + "word": " at", + "start": 189.3, + "end": 189.48, + "confidence": 0.98974609375 + }, + { + "word": " the", + "start": 189.48, + "end": 189.6, + "confidence": 0.99365234375 + }, + { + "word": " hands", + "start": 189.6, + "end": 189.82, + "confidence": 0.9990234375 + }, + { + "word": " of", + "start": 189.82, + "end": 189.92, + "confidence": 0.392578125 + }, + { + "word": " my", + "start": 189.92, + "end": 190.1, + "confidence": 0.94921875 + }, + { + "word": " own", + "start": 190.1, + "end": 190.28, + "confidence": 0.984375 + }, + { + "word": " family.", + "start": 190.28, + "end": 190.74, + "confidence": 0.9951171875 + }, + { + "word": " Erragast", + "start": 192.02, + "end": 192.44, + "confidence": 0.5775553385416666 + }, + { + "word": " rolled", + "start": 192.44, + "end": 192.68, + "confidence": 0.970703125 + }, + { + "word": " his", + "start": 192.68, + "end": 192.94, + "confidence": 0.9970703125 + }, + { + "word": " eyes", + "start": 192.94, + "end": 193.14, + "confidence": 0.99560546875 + }, + { + "word": " at", + "start": 193.14, + "end": 193.34, + "confidence": 0.994140625 + }, + { + "word": " this", + "start": 193.34, + "end": 193.52, + "confidence": 0.98828125 + }, + { + "word": " comment,", + "start": 193.52, + "end": 193.86, + "confidence": 0.89208984375 + }, + { + "word": " for", + "start": 194.18, + "end": 194.3, + "confidence": 0.8076171875 + }, + { + "word": " he", + "start": 194.3, + "end": 194.4, + "confidence": 0.99365234375 + }, + { + "word": " knew", + "start": 194.4, + "end": 194.54, + "confidence": 0.9951171875 + }, + { + "word": " of", + "start": 194.54, + "end": 194.68, + "confidence": 0.9912109375 + }, + { + "word": " the", + "start": 194.68, + "end": 194.76, + "confidence": 0.9931640625 + }, + { + "word": " crimes", + "start": 194.76, + "end": 195.06, + "confidence": 0.9833984375 + }, + { + "word": " perpetrated", + "start": 195.06, + "end": 195.78, + "confidence": 0.994384765625 + }, + { + "word": " against", + "start": 195.78, + "end": 196.08, + "confidence": 0.9990234375 + }, + { + "word": " his", + "start": 196.08, + "end": 196.36, + "confidence": 0.99609375 + }, + { + "word": " own", + "start": 196.36, + "end": 196.56, + "confidence": 0.98046875 + }, + { + "word": " people", + "start": 196.56, + "end": 196.92, + "confidence": 0.99658203125 + }, + { + "word": " at", + "start": 196.92, + "end": 197.28, + "confidence": 0.7646484375 + }, + { + "word": " the", + "start": 197.28, + "end": 197.4, + "confidence": 0.990234375 + }, + { + "word": " hands", + "start": 197.4, + "end": 197.6, + "confidence": 0.99853515625 + }, + { + "word": " of", + "start": 197.6, + "end": 197.8, + "confidence": 0.99853515625 + }, + { + "word": " his", + "start": 197.8, + "end": 197.92, + "confidence": 0.9931640625 + }, + { + "word": " vile", + "start": 197.92, + "end": 198.26, + "confidence": 0.880615234375 + }, + { + "word": " kin.", + "start": 198.26, + "end": 198.52, + "confidence": 0.97802734375 + }, + { + "word": " While", + "start": 199.76, + "end": 199.94, + "confidence": 0.53466796875 + }, + { + "word": " I", + "start": 199.94, + "end": 200.08, + "confidence": 0.9951171875 + }, + { + "word": " hold", + "start": 200.08, + "end": 200.26, + "confidence": 0.99658203125 + }, + { + "word": " no", + "start": 200.26, + "end": 200.46, + "confidence": 0.99853515625 + }, + { + "word": " delusions", + "start": 200.46, + "end": 200.88, + "confidence": 0.98583984375 + }, + { + "word": " that", + "start": 200.88, + "end": 201.2, + "confidence": 0.88671875 + }, + { + "word": " any", + "start": 201.2, + "end": 201.44, + "confidence": 0.998046875 + }, + { + "word": " of", + "start": 201.44, + "end": 201.58, + "confidence": 0.998046875 + }, + { + "word": " you", + "start": 201.58, + "end": 201.68, + "confidence": 0.99853515625 + }, + { + "word": " will", + "start": 201.68, + "end": 201.84, + "confidence": 0.990234375 + }, + { + "word": " accept", + "start": 201.84, + "end": 202.1, + "confidence": 0.99658203125 + }, + { + "word": " my", + "start": 202.1, + "end": 202.36, + "confidence": 0.99755859375 + }, + { + "word": " word", + "start": 202.36, + "end": 202.58, + "confidence": 0.984375 + }, + { + "word": " on", + "start": 202.58, + "end": 202.72, + "confidence": 0.9921875 + }, + { + "word": " its", + "start": 202.72, + "end": 202.9, + "confidence": 0.9248046875 + }, + { + "word": " own", + "start": 202.9, + "end": 203.1, + "confidence": 0.9970703125 + }, + { + "word": " merit,", + "start": 203.1, + "end": 203.38, + "confidence": 0.99462890625 + }, + { + "word": " I", + "start": 203.66, + "end": 203.66, + "confidence": 0.99609375 + }, + { + "word": " would", + "start": 203.66, + "end": 203.82, + "confidence": 0.99169921875 + }, + { + "word": " hope,", + "start": 203.82, + "end": 204.02, + "confidence": 0.9853515625 + }, + { + "word": " no,", + "start": 204.54, + "end": 204.78, + "confidence": 0.59521484375 + }, + { + "word": " I", + "start": 205.06, + "end": 205.14, + "confidence": 0.99560546875 + }, + { + "word": " demand", + "start": 205.14, + "end": 205.36, + "confidence": 0.984375 + }, + { + "word": " the", + "start": 205.36, + "end": 205.58, + "confidence": 0.990234375 + }, + { + "word": " chance", + "start": 205.58, + "end": 205.78, + "confidence": 0.99560546875 + }, + { + "word": " to", + "start": 205.78, + "end": 206.02, + "confidence": 0.9990234375 + }, + { + "word": " prove", + "start": 206.02, + "end": 206.22, + "confidence": 0.990234375 + }, + { + "word": " ourselves", + "start": 206.22, + "end": 206.68, + "confidence": 0.97021484375 + }, + { + "word": " through", + "start": 206.68, + "end": 207.06, + "confidence": 0.9736328125 + }, + { + "word": " our", + "start": 207.06, + "end": 207.22, + "confidence": 0.9970703125 + }, + { + "word": " deeds", + "start": 207.22, + "end": 207.44, + "confidence": 0.99267578125 + }, + { + "word": " that", + "start": 207.44, + "end": 207.84, + "confidence": 0.78662109375 + }, + { + "word": " we", + "start": 207.84, + "end": 208, + "confidence": 0.99755859375 + }, + { + "word": " are", + "start": 208, + "end": 208.1, + "confidence": 0.9873046875 + }, + { + "word": " not", + "start": 208.1, + "end": 208.28, + "confidence": 0.99853515625 + }, + { + "word": " like", + "start": 208.28, + "end": 208.46, + "confidence": 0.99169921875 + }, + { + "word": " others", + "start": 208.46, + "end": 208.76, + "confidence": 0.98388671875 + }, + { + "word": " of", + "start": 208.76, + "end": 208.98, + "confidence": 0.99609375 + }, + { + "word": " our", + "start": 208.98, + "end": 209.08, + "confidence": 0.9931640625 + }, + { + "word": " kind.", + "start": 209.08, + "end": 209.44, + "confidence": 0.994140625 + }, + { + "word": " Barris", + "start": 210.54, + "end": 210.96, + "confidence": 0.031341552734375 + }, + { + "word": " then", + "start": 210.96, + "end": 211.14, + "confidence": 0.75537109375 + }, + { + "word": " petitioned", + "start": 211.14, + "end": 211.76, + "confidence": 0.9599609375 + }, + { + "word": " Wu", + "start": 211.76, + "end": 211.84, + "confidence": 0.396240234375 + }, + { + "word": " directly,", + "start": 211.84, + "end": 212.32, + "confidence": 0.9814453125 + }, + { + "word": " headmaster,", + "start": 212.78, + "end": 213.32, + "confidence": 0.690673828125 + }, + { + "word": " if", + "start": 213.62, + "end": 213.74, + "confidence": 0.91064453125 + }, + { + "word": " what", + "start": 213.74, + "end": 213.84, + "confidence": 0.9951171875 + }, + { + "word": " you", + "start": 213.84, + "end": 213.96, + "confidence": 0.998046875 + }, + { + "word": " have", + "start": 213.96, + "end": 214.04, + "confidence": 0.93212890625 + }, + { + "word": " built", + "start": 214.04, + "end": 214.22, + "confidence": 0.99755859375 + }, + { + "word": " here", + "start": 214.22, + "end": 214.42, + "confidence": 0.96923828125 + }, + { + "word": " is", + "start": 214.42, + "end": 214.56, + "confidence": 0.99169921875 + }, + { + "word": " truly", + "start": 214.56, + "end": 214.82, + "confidence": 0.9970703125 + }, + { + "word": " based", + "start": 214.82, + "end": 215.1, + "confidence": 0.998046875 + }, + { + "word": " on", + "start": 215.1, + "end": 215.26, + "confidence": 0.07208251953125 + }, + { + "word": " knowledge,", + "start": 215.26, + "end": 215.68, + "confidence": 0.9873046875 + }, + { + "word": " truth,", + "start": 215.94, + "end": 216.24, + "confidence": 0.99560546875 + }, + { + "word": " understanding,", + "start": 216.46, + "end": 216.96, + "confidence": 0.99609375 + }, + { + "word": " and", + "start": 217.14, + "end": 217.18, + "confidence": 0.9931640625 + }, + { + "word": " openness", + "start": 217.18, + "end": 217.52, + "confidence": 0.9970703125 + }, + { + "word": " to", + "start": 217.52, + "end": 217.78, + "confidence": 0.98828125 + }, + { + "word": " those", + "start": 217.78, + "end": 217.98, + "confidence": 0.998046875 + }, + { + "word": " who", + "start": 217.98, + "end": 218.16, + "confidence": 0.970703125 + }, + { + "word": " may", + "start": 218.16, + "end": 218.3, + "confidence": 0.99658203125 + }, + { + "word": " normally", + "start": 218.3, + "end": 218.64, + "confidence": 0.98291015625 + }, + { + "word": " be", + "start": 218.64, + "end": 218.9, + "confidence": 0.9912109375 + }, + { + "word": " viewed", + "start": 218.9, + "end": 219.14, + "confidence": 0.99755859375 + }, + { + "word": " as", + "start": 219.14, + "end": 219.3, + "confidence": 0.998046875 + }, + { + "word": " outcasts,", + "start": 219.3, + "end": 220.06, + "confidence": 0.9763997395833334 + }, + { + "word": " then", + "start": 220.26, + "end": 220.34, + "confidence": 0.939453125 + }, + { + "word": " we", + "start": 220.34, + "end": 220.46, + "confidence": 0.994140625 + }, + { + "word": " are", + "start": 220.46, + "end": 220.52, + "confidence": 0.99365234375 + }, + { + "word": " within", + "start": 220.52, + "end": 220.7, + "confidence": 0.99267578125 + }, + { + "word": " our", + "start": 220.7, + "end": 220.86, + "confidence": 0.99755859375 + }, + { + "word": " rights", + "start": 220.86, + "end": 221.08, + "confidence": 0.90673828125 + }, + { + "word": " to", + "start": 221.08, + "end": 221.32, + "confidence": 0.9951171875 + }, + { + "word": " demand", + "start": 221.32, + "end": 221.52, + "confidence": 0.99462890625 + }, + { + "word": " the", + "start": 221.52, + "end": 221.72, + "confidence": 0.98779296875 + }, + { + "word": " chance", + "start": 221.72, + "end": 221.92, + "confidence": 0.99169921875 + }, + { + "word": " to", + "start": 221.92, + "end": 222.16, + "confidence": 0.99853515625 + }, + { + "word": " prove", + "start": 222.16, + "end": 222.38, + "confidence": 0.9892578125 + }, + { + "word": " ourselves", + "start": 222.38, + "end": 222.8, + "confidence": 0.990234375 + }, + { + "word": " as", + "start": 222.8, + "end": 223.08, + "confidence": 0.9921875 + }, + { + "word": " either", + "start": 223.08, + "end": 223.28, + "confidence": 0.99462890625 + }, + { + "word": " friend", + "start": 223.28, + "end": 223.58, + "confidence": 0.8857421875 + }, + { + "word": " or", + "start": 223.58, + "end": 223.8, + "confidence": 0.9853515625 + }, + { + "word": " foe.", + "start": 223.8, + "end": 224.28, + "confidence": 0.98486328125 + }, + { + "word": " Will", + "start": 224.6, + "end": 224.78, + "confidence": 0.92919921875 + }, + { + "word": " you", + "start": 224.78, + "end": 224.9, + "confidence": 0.99560546875 + }, + { + "word": " allow", + "start": 224.9, + "end": 225.14, + "confidence": 0.998046875 + }, + { + "word": " us", + "start": 225.14, + "end": 225.36, + "confidence": 0.99951171875 + }, + { + "word": " the", + "start": 225.36, + "end": 225.48, + "confidence": 0.98095703125 + }, + { + "word": " chance?", + "start": 225.48, + "end": 225.76, + "confidence": 0.98828125 + }, + { + "word": " Wu", + "start": 227.04, + "end": 227.2, + "confidence": 0.00411224365234375 + }, + { + "word": " stared", + "start": 227.2, + "end": 227.46, + "confidence": 0.9384765625 + }, + { + "word": " at", + "start": 227.46, + "end": 227.64, + "confidence": 0.99853515625 + }, + { + "word": " the", + "start": 227.64, + "end": 227.74, + "confidence": 0.99658203125 + }, + { + "word": " dark", + "start": 227.74, + "end": 227.92, + "confidence": 0.92041015625 + }, + { + "word": " elf,", + "start": 227.92, + "end": 228.24, + "confidence": 0.9326171875 + }, + { + "word": " searching", + "start": 228.48, + "end": 228.68, + "confidence": 0.9892578125 + }, + { + "word": " his", + "start": 228.68, + "end": 228.9, + "confidence": 0.99609375 + }, + { + "word": " eyes", + "start": 228.9, + "end": 229.14, + "confidence": 0.99853515625 + }, + { + "word": " for", + "start": 229.14, + "end": 229.36, + "confidence": 0.9921875 + }, + { + "word": " any", + "start": 229.36, + "end": 229.54, + "confidence": 0.9990234375 + }, + { + "word": " signs", + "start": 229.54, + "end": 229.82, + "confidence": 0.994140625 + }, + { + "word": " of", + "start": 229.82, + "end": 230.04, + "confidence": 0.9990234375 + }, + { + "word": " subterfuge,", + "start": 230.04, + "end": 230.66, + "confidence": 0.91357421875 + }, + { + "word": " seeing", + "start": 231.28, + "end": 231.42, + "confidence": 0.96484375 + }, + { + "word": " none", + "start": 231.42, + "end": 231.72, + "confidence": 0.8994140625 + }, + { + "word": " he", + "start": 231.72, + "end": 232, + "confidence": 0.6591796875 + }, + { + "word": " stood", + "start": 232, + "end": 232.26, + "confidence": 0.998046875 + }, + { + "word": " and", + "start": 232.26, + "end": 232.5, + "confidence": 0.8291015625 + }, + { + "word": " paced", + "start": 232.5, + "end": 232.8, + "confidence": 0.911376953125 + }, + { + "word": " the", + "start": 232.8, + "end": 232.94, + "confidence": 0.9970703125 + }, + { + "word": " room", + "start": 232.94, + "end": 233.12, + "confidence": 0.98779296875 + }, + { + "word": " in", + "start": 233.12, + "end": 233.28, + "confidence": 0.572265625 + }, + { + "word": " thought.", + "start": 233.28, + "end": 233.54, + "confidence": 0.98828125 + }, + { + "word": " Their", + "start": 234.58, + "end": 234.8, + "confidence": 0.7529296875 + }, + { + "word": " kind", + "start": 234.8, + "end": 235.06, + "confidence": 0.97021484375 + }, + { + "word": " can't", + "start": 235.06, + "end": 235.38, + "confidence": 0.990478515625 + }, + { + "word": " be", + "start": 235.38, + "end": 235.46, + "confidence": 0.99462890625 + }, + { + "word": " trusted,", + "start": 235.46, + "end": 235.84, + "confidence": 0.99560546875 + }, + { + "word": " headmaster,", + "start": 236, + "end": 236.5, + "confidence": 0.829833984375 + }, + { + "word": " whispered", + "start": 236.86, + "end": 237.24, + "confidence": 0.970458984375 + }, + { + "word": " Erragast", + "start": 237.24, + "end": 237.66, + "confidence": 0.45237986246744794 + }, + { + "word": " harshly,", + "start": 237.66, + "end": 238.18, + "confidence": 0.851318359375 + }, + { + "word": " you", + "start": 238.64, + "end": 238.74, + "confidence": 0.388671875 + }, + { + "word": " must", + "start": 238.74, + "end": 238.92, + "confidence": 0.99951171875 + }, + { + "word": " think", + "start": 238.92, + "end": 239.1, + "confidence": 0.99658203125 + }, + { + "word": " about", + "start": 239.1, + "end": 239.3, + "confidence": 0.9970703125 + }, + { + "word": " your", + "start": 239.3, + "end": 239.48, + "confidence": 0.9970703125 + }, + { + "word": " students", + "start": 239.48, + "end": 239.84, + "confidence": 0.99609375 + }, + { + "word": " and", + "start": 239.84, + "end": 240.1, + "confidence": 0.97607421875 + }, + { + "word": " your", + "start": 240.1, + "end": 240.28, + "confidence": 0.99462890625 + }, + { + "word": " citizens.", + "start": 240.28, + "end": 240.66, + "confidence": 0.99560546875 + }, + { + "word": " But", + "start": 241.56, + "end": 242.04, + "confidence": 0.2086181640625 + }, + { + "word": " he", + "start": 242.04, + "end": 242.16, + "confidence": 0.919921875 + }, + { + "word": " raises", + "start": 242.16, + "end": 242.46, + "confidence": 0.9912109375 + }, + { + "word": " a", + "start": 242.46, + "end": 242.62, + "confidence": 0.99462890625 + }, + { + "word": " valid", + "start": 242.62, + "end": 242.86, + "confidence": 0.99267578125 + }, + { + "word": " point,", + "start": 242.86, + "end": 243.18, + "confidence": 0.99169921875 + }, + { + "word": " my", + "start": 243.3, + "end": 243.38, + "confidence": 0.97802734375 + }, + { + "word": " friend,", + "start": 243.38, + "end": 243.74, + "confidence": 0.99462890625 + }, + { + "word": " countered", + "start": 244.04, + "end": 244.46, + "confidence": 0.80908203125 + }, + { + "word": " Wu.", + "start": 244.46, + "end": 244.58, + "confidence": 0.3330078125 + }, + { + "word": " If", + "start": 245.22, + "end": 245.44, + "confidence": 0.947265625 + }, + { + "word": " this", + "start": 245.44, + "end": 245.64, + "confidence": 0.99609375 + }, + { + "word": " academy", + "start": 245.64, + "end": 246.04, + "confidence": 0.78271484375 + }, + { + "word": " is", + "start": 246.04, + "end": 246.28, + "confidence": 0.98828125 + }, + { + "word": " truly", + "start": 246.28, + "end": 246.52, + "confidence": 0.998046875 + }, + { + "word": " founded", + "start": 246.52, + "end": 247, + "confidence": 0.970703125 + }, + { + "word": " on", + "start": 247, + "end": 247.14, + "confidence": 0.98583984375 + }, + { + "word": " the", + "start": 247.14, + "end": 247.26, + "confidence": 0.9931640625 + }, + { + "word": " very", + "start": 247.26, + "end": 247.48, + "confidence": 0.9384765625 + }, + { + "word": " virtues", + "start": 247.48, + "end": 247.82, + "confidence": 0.99365234375 + }, + { + "word": " our", + "start": 247.82, + "end": 248.04, + "confidence": 0.9873046875 + }, + { + "word": " guest", + "start": 248.04, + "end": 248.22, + "confidence": 0.91650390625 + }, + { + "word": " has", + "start": 248.22, + "end": 248.46, + "confidence": 0.994140625 + }, + { + "word": " claimed", + "start": 248.46, + "end": 248.84, + "confidence": 0.98583984375 + }, + { + "word": " and", + "start": 248.84, + "end": 249.1, + "confidence": 0.8359375 + }, + { + "word": " rest", + "start": 249.1, + "end": 249.3, + "confidence": 0.91748046875 + }, + { + "word": " assured", + "start": 249.3, + "end": 249.58, + "confidence": 0.9990234375 + }, + { + "word": " it", + "start": 249.58, + "end": 249.82, + "confidence": 0.98486328125 + }, + { + "word": " has,", + "start": 249.82, + "end": 250.1, + "confidence": 0.994140625 + }, + { + "word": " then", + "start": 250.44, + "end": 250.52, + "confidence": 0.9765625 + }, + { + "word": " I", + "start": 250.52, + "end": 250.62, + "confidence": 0.9931640625 + }, + { + "word": " must", + "start": 250.62, + "end": 250.78, + "confidence": 0.99951171875 + }, + { + "word": " allow", + "start": 250.78, + "end": 251.04, + "confidence": 0.9970703125 + }, + { + "word": " him", + "start": 251.04, + "end": 251.26, + "confidence": 0.99755859375 + }, + { + "word": " and", + "start": 251.26, + "end": 251.42, + "confidence": 0.98291015625 + }, + { + "word": " his", + "start": 251.42, + "end": 251.54, + "confidence": 0.99853515625 + }, + { + "word": " friend", + "start": 251.54, + "end": 251.78, + "confidence": 0.98974609375 + }, + { + "word": " to", + "start": 251.78, + "end": 251.98, + "confidence": 0.99658203125 + }, + { + "word": " prove", + "start": 251.98, + "end": 252.22, + "confidence": 0.994140625 + }, + { + "word": " whether", + "start": 252.22, + "end": 252.52, + "confidence": 0.990234375 + }, + { + "word": " they", + "start": 252.52, + "end": 252.7, + "confidence": 0.9970703125 + }, + { + "word": " are", + "start": 252.7, + "end": 252.8, + "confidence": 0.98779296875 + }, + { + "word": " different", + "start": 252.8, + "end": 253.06, + "confidence": 0.998046875 + }, + { + "word": " from", + "start": 253.06, + "end": 253.28, + "confidence": 0.99609375 + }, + { + "word": " their", + "start": 253.28, + "end": 253.4, + "confidence": 0.9970703125 + }, + { + "word": " vile", + "start": 253.4, + "end": 253.72, + "confidence": 0.825927734375 + }, + { + "word": " kinfolk,", + "start": 253.72, + "end": 254.16, + "confidence": 0.766357421875 + }, + { + "word": " or", + "start": 254.52, + "end": 254.62, + "confidence": 0.99609375 + }, + { + "word": " simply", + "start": 254.62, + "end": 254.98, + "confidence": 0.99853515625 + }, + { + "word": " posing", + "start": 254.98, + "end": 255.36, + "confidence": 0.98828125 + }, + { + "word": " as", + "start": 255.36, + "end": 255.54, + "confidence": 0.9921875 + }, + { + "word": " such", + "start": 255.54, + "end": 255.78, + "confidence": 0.998046875 + }, + { + "word": " for", + "start": 255.78, + "end": 255.94, + "confidence": 0.9912109375 + }, + { + "word": " some", + "start": 255.94, + "end": 256.1, + "confidence": 0.9921875 + }, + { + "word": " greater", + "start": 256.1, + "end": 256.4, + "confidence": 0.984375 + }, + { + "word": " purpose.", + "start": 256.4, + "end": 256.84, + "confidence": 0.998046875 + }, + { + "word": " If", + "start": 258.12, + "end": 258.32, + "confidence": 0.89208984375 + }, + { + "word": " I", + "start": 258.32, + "end": 258.44, + "confidence": 0.9951171875 + }, + { + "word": " may,", + "start": 258.44, + "end": 258.64, + "confidence": 0.9970703125 + }, + { + "word": " headmaster,", + "start": 258.82, + "end": 259.42, + "confidence": 0.6103515625 + }, + { + "word": " requested", + "start": 259.78, + "end": 260.16, + "confidence": 0.94482421875 + }, + { + "word": " Odorean.", + "start": 260.16, + "end": 260.84, + "confidence": 0.5390625 + }, + { + "word": " Please", + "start": 261.84, + "end": 262.16, + "confidence": 0.91162109375 + }, + { + "word": " my", + "start": 262.16, + "end": 262.46, + "confidence": 0.11126708984375 + }, + { + "word": " friend", + "start": 262.46, + "end": 262.82, + "confidence": 0.9609375 + }, + { + "word": " say", + "start": 262.82, + "end": 263.14, + "confidence": 0.472412109375 + }, + { + "word": " what", + "start": 263.14, + "end": 263.3, + "confidence": 0.99365234375 + }, + { + "word": " you", + "start": 263.3, + "end": 263.42, + "confidence": 0.99609375 + }, + { + "word": " have", + "start": 263.42, + "end": 263.54, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 263.54, + "end": 263.72, + "confidence": 0.99853515625 + }, + { + "word": " say,", + "start": 263.72, + "end": 264.02, + "confidence": 0.9990234375 + }, + { + "word": " your", + "start": 264.42, + "end": 264.54, + "confidence": 0.87646484375 + }, + { + "word": " unique", + "start": 264.54, + "end": 264.8, + "confidence": 0.99658203125 + }, + { + "word": " experiences", + "start": 264.8, + "end": 265.6, + "confidence": 0.93701171875 + }, + { + "word": " over", + "start": 265.6, + "end": 265.9, + "confidence": 0.978515625 + }, + { + "word": " the", + "start": 265.9, + "end": 266.02, + "confidence": 0.99658203125 + }, + { + "word": " last", + "start": 266.02, + "end": 266.28, + "confidence": 0.99755859375 + }, + { + "word": " year", + "start": 266.28, + "end": 266.48, + "confidence": 0.99755859375 + }, + { + "word": " may", + "start": 266.48, + "end": 266.66, + "confidence": 0.9912109375 + }, + { + "word": " be", + "start": 266.66, + "end": 266.84, + "confidence": 0.9970703125 + }, + { + "word": " able", + "start": 266.84, + "end": 267.02, + "confidence": 0.98779296875 + }, + { + "word": " to", + "start": 267.02, + "end": 267.18, + "confidence": 0.99560546875 + }, + { + "word": " shed", + "start": 267.18, + "end": 267.34, + "confidence": 0.9990234375 + }, + { + "word": " some", + "start": 267.34, + "end": 267.58, + "confidence": 0.99462890625 + }, + { + "word": " light", + "start": 267.58, + "end": 267.84, + "confidence": 0.99755859375 + }, + { + "word": " on", + "start": 267.84, + "end": 268.1, + "confidence": 0.99169921875 + }, + { + "word": " our", + "start": 268.1, + "end": 268.22, + "confidence": 0.9951171875 + }, + { + "word": " little", + "start": 268.22, + "end": 268.4, + "confidence": 0.9833984375 + }, + { + "word": " dilemma", + "start": 268.4, + "end": 268.7, + "confidence": 0.94970703125 + }, + { + "word": " here.", + "start": 268.7, + "end": 269.04, + "confidence": 0.95654296875 + }, + { + "word": " Thank", + "start": 269.94, + "end": 270.42, + "confidence": 0.04931640625 + }, + { + "word": " you,", + "start": 270.42, + "end": 270.74, + "confidence": 0.88818359375 + }, + { + "word": " said", + "start": 270.92, + "end": 271, + "confidence": 0.96533203125 + }, + { + "word": " the", + "start": 271, + "end": 271.16, + "confidence": 0.9921875 + }, + { + "word": " paladin", + "start": 271.16, + "end": 271.48, + "confidence": 0.7144775390625 + }, + { + "word": " as", + "start": 271.48, + "end": 271.7, + "confidence": 0.77783203125 + }, + { + "word": " he", + "start": 271.7, + "end": 271.8, + "confidence": 0.994140625 + }, + { + "word": " drew", + "start": 271.8, + "end": 271.98, + "confidence": 0.994140625 + }, + { + "word": " himself", + "start": 271.98, + "end": 272.3, + "confidence": 0.9970703125 + }, + { + "word": " up", + "start": 272.3, + "end": 272.56, + "confidence": 0.9951171875 + }, + { + "word": " to", + "start": 272.56, + "end": 272.72, + "confidence": 0.99462890625 + }, + { + "word": " his", + "start": 272.72, + "end": 272.88, + "confidence": 0.994140625 + }, + { + "word": " full", + "start": 272.88, + "end": 273.1, + "confidence": 0.9970703125 + }, + { + "word": " height,", + "start": 273.1, + "end": 273.38, + "confidence": 0.98779296875 + }, + { + "word": " he", + "start": 273.9, + "end": 274.04, + "confidence": 0.97314453125 + }, + { + "word": " then", + "start": 274.04, + "end": 274.16, + "confidence": 0.9970703125 + }, + { + "word": " moved", + "start": 274.16, + "end": 274.36, + "confidence": 0.9912109375 + }, + { + "word": " to", + "start": 274.36, + "end": 274.56, + "confidence": 0.9970703125 + }, + { + "word": " stand", + "start": 274.56, + "end": 274.8, + "confidence": 0.98486328125 + }, + { + "word": " before", + "start": 274.8, + "end": 275.1, + "confidence": 0.99560546875 + }, + { + "word": " the", + "start": 275.1, + "end": 275.28, + "confidence": 0.99462890625 + }, + { + "word": " dark", + "start": 275.28, + "end": 275.44, + "confidence": 0.87158203125 + }, + { + "word": " elf", + "start": 275.44, + "end": 275.72, + "confidence": 0.919921875 + }, + { + "word": " and", + "start": 275.72, + "end": 275.94, + "confidence": 0.7109375 + }, + { + "word": " the", + "start": 275.94, + "end": 276.06, + "confidence": 0.94189453125 + }, + { + "word": " little", + "start": 276.06, + "end": 276.24, + "confidence": 0.99658203125 + }, + { + "word": " sprite,", + "start": 276.24, + "end": 276.58, + "confidence": 0.908203125 + }, + { + "word": " his", + "start": 276.88, + "end": 277, + "confidence": 0.98974609375 + }, + { + "word": " frame", + "start": 277, + "end": 277.28, + "confidence": 0.8017578125 + }, + { + "word": " towering", + "start": 277.28, + "end": 277.86, + "confidence": 0.984130859375 + }, + { + "word": " over", + "start": 277.86, + "end": 278.08, + "confidence": 0.9970703125 + }, + { + "word": " them.", + "start": 278.08, + "end": 278.28, + "confidence": 0.9814453125 + }, + { + "word": " The", + "start": 279.38, + "end": 279.5, + "confidence": 0.99072265625 + }, + { + "word": " two", + "start": 279.5, + "end": 279.7, + "confidence": 0.99560546875 + }, + { + "word": " petitioners", + "start": 279.7, + "end": 280.24, + "confidence": 0.96337890625 + }, + { + "word": " nearly", + "start": 280.24, + "end": 280.56, + "confidence": 0.98388671875 + }, + { + "word": " had", + "start": 280.56, + "end": 280.84, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 280.84, + "end": 281, + "confidence": 0.99755859375 + }, + { + "word": " bend", + "start": 281, + "end": 281.22, + "confidence": 0.998046875 + }, + { + "word": " backwards", + "start": 281.22, + "end": 281.64, + "confidence": 0.9716796875 + }, + { + "word": " to", + "start": 281.64, + "end": 281.92, + "confidence": 0.99755859375 + }, + { + "word": " look", + "start": 281.92, + "end": 282.06, + "confidence": 0.99609375 + }, + { + "word": " up", + "start": 282.06, + "end": 282.24, + "confidence": 0.9873046875 + }, + { + "word": " at", + "start": 282.24, + "end": 282.4, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 282.4, + "end": 282.5, + "confidence": 0.99560546875 + }, + { + "word": " massive", + "start": 282.5, + "end": 282.82, + "confidence": 0.9736328125 + }, + { + "word": " human,", + "start": 282.82, + "end": 283.24, + "confidence": 0.99462890625 + }, + { + "word": " the", + "start": 283.8, + "end": 283.86, + "confidence": 0.9658203125 + }, + { + "word": " quickling", + "start": 283.86, + "end": 284.22, + "confidence": 0.435791015625 + }, + { + "word": " quip", + "start": 284.22, + "end": 284.44, + "confidence": 0.632568359375 + }, + { + "word": " something", + "start": 284.44, + "end": 284.86, + "confidence": 0.28564453125 + }, + { + "word": " that", + "start": 284.86, + "end": 285.12, + "confidence": 0.99267578125 + }, + { + "word": " made", + "start": 285.12, + "end": 285.3, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 285.3, + "end": 285.44, + "confidence": 0.99609375 + }, + { + "word": " dark", + "start": 285.44, + "end": 285.62, + "confidence": 0.96875 + }, + { + "word": " elf", + "start": 285.62, + "end": 285.9, + "confidence": 0.9853515625 + }, + { + "word": " smile.", + "start": 285.9, + "end": 286.24, + "confidence": 0.98779296875 + }, + { + "word": " What", + "start": 287.34, + "end": 287.56, + "confidence": 0.427001953125 + }, + { + "word": " did", + "start": 287.56, + "end": 287.7, + "confidence": 0.998046875 + }, + { + "word": " he", + "start": 287.7, + "end": 287.8, + "confidence": 0.99658203125 + }, + { + "word": " say,", + "start": 287.8, + "end": 288.12, + "confidence": 0.9990234375 + }, + { + "word": " asked", + "start": 288.36, + "end": 288.64, + "confidence": 0.8388671875 + }, + { + "word": " Odorean.", + "start": 288.64, + "end": 289.26, + "confidence": 0.478515625 + }, + { + "word": " He", + "start": 290.2, + "end": 290.44, + "confidence": 0.61279296875 + }, + { + "word": " said", + "start": 290.44, + "end": 290.62, + "confidence": 0.99609375 + }, + { + "word": " he", + "start": 290.62, + "end": 290.74, + "confidence": 0.9755859375 + }, + { + "word": " thought", + "start": 290.74, + "end": 290.98, + "confidence": 0.98046875 + }, + { + "word": " the", + "start": 290.98, + "end": 291.14, + "confidence": 0.9853515625 + }, + { + "word": " dwarf", + "start": 291.14, + "end": 291.34, + "confidence": 0.97900390625 + }, + { + "word": " was", + "start": 291.34, + "end": 291.62, + "confidence": 0.99853515625 + }, + { + "word": " big,", + "start": 291.62, + "end": 291.92, + "confidence": 0.95556640625 + }, + { + "word": " replied", + "start": 292.3, + "end": 292.62, + "confidence": 0.98486328125 + }, + { + "word": " Barra's.", + "start": 292.62, + "end": 293.26, + "confidence": 0.531982421875 + }, + { + "word": " The", + "start": 294.08, + "end": 294.36, + "confidence": 0.189453125 + }, + { + "word": " paladin", + "start": 294.36, + "end": 294.76, + "confidence": 0.6448974609375 + }, + { + "word": " smiled", + "start": 294.76, + "end": 295.18, + "confidence": 0.98876953125 + }, + { + "word": " at", + "start": 295.18, + "end": 295.36, + "confidence": 0.9912109375 + }, + { + "word": " the", + "start": 295.36, + "end": 295.48, + "confidence": 0.99267578125 + }, + { + "word": " sprite,", + "start": 295.48, + "end": 295.76, + "confidence": 0.87255859375 + }, + { + "word": " then", + "start": 295.76, + "end": 296.06, + "confidence": 0.935546875 + }, + { + "word": " asked,", + "start": 296.06, + "end": 296.48, + "confidence": 0.95751953125 + }, + { + "word": " will", + "start": 296.82, + "end": 296.84, + "confidence": 0.0357666015625 + }, + { + "word": " you", + "start": 296.84, + "end": 296.96, + "confidence": 0.9921875 + }, + { + "word": " listen", + "start": 296.96, + "end": 297.22, + "confidence": 0.98779296875 + }, + { + "word": " to", + "start": 297.22, + "end": 297.4, + "confidence": 0.990234375 + }, + { + "word": " what", + "start": 297.4, + "end": 297.56, + "confidence": 0.9951171875 + }, + { + "word": " I", + "start": 297.56, + "end": 297.66, + "confidence": 0.990234375 + }, + { + "word": " have", + "start": 297.66, + "end": 297.82, + "confidence": 0.99560546875 + }, + { + "word": " to", + "start": 297.82, + "end": 297.98, + "confidence": 0.99755859375 + }, + { + "word": " say.", + "start": 297.98, + "end": 298.26, + "confidence": 0.9990234375 + }, + { + "word": " You", + "start": 299.4, + "end": 299.62, + "confidence": 0.640625 + }, + { + "word": " are", + "start": 299.62, + "end": 299.76, + "confidence": 0.9716796875 + }, + { + "word": " a", + "start": 299.76, + "end": 299.84, + "confidence": 0.98779296875 + }, + { + "word": " trusted", + "start": 299.84, + "end": 300.14, + "confidence": 0.9892578125 + }, + { + "word": " friend", + "start": 300.14, + "end": 300.44, + "confidence": 0.99755859375 + }, + { + "word": " of", + "start": 300.44, + "end": 300.6, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 300.6, + "end": 300.72, + "confidence": 0.98583984375 + }, + { + "word": " headmaster", + "start": 300.72, + "end": 301.3, + "confidence": 0.872314453125 + }, + { + "word": " and", + "start": 301.3, + "end": 301.58, + "confidence": 0.7734375 + }, + { + "word": " a", + "start": 301.58, + "end": 301.68, + "confidence": 0.9609375 + }, + { + "word": " champion", + "start": 301.68, + "end": 302.06, + "confidence": 0.9716796875 + }, + { + "word": " of", + "start": 302.06, + "end": 302.26, + "confidence": 0.99853515625 + }, + { + "word": " light,", + "start": 302.26, + "end": 302.48, + "confidence": 0.947265625 + }, + { + "word": " ask", + "start": 302.86, + "end": 303.04, + "confidence": 0.88916015625 + }, + { + "word": " the", + "start": 303.04, + "end": 303.2, + "confidence": 0.978515625 + }, + { + "word": " dark", + "start": 303.2, + "end": 303.42, + "confidence": 0.662109375 + }, + { + "word": " elf.", + "start": 303.42, + "end": 303.82, + "confidence": 0.8896484375 + }, + { + "word": " Odorean", + "start": 305.02, + "end": 305.58, + "confidence": 0.4937744140625 + }, + { + "word": " nodded,", + "start": 305.58, + "end": 306, + "confidence": 0.9833984375 + }, + { + "word": " then", + "start": 306.68, + "end": 306.92, + "confidence": 0.697265625 + }, + { + "word": " we", + "start": 306.92, + "end": 307.14, + "confidence": 0.9912109375 + }, + { + "word": " will", + "start": 307.14, + "end": 307.3, + "confidence": 0.99560546875 + }, + { + "word": " listen.", + "start": 307.3, + "end": 307.72, + "confidence": 0.95166015625 + }, + { + "word": " Odorean", + "start": 308.48, + "end": 308.96, + "confidence": 0.9864908854166666 + }, + { + "word": " nodded", + "start": 308.96, + "end": 309.28, + "confidence": 0.999755859375 + }, + { + "word": " again", + "start": 309.28, + "end": 309.58, + "confidence": 0.98828125 + }, + { + "word": " as", + "start": 309.58, + "end": 310.08, + "confidence": 0.399658203125 + }, + { + "word": " a", + "start": 310.08, + "end": 310.2, + "confidence": 0.99462890625 + }, + { + "word": " duly", + "start": 310.2, + "end": 310.5, + "confidence": 0.96875 + }, + { + "word": " appointed", + "start": 310.5, + "end": 310.9, + "confidence": 0.7919921875 + }, + { + "word": " agent", + "start": 310.9, + "end": 311.28, + "confidence": 0.99072265625 + }, + { + "word": " of", + "start": 311.28, + "end": 311.46, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 311.46, + "end": 311.56, + "confidence": 0.98681640625 + }, + { + "word": " great", + "start": 311.56, + "end": 311.74, + "confidence": 0.88330078125 + }, + { + "word": " empire", + "start": 311.74, + "end": 312.14, + "confidence": 0.69287109375 + }, + { + "word": " of", + "start": 312.14, + "end": 312.42, + "confidence": 0.99267578125 + }, + { + "word": " Bloodstone", + "start": 312.42, + "end": 312.86, + "confidence": 0.7158203125 + }, + { + "word": " and", + "start": 312.86, + "end": 313.22, + "confidence": 0.642578125 + }, + { + "word": " as", + "start": 313.22, + "end": 313.34, + "confidence": 0.98681640625 + }, + { + "word": " a", + "start": 313.34, + "end": 313.4, + "confidence": 0.998046875 + }, + { + "word": " member", + "start": 313.4, + "end": 313.64, + "confidence": 0.99658203125 + }, + { + "word": " of", + "start": 313.64, + "end": 313.82, + "confidence": 0.99853515625 + }, + { + "word": " the", + "start": 313.82, + "end": 313.88, + "confidence": 0.990234375 + }, + { + "word": " human", + "start": 313.88, + "end": 314.12, + "confidence": 0.9580078125 + }, + { + "word": " race", + "start": 314.12, + "end": 314.42, + "confidence": 0.9990234375 + }, + { + "word": " against", + "start": 314.42, + "end": 314.86, + "confidence": 0.91552734375 + }, + { + "word": " whom", + "start": 314.86, + "end": 315.14, + "confidence": 0.99169921875 + }, + { + "word": " your", + "start": 315.14, + "end": 315.3, + "confidence": 0.9697265625 + }, + { + "word": " kind", + "start": 315.3, + "end": 315.54, + "confidence": 0.98876953125 + }, + { + "word": " has", + "start": 315.54, + "end": 315.78, + "confidence": 0.99609375 + }, + { + "word": " also", + "start": 315.78, + "end": 316.1, + "confidence": 0.9970703125 + }, + { + "word": " perpetrated", + "start": 316.1, + "end": 316.66, + "confidence": 0.99462890625 + }, + { + "word": " innumerable", + "start": 316.66, + "end": 317.22, + "confidence": 0.9933268229166666 + }, + { + "word": " crimes,", + "start": 317.22, + "end": 317.58, + "confidence": 0.99365234375 + }, + { + "word": " I", + "start": 318.06, + "end": 318.18, + "confidence": 0.9736328125 + }, + { + "word": " ensure", + "start": 318.18, + "end": 318.5, + "confidence": 0.79052734375 + }, + { + "word": " the", + "start": 318.5, + "end": 318.68, + "confidence": 0.990234375 + }, + { + "word": " chance", + "start": 318.68, + "end": 318.88, + "confidence": 0.9951171875 + }, + { + "word": " for", + "start": 318.88, + "end": 319.14, + "confidence": 0.99755859375 + }, + { + "word": " you", + "start": 319.14, + "end": 319.26, + "confidence": 0.998046875 + }, + { + "word": " to", + "start": 319.26, + "end": 319.38, + "confidence": 0.99853515625 + }, + { + "word": " prove", + "start": 319.38, + "end": 319.6, + "confidence": 0.99267578125 + }, + { + "word": " yourselves", + "start": 319.6, + "end": 320.06, + "confidence": 0.9775390625 + }, + { + "word": " but", + "start": 320.06, + "end": 320.44, + "confidence": 0.6005859375 + }, + { + "word": " with", + "start": 320.44, + "end": 320.6, + "confidence": 0.99462890625 + }, + { + "word": " certain", + "start": 320.6, + "end": 320.92, + "confidence": 0.9970703125 + }, + { + "word": " stipulations.", + "start": 320.92, + "end": 321.64, + "confidence": 0.989013671875 + }, + { + "word": " Are", + "start": 322.1, + "end": 322.54, + "confidence": 0.0084686279296875 + }, + { + "word": " we", + "start": 322.54, + "end": 322.7, + "confidence": 0.984375 + }, + { + "word": " agreed,", + "start": 322.7, + "end": 323, + "confidence": 0.92919921875 + }, + { + "word": " headmaster?", + "start": 323.2, + "end": 323.62, + "confidence": 0.6485595703125 + }, + { + "word": " Indeed", + "start": 324.7, + "end": 325.1, + "confidence": 0.364013671875 + }, + { + "word": " as", + "start": 325.1, + "end": 325.36, + "confidence": 0.19921875 + }, + { + "word": " I", + "start": 325.36, + "end": 325.5, + "confidence": 0.98779296875 + }, + { + "word": " trust", + "start": 325.5, + "end": 325.72, + "confidence": 0.9755859375 + }, + { + "word": " your", + "start": 325.72, + "end": 325.92, + "confidence": 0.9677734375 + }, + { + "word": " fairness,", + "start": 325.92, + "end": 326.28, + "confidence": 0.98974609375 + }, + { + "word": " said", + "start": 326.66, + "end": 326.84, + "confidence": 0.9873046875 + }, + { + "word": " Wu.", + "start": 326.84, + "end": 327.04, + "confidence": 0.55078125 + }, + { + "word": " And", + "start": 327.88, + "end": 328.32, + "confidence": 0.70263671875 + }, + { + "word": " what", + "start": 328.32, + "end": 328.44, + "confidence": 0.9921875 + }, + { + "word": " are", + "start": 328.44, + "end": 328.54, + "confidence": 0.9853515625 + }, + { + "word": " these", + "start": 328.54, + "end": 328.8, + "confidence": 0.99462890625 + }, + { + "word": " conditions,", + "start": 328.8, + "end": 329.36, + "confidence": 0.947265625 + }, + { + "word": " ask", + "start": 329.8, + "end": 330.02, + "confidence": 0.76123046875 + }, + { + "word": " Barra's.", + "start": 330.02, + "end": 330.62, + "confidence": 0.5830891927083334 + }, + { + "word": " First", + "start": 331.6, + "end": 331.86, + "confidence": 0.9169921875 + }, + { + "word": " you", + "start": 331.86, + "end": 332.06, + "confidence": 0.64892578125 + }, + { + "word": " will", + "start": 332.06, + "end": 332.14, + "confidence": 0.966796875 + }, + { + "word": " be", + "start": 332.14, + "end": 332.26, + "confidence": 0.99658203125 + }, + { + "word": " given", + "start": 332.26, + "end": 332.46, + "confidence": 0.99658203125 + }, + { + "word": " a", + "start": 332.46, + "end": 332.6, + "confidence": 0.994140625 + }, + { + "word": " probationary", + "start": 332.6, + "end": 333.26, + "confidence": 0.96630859375 + }, + { + "word": " period", + "start": 333.26, + "end": 333.68, + "confidence": 0.99560546875 + }, + { + "word": " in", + "start": 333.68, + "end": 333.82, + "confidence": 0.98974609375 + }, + { + "word": " which", + "start": 333.82, + "end": 333.94, + "confidence": 0.998046875 + }, + { + "word": " to", + "start": 333.94, + "end": 334.12, + "confidence": 0.99853515625 + }, + { + "word": " prove", + "start": 334.12, + "end": 334.36, + "confidence": 0.99560546875 + }, + { + "word": " that", + "start": 334.36, + "end": 334.56, + "confidence": 0.9638671875 + }, + { + "word": " you", + "start": 334.56, + "end": 334.68, + "confidence": 0.9951171875 + }, + { + "word": " are", + "start": 334.68, + "end": 334.76, + "confidence": 0.91552734375 + }, + { + "word": " not", + "start": 334.76, + "end": 334.94, + "confidence": 0.9990234375 + }, + { + "word": " like", + "start": 334.94, + "end": 335.12, + "confidence": 0.98974609375 + }, + { + "word": " others", + "start": 335.12, + "end": 335.4, + "confidence": 0.9853515625 + }, + { + "word": " of", + "start": 335.4, + "end": 335.6, + "confidence": 0.99609375 + }, + { + "word": " your", + "start": 335.6, + "end": 335.68, + "confidence": 0.994140625 + }, + { + "word": " kind,", + "start": 335.68, + "end": 336, + "confidence": 0.99365234375 + }, + { + "word": " let's", + "start": 336.42, + "end": 336.62, + "confidence": 0.958251953125 + }, + { + "word": " say", + "start": 336.62, + "end": 336.74, + "confidence": 0.9990234375 + }, + { + "word": " three", + "start": 336.74, + "end": 337, + "confidence": 0.87841796875 + }, + { + "word": " months", + "start": 337, + "end": 337.2, + "confidence": 0.9970703125 + }, + { + "word": " by", + "start": 337.2, + "end": 337.52, + "confidence": 0.98974609375 + }, + { + "word": " our", + "start": 337.52, + "end": 337.64, + "confidence": 0.994140625 + }, + { + "word": " calendar.", + "start": 337.64, + "end": 338.08, + "confidence": 0.95263671875 + }, + { + "word": " During", + "start": 338.5, + "end": 338.62, + "confidence": 0.99267578125 + }, + { + "word": " this", + "start": 338.62, + "end": 338.82, + "confidence": 0.99853515625 + }, + { + "word": " time", + "start": 338.82, + "end": 339.06, + "confidence": 0.99853515625 + }, + { + "word": " you", + "start": 339.06, + "end": 339.28, + "confidence": 0.61376953125 + }, + { + "word": " and", + "start": 339.28, + "end": 339.38, + "confidence": 0.99609375 + }, + { + "word": " your", + "start": 339.38, + "end": 339.48, + "confidence": 0.994140625 + }, + { + "word": " friend", + "start": 339.48, + "end": 339.68, + "confidence": 0.9892578125 + }, + { + "word": " will", + "start": 339.68, + "end": 339.86, + "confidence": 0.9931640625 + }, + { + "word": " be", + "start": 339.86, + "end": 339.98, + "confidence": 0.998046875 + }, + { + "word": " kept", + "start": 339.98, + "end": 340.16, + "confidence": 0.9990234375 + }, + { + "word": " under", + "start": 340.16, + "end": 340.42, + "confidence": 0.99755859375 + }, + { + "word": " constant", + "start": 340.42, + "end": 340.84, + "confidence": 0.9921875 + }, + { + "word": " watch,", + "start": 340.84, + "end": 341.24, + "confidence": 0.99658203125 + }, + { + "word": " given", + "start": 341.48, + "end": 341.58, + "confidence": 0.90673828125 + }, + { + "word": " only", + "start": 341.58, + "end": 341.82, + "confidence": 0.98583984375 + }, + { + "word": " limited", + "start": 341.82, + "end": 342.18, + "confidence": 0.99609375 + }, + { + "word": " access", + "start": 342.18, + "end": 342.58, + "confidence": 0.99951171875 + }, + { + "word": " to", + "start": 342.58, + "end": 342.84, + "confidence": 0.9990234375 + }, + { + "word": " this", + "start": 342.84, + "end": 343, + "confidence": 0.98779296875 + }, + { + "word": " facility", + "start": 343, + "end": 343.42, + "confidence": 0.99755859375 + }, + { + "word": " and", + "start": 343.42, + "end": 343.78, + "confidence": 0.26123046875 + }, + { + "word": " must", + "start": 343.78, + "end": 343.94, + "confidence": 0.98876953125 + }, + { + "word": " adhere", + "start": 343.94, + "end": 344.18, + "confidence": 0.9931640625 + }, + { + "word": " to", + "start": 344.18, + "end": 344.44, + "confidence": 0.99853515625 + }, + { + "word": " the", + "start": 344.44, + "end": 344.54, + "confidence": 0.98681640625 + }, + { + "word": " rules", + "start": 344.54, + "end": 344.76, + "confidence": 0.98095703125 + }, + { + "word": " set", + "start": 344.76, + "end": 345.1, + "confidence": 0.99609375 + }, + { + "word": " forth", + "start": 345.1, + "end": 345.4, + "confidence": 0.9921875 + }, + { + "word": " by", + "start": 345.4, + "end": 345.58, + "confidence": 0.9990234375 + }, + { + "word": " the", + "start": 345.58, + "end": 345.7, + "confidence": 0.990234375 + }, + { + "word": " headmaster.", + "start": 345.7, + "end": 346.3, + "confidence": 0.93017578125 + }, + { + "word": " This", + "start": 346.74, + "end": 346.86, + "confidence": 0.99365234375 + }, + { + "word": " is", + "start": 346.86, + "end": 347, + "confidence": 0.9970703125 + }, + { + "word": " both", + "start": 347, + "end": 347.26, + "confidence": 0.990234375 + }, + { + "word": " for", + "start": 347.26, + "end": 347.46, + "confidence": 0.99658203125 + }, + { + "word": " your", + "start": 347.46, + "end": 347.58, + "confidence": 0.9931640625 + }, + { + "word": " own", + "start": 347.58, + "end": 347.72, + "confidence": 0.990234375 + }, + { + "word": " safety", + "start": 347.72, + "end": 348.2, + "confidence": 0.99853515625 + }, + { + "word": " and", + "start": 348.2, + "end": 348.42, + "confidence": 0.91162109375 + }, + { + "word": " that", + "start": 348.42, + "end": 348.58, + "confidence": 0.9794921875 + }, + { + "word": " of", + "start": 348.58, + "end": 348.72, + "confidence": 0.9921875 + }, + { + "word": " the", + "start": 348.72, + "end": 348.8, + "confidence": 0.99658203125 + }, + { + "word": " rest", + "start": 348.8, + "end": 348.96, + "confidence": 0.998046875 + }, + { + "word": " of", + "start": 348.96, + "end": 349.14, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 349.14, + "end": 349.24, + "confidence": 0.99169921875 + }, + { + "word": " academy,", + "start": 349.24, + "end": 349.72, + "confidence": 0.787109375 + }, + { + "word": " agreed.", + "start": 350.14, + "end": 350.4, + "confidence": 0.97314453125 + }, + { + "word": " Agreed", + "start": 351.72, + "end": 352.24, + "confidence": 0.58270263671875 + }, + { + "word": " nodded", + "start": 352.24, + "end": 352.62, + "confidence": 0.6434326171875 + }, + { + "word": " the", + "start": 352.62, + "end": 352.74, + "confidence": 0.97802734375 + }, + { + "word": " dark", + "start": 352.74, + "end": 352.92, + "confidence": 0.66162109375 + }, + { + "word": " elf.", + "start": 352.92, + "end": 353.28, + "confidence": 0.9052734375 + }, + { + "word": " Second", + "start": 354.48, + "end": 354.7, + "confidence": 0.73291015625 + }, + { + "word": " once", + "start": 354.7, + "end": 354.98, + "confidence": 0.1004638671875 + }, + { + "word": " your", + "start": 354.98, + "end": 355.16, + "confidence": 0.923828125 + }, + { + "word": " probation", + "start": 355.16, + "end": 355.46, + "confidence": 0.94287109375 + }, + { + "word": " is", + "start": 355.46, + "end": 355.82, + "confidence": 0.998046875 + }, + { + "word": " over,", + "start": 355.82, + "end": 356.12, + "confidence": 0.99755859375 + }, + { + "word": " you", + "start": 356.38, + "end": 356.4, + "confidence": 0.984375 + }, + { + "word": " will", + "start": 356.4, + "end": 356.48, + "confidence": 0.96533203125 + }, + { + "word": " be", + "start": 356.48, + "end": 356.58, + "confidence": 0.99853515625 + }, + { + "word": " given", + "start": 356.58, + "end": 356.8, + "confidence": 0.99853515625 + }, + { + "word": " full", + "start": 356.8, + "end": 357.06, + "confidence": 0.998046875 + }, + { + "word": " access", + "start": 357.06, + "end": 357.46, + "confidence": 0.9970703125 + }, + { + "word": " and", + "start": 357.46, + "end": 357.74, + "confidence": 0.98486328125 + }, + { + "word": " rights", + "start": 357.74, + "end": 357.92, + "confidence": 0.95751953125 + }, + { + "word": " to", + "start": 357.92, + "end": 358.18, + "confidence": 0.99560546875 + }, + { + "word": " all", + "start": 358.18, + "end": 358.34, + "confidence": 0.998046875 + }, + { + "word": " parts", + "start": 358.34, + "end": 358.6, + "confidence": 0.99609375 + }, + { + "word": " of", + "start": 358.6, + "end": 358.78, + "confidence": 0.9990234375 + }, + { + "word": " the", + "start": 358.78, + "end": 358.88, + "confidence": 0.99609375 + }, + { + "word": " academy,", + "start": 358.88, + "end": 359.34, + "confidence": 0.75 + }, + { + "word": " even", + "start": 359.7, + "end": 359.86, + "confidence": 0.99365234375 + }, + { + "word": " the", + "start": 359.86, + "end": 360, + "confidence": 0.99609375 + }, + { + "word": " community", + "start": 360, + "end": 360.44, + "confidence": 0.9873046875 + }, + { + "word": " of", + "start": 360.44, + "end": 360.64, + "confidence": 0.9970703125 + }, + { + "word": " Ravenhill", + "start": 360.64, + "end": 361.06, + "confidence": 0.79150390625 + }, + { + "word": " itself.", + "start": 361.06, + "end": 361.48, + "confidence": 0.99560546875 + }, + { + "word": " While", + "start": 362.22, + "end": 362.34, + "confidence": 0.9794921875 + }, + { + "word": " many", + "start": 362.34, + "end": 362.52, + "confidence": 0.99853515625 + }, + { + "word": " strange", + "start": 362.52, + "end": 362.84, + "confidence": 0.994140625 + }, + { + "word": " things", + "start": 362.84, + "end": 363.12, + "confidence": 0.99951171875 + }, + { + "word": " happen", + "start": 363.12, + "end": 363.54, + "confidence": 0.96728515625 + }, + { + "word": " here,", + "start": 363.54, + "end": 363.84, + "confidence": 0.994140625 + }, + { + "word": " a", + "start": 364.08, + "end": 364.14, + "confidence": 0.99072265625 + }, + { + "word": " dark", + "start": 364.14, + "end": 364.32, + "confidence": 0.99267578125 + }, + { + "word": " elf", + "start": 364.32, + "end": 364.6, + "confidence": 0.9951171875 + }, + { + "word": " walking", + "start": 364.6, + "end": 364.96, + "confidence": 0.98291015625 + }, + { + "word": " openly", + "start": 364.96, + "end": 365.4, + "confidence": 0.97021484375 + }, + { + "word": " could", + "start": 365.4, + "end": 365.62, + "confidence": 0.99609375 + }, + { + "word": " still", + "start": 365.62, + "end": 365.88, + "confidence": 0.98583984375 + }, + { + "word": " be", + "start": 365.88, + "end": 366.06, + "confidence": 0.99951171875 + }, + { + "word": " dangerous,", + "start": 366.06, + "end": 366.52, + "confidence": 0.998046875 + }, + { + "word": " thus", + "start": 366.9, + "end": 367.14, + "confidence": 0.96142578125 + }, + { + "word": " I", + "start": 367.14, + "end": 367.44, + "confidence": 0.88330078125 + }, + { + "word": " would", + "start": 367.44, + "end": 367.54, + "confidence": 0.99560546875 + }, + { + "word": " counsel", + "start": 367.54, + "end": 367.88, + "confidence": 0.91357421875 + }, + { + "word": " prudence", + "start": 367.88, + "end": 368.38, + "confidence": 0.9583333333333334 + }, + { + "word": " and", + "start": 368.38, + "end": 368.54, + "confidence": 0.9951171875 + }, + { + "word": " caution", + "start": 368.54, + "end": 368.86, + "confidence": 0.9951171875 + }, + { + "word": " in", + "start": 368.86, + "end": 369.08, + "confidence": 0.994140625 + }, + { + "word": " both", + "start": 369.08, + "end": 369.26, + "confidence": 0.9990234375 + }, + { + "word": " cases.", + "start": 369.26, + "end": 369.74, + "confidence": 0.99853515625 + }, + { + "word": " Again", + "start": 370.92, + "end": 371.3, + "confidence": 0.9404296875 + }, + { + "word": " Barra", + "start": 371.3, + "end": 371.9, + "confidence": 0.1080169677734375 + }, + { + "word": " nodded.", + "start": 371.9, + "end": 372.44, + "confidence": 0.560638427734375 + }, + { + "word": " Finally", + "start": 373.22, + "end": 373.62, + "confidence": 0.97216796875 + }, + { + "word": " if", + "start": 373.62, + "end": 373.86, + "confidence": 0.64697265625 + }, + { + "word": " you", + "start": 373.86, + "end": 373.92, + "confidence": 0.99755859375 + }, + { + "word": " do", + "start": 373.92, + "end": 374, + "confidence": 0.99462890625 + }, + { + "word": " not", + "start": 374, + "end": 374.12, + "confidence": 0.99951171875 + }, + { + "word": " prove", + "start": 374.12, + "end": 374.38, + "confidence": 0.994140625 + }, + { + "word": " yourselves", + "start": 374.38, + "end": 374.74, + "confidence": 0.9404296875 + }, + { + "word": " as", + "start": 374.74, + "end": 374.98, + "confidence": 0.98974609375 + }, + { + "word": " anything", + "start": 374.98, + "end": 375.3, + "confidence": 0.98486328125 + }, + { + "word": " separate", + "start": 375.3, + "end": 375.7, + "confidence": 0.99755859375 + }, + { + "word": " from", + "start": 375.7, + "end": 375.88, + "confidence": 0.9970703125 + }, + { + "word": " your", + "start": 375.88, + "end": 376.02, + "confidence": 0.99072265625 + }, + { + "word": " kin,", + "start": 376.02, + "end": 376.26, + "confidence": 0.9892578125 + }, + { + "word": " you", + "start": 376.52, + "end": 376.58, + "confidence": 0.9970703125 + }, + { + "word": " will", + "start": 376.58, + "end": 376.66, + "confidence": 0.98779296875 + }, + { + "word": " be", + "start": 376.66, + "end": 376.76, + "confidence": 0.9990234375 + }, + { + "word": " cast", + "start": 376.76, + "end": 376.98, + "confidence": 0.98828125 + }, + { + "word": " out", + "start": 376.98, + "end": 377.2, + "confidence": 0.99462890625 + }, + { + "word": " of", + "start": 377.2, + "end": 377.28, + "confidence": 0.98779296875 + }, + { + "word": " the", + "start": 377.28, + "end": 377.38, + "confidence": 0.9912109375 + }, + { + "word": " academy", + "start": 377.38, + "end": 377.76, + "confidence": 0.91552734375 + }, + { + "word": " and", + "start": 377.76, + "end": 377.94, + "confidence": 0.90185546875 + }, + { + "word": " community", + "start": 377.94, + "end": 378.42, + "confidence": 0.994140625 + }, + { + "word": " and", + "start": 378.42, + "end": 378.72, + "confidence": 0.7373046875 + }, + { + "word": " placed", + "start": 378.72, + "end": 378.94, + "confidence": 0.99365234375 + }, + { + "word": " into", + "start": 378.94, + "end": 379.2, + "confidence": 0.97314453125 + }, + { + "word": " the", + "start": 379.2, + "end": 379.34, + "confidence": 0.98828125 + }, + { + "word": " hands", + "start": 379.34, + "end": 379.5, + "confidence": 0.99853515625 + }, + { + "word": " of", + "start": 379.5, + "end": 379.66, + "confidence": 0.9990234375 + }, + { + "word": " our", + "start": 379.66, + "end": 379.76, + "confidence": 0.95068359375 + }, + { + "word": " laman", + "start": 379.76, + "end": 380.08, + "confidence": 0.4766845703125 + }, + { + "word": " for", + "start": 380.08, + "end": 380.28, + "confidence": 0.99560546875 + }, + { + "word": " judgment.", + "start": 380.28, + "end": 380.64, + "confidence": 0.7080078125 + }, + { + "word": " As", + "start": 381.14, + "end": 381.34, + "confidence": 0.09619140625 + }, + { + "word": " long", + "start": 381.34, + "end": 381.52, + "confidence": 0.9970703125 + }, + { + "word": " as", + "start": 381.52, + "end": 381.68, + "confidence": 0.99169921875 + }, + { + "word": " you", + "start": 381.68, + "end": 381.76, + "confidence": 0.9951171875 + }, + { + "word": " heed", + "start": 381.76, + "end": 381.9, + "confidence": 0.74267578125 + }, + { + "word": " our", + "start": 381.9, + "end": 382.04, + "confidence": 0.99365234375 + }, + { + "word": " laws", + "start": 382.04, + "end": 382.28, + "confidence": 0.99658203125 + }, + { + "word": " and", + "start": 382.28, + "end": 382.5, + "confidence": 0.93359375 + }, + { + "word": " remain", + "start": 382.5, + "end": 382.74, + "confidence": 0.99609375 + }, + { + "word": " true", + "start": 382.74, + "end": 383.06, + "confidence": 0.99365234375 + }, + { + "word": " to", + "start": 383.06, + "end": 383.22, + "confidence": 0.9970703125 + }, + { + "word": " your", + "start": 383.22, + "end": 383.3, + "confidence": 0.994140625 + }, + { + "word": " professed", + "start": 383.3, + "end": 383.82, + "confidence": 0.958984375 + }, + { + "word": " morals,", + "start": 383.82, + "end": 384.02, + "confidence": 0.98974609375 + }, + { + "word": " then", + "start": 384.28, + "end": 384.36, + "confidence": 0.90625 + }, + { + "word": " there", + "start": 384.36, + "end": 384.46, + "confidence": 0.99609375 + }, + { + "word": " should", + "start": 384.46, + "end": 384.58, + "confidence": 0.9970703125 + }, + { + "word": " be", + "start": 384.58, + "end": 384.72, + "confidence": 0.97412109375 + }, + { + "word": " no", + "start": 384.72, + "end": 384.88, + "confidence": 0.9990234375 + }, + { + "word": " need", + "start": 384.88, + "end": 385.06, + "confidence": 0.99951171875 + }, + { + "word": " for", + "start": 385.06, + "end": 385.26, + "confidence": 0.998046875 + }, + { + "word": " concern.", + "start": 385.26, + "end": 385.68, + "confidence": 0.998046875 + }, + { + "word": " In", + "start": 386.08, + "end": 386.16, + "confidence": 0.99365234375 + }, + { + "word": " time", + "start": 386.16, + "end": 386.4, + "confidence": 0.98876953125 + }, + { + "word": " you", + "start": 386.4, + "end": 386.62, + "confidence": 0.40625 + }, + { + "word": " will", + "start": 386.62, + "end": 386.7, + "confidence": 0.94775390625 + }, + { + "word": " both", + "start": 386.7, + "end": 386.88, + "confidence": 0.98974609375 + }, + { + "word": " have", + "start": 386.88, + "end": 387.02, + "confidence": 0.99853515625 + }, + { + "word": " free", + "start": 387.02, + "end": 387.3, + "confidence": 0.98388671875 + }, + { + "word": " reign", + "start": 387.3, + "end": 387.56, + "confidence": 0.9130859375 + }, + { + "word": " of", + "start": 387.56, + "end": 387.64, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 387.64, + "end": 387.76, + "confidence": 0.99267578125 + }, + { + "word": " academy", + "start": 387.76, + "end": 388.16, + "confidence": 0.6748046875 + }, + { + "word": " and", + "start": 388.16, + "end": 388.38, + "confidence": 0.83984375 + }, + { + "word": " the", + "start": 388.38, + "end": 388.5, + "confidence": 0.96435546875 + }, + { + "word": " community.", + "start": 388.5, + "end": 388.94, + "confidence": 0.99560546875 + }, + { + "word": " If", + "start": 389.26, + "end": 389.4, + "confidence": 0.9931640625 + }, + { + "word": " you", + "start": 389.4, + "end": 389.48, + "confidence": 0.998046875 + }, + { + "word": " truly", + "start": 389.48, + "end": 389.76, + "confidence": 0.99951171875 + }, + { + "word": " wish", + "start": 389.76, + "end": 389.98, + "confidence": 0.99169921875 + }, + { + "word": " to", + "start": 389.98, + "end": 390.14, + "confidence": 0.9990234375 + }, + { + "word": " find", + "start": 390.14, + "end": 390.34, + "confidence": 0.99755859375 + }, + { + "word": " acceptance,", + "start": 390.34, + "end": 390.84, + "confidence": 0.9912109375 + }, + { + "word": " then", + "start": 391.08, + "end": 391.14, + "confidence": 0.95849609375 + }, + { + "word": " this", + "start": 391.14, + "end": 391.28, + "confidence": 0.9951171875 + }, + { + "word": " is", + "start": 391.28, + "end": 391.42, + "confidence": 0.99560546875 + }, + { + "word": " likely", + "start": 391.42, + "end": 391.66, + "confidence": 0.99072265625 + }, + { + "word": " one", + "start": 391.66, + "end": 391.92, + "confidence": 0.99072265625 + }, + { + "word": " of", + "start": 391.92, + "end": 392.02, + "confidence": 0.9990234375 + }, + { + "word": " the", + "start": 392.02, + "end": 392.12, + "confidence": 0.9970703125 + }, + { + "word": " only", + "start": 392.12, + "end": 392.32, + "confidence": 0.99365234375 + }, + { + "word": " places", + "start": 392.32, + "end": 392.7, + "confidence": 0.99853515625 + }, + { + "word": " you", + "start": 392.7, + "end": 392.92, + "confidence": 0.98974609375 + }, + { + "word": " will", + "start": 392.92, + "end": 393.02, + "confidence": 0.98828125 + }, + { + "word": " find", + "start": 393.02, + "end": 393.3, + "confidence": 0.998046875 + }, + { + "word": " it", + "start": 393.3, + "end": 393.5, + "confidence": 0.982421875 + }, + { + "word": " is", + "start": 393.5, + "end": 393.9, + "confidence": 0.12548828125 + }, + { + "word": " this", + "start": 393.9, + "end": 394.06, + "confidence": 0.95654296875 + }, + { + "word": " acceptable.", + "start": 394.06, + "end": 394.62, + "confidence": 0.98193359375 + }, + { + "word": " It", + "start": 395.8, + "end": 396, + "confidence": 0.939453125 + }, + { + "word": " is", + "start": 396, + "end": 396.12, + "confidence": 0.9951171875 + }, + { + "word": " fair", + "start": 396.12, + "end": 396.36, + "confidence": 0.9931640625 + }, + { + "word": " under", + "start": 396.36, + "end": 396.64, + "confidence": 0.89111328125 + }, + { + "word": " the", + "start": 396.64, + "end": 396.78, + "confidence": 0.99462890625 + }, + { + "word": " circumstances", + "start": 396.78, + "end": 397.28, + "confidence": 0.99853515625 + }, + { + "word": " confirmed", + "start": 397.28, + "end": 398.14, + "confidence": 0.763671875 + }, + { + "word": " Barra's.", + "start": 398.14, + "end": 398.92, + "confidence": 0.5323079427083334 + }, + { + "word": " Then", + "start": 399.88, + "end": 400.08, + "confidence": 0.974609375 + }, + { + "word": " we", + "start": 400.08, + "end": 400.22, + "confidence": 0.97216796875 + }, + { + "word": " have", + "start": 400.22, + "end": 400.36, + "confidence": 0.994140625 + }, + { + "word": " an", + "start": 400.36, + "end": 400.5, + "confidence": 0.99365234375 + }, + { + "word": " agreement,", + "start": 400.5, + "end": 400.84, + "confidence": 0.99365234375 + }, + { + "word": " headmaster,", + "start": 401.18, + "end": 401.74, + "confidence": 0.665771484375 + }, + { + "word": " I", + "start": 401.92, + "end": 401.96, + "confidence": 0.974609375 + }, + { + "word": " place", + "start": 401.96, + "end": 402.18, + "confidence": 0.97265625 + }, + { + "word": " them", + "start": 402.18, + "end": 402.38, + "confidence": 0.9921875 + }, + { + "word": " in", + "start": 402.38, + "end": 402.46, + "confidence": 0.99560546875 + }, + { + "word": " your", + "start": 402.46, + "end": 402.56, + "confidence": 0.9912109375 + }, + { + "word": " charge,", + "start": 402.56, + "end": 403.04, + "confidence": 0.99658203125 + }, + { + "word": " see", + "start": 403.32, + "end": 403.5, + "confidence": 0.97998046875 + }, + { + "word": " that", + "start": 403.5, + "end": 403.64, + "confidence": 0.98974609375 + }, + { + "word": " they", + "start": 403.64, + "end": 403.78, + "confidence": 0.99560546875 + }, + { + "word": " are", + "start": 403.78, + "end": 403.86, + "confidence": 0.9873046875 + }, + { + "word": " given", + "start": 403.86, + "end": 404.08, + "confidence": 0.96240234375 + }, + { + "word": " fair", + "start": 404.08, + "end": 404.44, + "confidence": 0.9912109375 + }, + { + "word": " latitude", + "start": 404.44, + "end": 404.88, + "confidence": 0.9541015625 + }, + { + "word": " to", + "start": 404.88, + "end": 405.18, + "confidence": 0.99609375 + }, + { + "word": " prove", + "start": 405.18, + "end": 405.42, + "confidence": 0.99169921875 + }, + { + "word": " their", + "start": 405.42, + "end": 405.64, + "confidence": 0.99755859375 + }, + { + "word": " word.", + "start": 405.64, + "end": 405.96, + "confidence": 0.97265625 + }, + { + "word": " Aragast", + "start": 407.22, + "end": 407.66, + "confidence": 0.55389404296875 + }, + { + "word": " quietly", + "start": 407.66, + "end": 408.1, + "confidence": 0.98388671875 + }, + { + "word": " shook", + "start": 408.1, + "end": 408.34, + "confidence": 0.99951171875 + }, + { + "word": " his", + "start": 408.34, + "end": 408.56, + "confidence": 0.99658203125 + }, + { + "word": " head", + "start": 408.56, + "end": 408.78, + "confidence": 0.99853515625 + }, + { + "word": " but", + "start": 408.78, + "end": 409.02, + "confidence": 0.55322265625 + }, + { + "word": " remained", + "start": 409.02, + "end": 409.34, + "confidence": 0.9892578125 + }, + { + "word": " silent.", + "start": 409.34, + "end": 409.96, + "confidence": 0.99658203125 + }, + { + "word": " Rest", + "start": 411.2, + "end": 411.32, + "confidence": 0.1494140625 + }, + { + "word": " assured,", + "start": 411.32, + "end": 411.68, + "confidence": 0.99755859375 + }, + { + "word": " my", + "start": 411.88, + "end": 411.94, + "confidence": 0.86279296875 + }, + { + "word": " friend", + "start": 411.94, + "end": 412.26, + "confidence": 0.994140625 + }, + { + "word": " said,", + "start": 412.26, + "end": 412.64, + "confidence": 0.2120361328125 + }, + { + "word": " Woo,", + "start": 412.78, + "end": 412.86, + "confidence": 0.032196044921875 + }, + { + "word": " they", + "start": 413.12, + "end": 413.2, + "confidence": 0.9306640625 + }, + { + "word": " shall", + "start": 413.2, + "end": 413.34, + "confidence": 0.98779296875 + }, + { + "word": " have", + "start": 413.34, + "end": 413.52, + "confidence": 0.998046875 + }, + { + "word": " every", + "start": 413.52, + "end": 413.84, + "confidence": 0.98974609375 + }, + { + "word": " opportunity", + "start": 413.84, + "end": 414.42, + "confidence": 0.9970703125 + }, + { + "word": " to", + "start": 414.42, + "end": 414.68, + "confidence": 0.99658203125 + }, + { + "word": " do", + "start": 414.68, + "end": 414.82, + "confidence": 0.9951171875 + }, + { + "word": " so.", + "start": 414.82, + "end": 415.1, + "confidence": 0.9990234375 + }, + { + "word": " He", + "start": 415.64, + "end": 415.78, + "confidence": 0.994140625 + }, + { + "word": " then", + "start": 415.78, + "end": 415.9, + "confidence": 0.99072265625 + }, + { + "word": " addressed", + "start": 415.9, + "end": 416.14, + "confidence": 0.98681640625 + }, + { + "word": " his", + "start": 416.14, + "end": 416.42, + "confidence": 0.990234375 + }, + { + "word": " two", + "start": 416.42, + "end": 416.6, + "confidence": 0.9873046875 + }, + { + "word": " charges", + "start": 416.6, + "end": 417, + "confidence": 0.99365234375 + }, + { + "word": " and", + "start": 417, + "end": 417.22, + "confidence": 0.94677734375 + }, + { + "word": " asked,", + "start": 417.22, + "end": 417.56, + "confidence": 0.97900390625 + }, + { + "word": " where", + "start": 417.78, + "end": 417.86, + "confidence": 0.42333984375 + }, + { + "word": " do", + "start": 417.86, + "end": 417.94, + "confidence": 0.9765625 + }, + { + "word": " you", + "start": 417.94, + "end": 418.04, + "confidence": 0.99609375 + }, + { + "word": " two", + "start": 418.04, + "end": 418.18, + "confidence": 0.43212890625 + }, + { + "word": " come", + "start": 418.18, + "end": 418.38, + "confidence": 0.9951171875 + }, + { + "word": " from?", + "start": 418.38, + "end": 418.62, + "confidence": 0.998046875 + }, + { + "word": " Most", + "start": 419.7, + "end": 419.9, + "confidence": 0.95361328125 + }, + { + "word": " recently", + "start": 419.9, + "end": 420.3, + "confidence": 0.99658203125 + }, + { + "word": " we", + "start": 420.3, + "end": 420.5, + "confidence": 0.71630859375 + }, + { + "word": " came", + "start": 420.5, + "end": 420.68, + "confidence": 0.99658203125 + }, + { + "word": " here", + "start": 420.68, + "end": 420.92, + "confidence": 0.98583984375 + }, + { + "word": " from", + "start": 420.92, + "end": 421.1, + "confidence": 0.98583984375 + }, + { + "word": " the", + "start": 421.1, + "end": 421.2, + "confidence": 0.9912109375 + }, + { + "word": " forest", + "start": 421.2, + "end": 421.48, + "confidence": 0.716796875 + }, + { + "word": " of", + "start": 421.48, + "end": 421.7, + "confidence": 0.99658203125 + }, + { + "word": " memories", + "start": 421.7, + "end": 421.98, + "confidence": 0.8173828125 + }, + { + "word": " far", + "start": 421.98, + "end": 422.52, + "confidence": 0.60888671875 + }, + { + "word": " to", + "start": 422.52, + "end": 422.7, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 422.7, + "end": 422.8, + "confidence": 0.9970703125 + }, + { + "word": " northwest", + "start": 422.8, + "end": 423.14, + "confidence": 0.84619140625 + }, + { + "word": " of", + "start": 423.14, + "end": 423.42, + "confidence": 0.998046875 + }, + { + "word": " your", + "start": 423.42, + "end": 423.52, + "confidence": 0.99560546875 + }, + { + "word": " empire.", + "start": 423.52, + "end": 423.92, + "confidence": 0.88525390625 + }, + { + "word": " We", + "start": 424.58, + "end": 424.76, + "confidence": 0.9970703125 + }, + { + "word": " spent", + "start": 424.76, + "end": 424.98, + "confidence": 0.99853515625 + }, + { + "word": " the", + "start": 424.98, + "end": 425.12, + "confidence": 0.99755859375 + }, + { + "word": " last", + "start": 425.12, + "end": 425.34, + "confidence": 0.99951171875 + }, + { + "word": " year", + "start": 425.34, + "end": 425.56, + "confidence": 0.998046875 + }, + { + "word": " there", + "start": 425.56, + "end": 425.84, + "confidence": 0.99755859375 + }, + { + "word": " barely", + "start": 425.84, + "end": 426.28, + "confidence": 0.6630859375 + }, + { + "word": " surviving,", + "start": 426.28, + "end": 426.88, + "confidence": 0.99853515625 + }, + { + "word": " though", + "start": 427.12, + "end": 427.24, + "confidence": 0.97900390625 + }, + { + "word": " we", + "start": 427.24, + "end": 427.38, + "confidence": 0.9921875 + }, + { + "word": " were", + "start": 427.38, + "end": 427.46, + "confidence": 0.9970703125 + }, + { + "word": " able", + "start": 427.46, + "end": 427.64, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 427.64, + "end": 427.76, + "confidence": 0.99658203125 + }, + { + "word": " make", + "start": 427.76, + "end": 427.88, + "confidence": 0.9970703125 + }, + { + "word": " a", + "start": 427.88, + "end": 428, + "confidence": 0.99169921875 + }, + { + "word": " good", + "start": 428, + "end": 428.14, + "confidence": 0.998046875 + }, + { + "word": " name", + "start": 428.14, + "end": 428.36, + "confidence": 0.998046875 + }, + { + "word": " for", + "start": 428.36, + "end": 428.58, + "confidence": 0.99755859375 + }, + { + "word": " ourselves", + "start": 428.58, + "end": 428.9, + "confidence": 0.974609375 + }, + { + "word": " there,", + "start": 428.9, + "end": 429.28, + "confidence": 0.99267578125 + }, + { + "word": " answered", + "start": 429.6, + "end": 429.88, + "confidence": 0.95703125 + }, + { + "word": " Barra's.", + "start": 429.88, + "end": 430.5, + "confidence": 0.5354410807291666 + }, + { + "word": " Then", + "start": 431.48, + "end": 431.7, + "confidence": 0.9736328125 + }, + { + "word": " why", + "start": 431.7, + "end": 431.88, + "confidence": 0.66162109375 + }, + { + "word": " come", + "start": 431.88, + "end": 432.06, + "confidence": 0.9970703125 + }, + { + "word": " here,", + "start": 432.06, + "end": 432.36, + "confidence": 0.99755859375 + }, + { + "word": " asked", + "start": 432.58, + "end": 432.8, + "confidence": 0.931640625 + }, + { + "word": " Aragast", + "start": 432.8, + "end": 433.4, + "confidence": 0.9632161458333334 + }, + { + "word": " with", + "start": 433.4, + "end": 433.56, + "confidence": 0.978515625 + }, + { + "word": " a", + "start": 433.56, + "end": 433.66, + "confidence": 0.99072265625 + }, + { + "word": " hint", + "start": 433.66, + "end": 433.78, + "confidence": 0.9990234375 + }, + { + "word": " of", + "start": 433.78, + "end": 433.98, + "confidence": 0.99755859375 + }, + { + "word": " hatred?", + "start": 433.98, + "end": 434.28, + "confidence": 0.97998046875 + }, + { + "word": " If", + "start": 434.28, + "end": 434.86, + "confidence": 0.321533203125 + }, + { + "word": " things", + "start": 434.86, + "end": 435.08, + "confidence": 0.97509765625 + }, + { + "word": " were", + "start": 435.08, + "end": 435.24, + "confidence": 0.9912109375 + }, + { + "word": " going", + "start": 435.24, + "end": 435.5, + "confidence": 0.998046875 + }, + { + "word": " well,", + "start": 435.5, + "end": 435.86, + "confidence": 0.99267578125 + }, + { + "word": " why", + "start": 436.04, + "end": 436.1, + "confidence": 0.96875 + }, + { + "word": " come", + "start": 436.1, + "end": 436.34, + "confidence": 0.99365234375 + }, + { + "word": " all", + "start": 436.34, + "end": 436.5, + "confidence": 0.990234375 + }, + { + "word": " the", + "start": 436.5, + "end": 436.6, + "confidence": 0.9970703125 + }, + { + "word": " way", + "start": 436.6, + "end": 436.76, + "confidence": 0.9990234375 + }, + { + "word": " here?", + "start": 436.76, + "end": 437.06, + "confidence": 0.9931640625 + }, + { + "word": " Barra's", + "start": 438.2, + "end": 438.6, + "confidence": 0.23056538899739584 + }, + { + "word": " cleared", + "start": 438.6, + "end": 438.76, + "confidence": 0.2147216796875 + }, + { + "word": " at", + "start": 438.76, + "end": 438.94, + "confidence": 0.82568359375 + }, + { + "word": " the", + "start": 438.94, + "end": 439.06, + "confidence": 0.96826171875 + }, + { + "word": " elf.", + "start": 439.06, + "end": 439.32, + "confidence": 0.3017578125 + }, + { + "word": " As", + "start": 439.78, + "end": 439.9, + "confidence": 0.95849609375 + }, + { + "word": " I", + "start": 439.9, + "end": 440, + "confidence": 0.986328125 + }, + { + "word": " said,", + "start": 440, + "end": 440.22, + "confidence": 0.998046875 + }, + { + "word": " we", + "start": 440.34, + "end": 440.36, + "confidence": 0.9609375 + }, + { + "word": " came", + "start": 440.36, + "end": 440.56, + "confidence": 0.9931640625 + }, + { + "word": " to", + "start": 440.56, + "end": 440.68, + "confidence": 0.9970703125 + }, + { + "word": " find", + "start": 440.68, + "end": 440.88, + "confidence": 0.99462890625 + }, + { + "word": " an", + "start": 440.88, + "end": 441, + "confidence": 0.9912109375 + }, + { + "word": " opportunity", + "start": 441, + "end": 441.44, + "confidence": 0.9970703125 + }, + { + "word": " to", + "start": 441.44, + "end": 441.8, + "confidence": 0.96728515625 + }, + { + "word": " build", + "start": 441.8, + "end": 441.98, + "confidence": 0.9970703125 + }, + { + "word": " a", + "start": 441.98, + "end": 442.1, + "confidence": 0.99609375 + }, + { + "word": " life", + "start": 442.1, + "end": 442.3, + "confidence": 0.9970703125 + }, + { + "word": " for", + "start": 442.3, + "end": 442.52, + "confidence": 0.99560546875 + }, + { + "word": " ourselves", + "start": 442.52, + "end": 442.88, + "confidence": 0.98388671875 + }, + { + "word": " based", + "start": 442.88, + "end": 443.24, + "confidence": 0.94140625 + }, + { + "word": " on", + "start": 443.24, + "end": 443.4, + "confidence": 0.99755859375 + }, + { + "word": " fulfillment", + "start": 443.4, + "end": 443.88, + "confidence": 0.9306640625 + }, + { + "word": " and", + "start": 443.88, + "end": 444.08, + "confidence": 0.97607421875 + }, + { + "word": " accomplishment", + "start": 444.08, + "end": 444.58, + "confidence": 0.99462890625 + }, + { + "word": " and", + "start": 444.58, + "end": 445, + "confidence": 0.787109375 + }, + { + "word": " not", + "start": 445, + "end": 445.14, + "confidence": 0.99853515625 + }, + { + "word": " just", + "start": 445.14, + "end": 445.36, + "confidence": 0.99462890625 + }, + { + "word": " mere", + "start": 445.36, + "end": 445.54, + "confidence": 0.986328125 + }, + { + "word": " survival.", + "start": 445.54, + "end": 446.08, + "confidence": 0.99853515625 + }, + { + "word": " We", + "start": 446.42, + "end": 446.54, + "confidence": 0.9921875 + }, + { + "word": " were", + "start": 446.54, + "end": 446.64, + "confidence": 0.99658203125 + }, + { + "word": " stagnating", + "start": 446.64, + "end": 447.2, + "confidence": 0.991455078125 + }, + { + "word": " in", + "start": 447.2, + "end": 447.34, + "confidence": 0.9970703125 + }, + { + "word": " that", + "start": 447.34, + "end": 447.48, + "confidence": 0.99755859375 + }, + { + "word": " place,", + "start": 447.48, + "end": 447.86, + "confidence": 0.99853515625 + }, + { + "word": " while", + "start": 448.06, + "end": 448.2, + "confidence": 0.95947265625 + }, + { + "word": " we", + "start": 448.2, + "end": 448.32, + "confidence": 0.998046875 + }, + { + "word": " had", + "start": 448.32, + "end": 448.4, + "confidence": 0.98388671875 + }, + { + "word": " been", + "start": 448.4, + "end": 448.48, + "confidence": 0.99072265625 + }, + { + "word": " treated", + "start": 448.48, + "end": 448.76, + "confidence": 0.99755859375 + }, + { + "word": " fairly", + "start": 448.76, + "end": 449.16, + "confidence": 0.98583984375 + }, + { + "word": " by", + "start": 449.16, + "end": 449.4, + "confidence": 0.998046875 + }, + { + "word": " its", + "start": 449.4, + "end": 449.56, + "confidence": 0.93505859375 + }, + { + "word": " inhabitants", + "start": 449.56, + "end": 450.04, + "confidence": 0.998046875 + }, + { + "word": " there", + "start": 450.04, + "end": 450.34, + "confidence": 0.1820068359375 + }, + { + "word": " was", + "start": 450.34, + "end": 450.46, + "confidence": 0.99609375 + }, + { + "word": " nothing", + "start": 450.46, + "end": 450.7, + "confidence": 0.998046875 + }, + { + "word": " there", + "start": 450.7, + "end": 450.9, + "confidence": 0.9912109375 + }, + { + "word": " for", + "start": 450.9, + "end": 451.12, + "confidence": 0.99462890625 + }, + { + "word": " us,", + "start": 451.12, + "end": 451.36, + "confidence": 0.99853515625 + }, + { + "word": " so", + "start": 451.54, + "end": 451.68, + "confidence": 0.98876953125 + }, + { + "word": " we", + "start": 451.68, + "end": 451.86, + "confidence": 0.99169921875 + }, + { + "word": " came", + "start": 451.86, + "end": 452.06, + "confidence": 0.998046875 + }, + { + "word": " here", + "start": 452.06, + "end": 452.4, + "confidence": 0.99658203125 + }, + { + "word": " in", + "start": 452.4, + "end": 452.62, + "confidence": 0.8955078125 + }, + { + "word": " hopes", + "start": 452.62, + "end": 452.84, + "confidence": 0.9951171875 + }, + { + "word": " of", + "start": 452.84, + "end": 453.04, + "confidence": 0.99853515625 + }, + { + "word": " gaining", + "start": 453.04, + "end": 453.22, + "confidence": 0.99658203125 + }, + { + "word": " experience", + "start": 453.22, + "end": 453.94, + "confidence": 0.994140625 + }, + { + "word": " and", + "start": 453.94, + "end": 454.24, + "confidence": 0.9501953125 + }, + { + "word": " the", + "start": 454.24, + "end": 454.34, + "confidence": 0.95654296875 + }, + { + "word": " chance", + "start": 454.34, + "end": 454.54, + "confidence": 0.99658203125 + }, + { + "word": " to", + "start": 454.54, + "end": 454.76, + "confidence": 0.99853515625 + }, + { + "word": " truly", + "start": 454.76, + "end": 455.06, + "confidence": 0.99951171875 + }, + { + "word": " change", + "start": 455.06, + "end": 455.38, + "confidence": 0.99609375 + }, + { + "word": " our", + "start": 455.38, + "end": 455.54, + "confidence": 0.9970703125 + }, + { + "word": " lives", + "start": 455.54, + "end": 455.84, + "confidence": 0.99951171875 + }, + { + "word": " for", + "start": 455.84, + "end": 456.06, + "confidence": 0.9951171875 + }, + { + "word": " the", + "start": 456.06, + "end": 456.16, + "confidence": 0.994140625 + }, + { + "word": " better.", + "start": 456.16, + "end": 456.4, + "confidence": 0.9990234375 + }, + { + "word": " The", + "start": 457.5, + "end": 457.7, + "confidence": 0.87548828125 + }, + { + "word": " dark", + "start": 457.7, + "end": 457.88, + "confidence": 0.5869140625 + }, + { + "word": " elf", + "start": 457.88, + "end": 458.14, + "confidence": 0.5419921875 + }, + { + "word": " exhale", + "start": 458.14, + "end": 458.56, + "confidence": 0.275146484375 + }, + { + "word": " deeply.", + "start": 458.56, + "end": 459.16, + "confidence": 0.9833984375 + }, + { + "word": " I", + "start": 459.72, + "end": 459.9, + "confidence": 0.9619140625 + }, + { + "word": " realize", + "start": 459.9, + "end": 460.24, + "confidence": 0.7626953125 + }, + { + "word": " that", + "start": 460.24, + "end": 460.52, + "confidence": 0.9794921875 + }, + { + "word": " it", + "start": 460.52, + "end": 460.6, + "confidence": 0.9892578125 + }, + { + "word": " will", + "start": 460.6, + "end": 460.7, + "confidence": 0.98876953125 + }, + { + "word": " not", + "start": 460.7, + "end": 460.86, + "confidence": 0.99853515625 + }, + { + "word": " be", + "start": 460.86, + "end": 461.06, + "confidence": 0.998046875 + }, + { + "word": " easy", + "start": 461.06, + "end": 461.36, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 461.36, + "end": 461.52, + "confidence": 0.9990234375 + }, + { + "word": " gain", + "start": 461.52, + "end": 461.68, + "confidence": 0.99462890625 + }, + { + "word": " your", + "start": 461.68, + "end": 461.86, + "confidence": 0.99365234375 + }, + { + "word": " trust", + "start": 461.86, + "end": 462.2, + "confidence": 0.99853515625 + }, + { + "word": " or", + "start": 462.2, + "end": 462.48, + "confidence": 0.78564453125 + }, + { + "word": " that", + "start": 462.48, + "end": 462.64, + "confidence": 0.99365234375 + }, + { + "word": " of", + "start": 462.64, + "end": 462.8, + "confidence": 0.99658203125 + }, + { + "word": " your", + "start": 462.8, + "end": 462.88, + "confidence": 0.99169921875 + }, + { + "word": " people,", + "start": 462.88, + "end": 463.2, + "confidence": 0.998046875 + }, + { + "word": " but", + "start": 463.46, + "end": 463.58, + "confidence": 0.994140625 + }, + { + "word": " we", + "start": 463.58, + "end": 463.72, + "confidence": 0.9951171875 + }, + { + "word": " are", + "start": 463.72, + "end": 463.84, + "confidence": 0.97314453125 + }, + { + "word": " eager", + "start": 463.84, + "end": 464.12, + "confidence": 0.4033203125 + }, + { + "word": " for", + "start": 464.12, + "end": 464.34, + "confidence": 0.98486328125 + }, + { + "word": " the", + "start": 464.34, + "end": 464.46, + "confidence": 0.966796875 + }, + { + "word": " opportunity", + "start": 464.46, + "end": 464.88, + "confidence": 0.994140625 + }, + { + "word": " to", + "start": 464.88, + "end": 465.18, + "confidence": 0.9970703125 + }, + { + "word": " prove", + "start": 465.18, + "end": 465.42, + "confidence": 0.98486328125 + }, + { + "word": " our", + "start": 465.42, + "end": 465.58, + "confidence": 0.9814453125 + }, + { + "word": " worth.", + "start": 465.58, + "end": 465.98, + "confidence": 0.99560546875 + }, + { + "word": " Fairly", + "start": 466.88, + "end": 467.3, + "confidence": 0.97119140625 + }, + { + "word": " said,", + "start": 467.3, + "end": 467.6, + "confidence": 0.99658203125 + }, + { + "word": " encouraged", + "start": 467.78, + "end": 468.18, + "confidence": 0.564453125 + }, + { + "word": " wew", + "start": 468.18, + "end": 468.46, + "confidence": 0.376220703125 + }, + { + "word": " with", + "start": 468.46, + "end": 468.58, + "confidence": 0.89306640625 + }, + { + "word": " a", + "start": 468.58, + "end": 468.64, + "confidence": 0.779296875 + }, + { + "word": " nod,", + "start": 468.64, + "end": 468.86, + "confidence": 0.95068359375 + }, + { + "word": " and", + "start": 469.24, + "end": 469.3, + "confidence": 0.923828125 + }, + { + "word": " you", + "start": 469.3, + "end": 469.4, + "confidence": 0.97607421875 + }, + { + "word": " shall", + "start": 469.4, + "end": 469.54, + "confidence": 0.98583984375 + }, + { + "word": " have", + "start": 469.54, + "end": 469.74, + "confidence": 0.998046875 + }, + { + "word": " that", + "start": 469.74, + "end": 469.94, + "confidence": 0.98876953125 + }, + { + "word": " opportunity.", + "start": 469.94, + "end": 470.5, + "confidence": 0.99658203125 + }, + { + "word": " He", + "start": 471.06, + "end": 471.14, + "confidence": 0.9541015625 + }, + { + "word": " walked", + "start": 471.14, + "end": 471.32, + "confidence": 0.978515625 + }, + { + "word": " to", + "start": 471.32, + "end": 471.52, + "confidence": 0.9951171875 + }, + { + "word": " a", + "start": 471.52, + "end": 471.62, + "confidence": 0.9853515625 + }, + { + "word": " long", + "start": 471.62, + "end": 471.84, + "confidence": 0.9970703125 + }, + { + "word": " braided", + "start": 471.84, + "end": 472.28, + "confidence": 0.873046875 + }, + { + "word": " rope", + "start": 472.28, + "end": 472.5, + "confidence": 0.90234375 + }, + { + "word": " and", + "start": 472.5, + "end": 472.74, + "confidence": 0.93603515625 + }, + { + "word": " pulled,", + "start": 472.74, + "end": 472.98, + "confidence": 0.974609375 + }, + { + "word": " soon", + "start": 473.44, + "end": 473.56, + "confidence": 0.96435546875 + }, + { + "word": " a", + "start": 473.56, + "end": 473.7, + "confidence": 0.8720703125 + }, + { + "word": " knock", + "start": 473.7, + "end": 473.84, + "confidence": 0.53173828125 + }, + { + "word": " sounded", + "start": 473.84, + "end": 474.28, + "confidence": 0.97998046875 + }, + { + "word": " and", + "start": 474.28, + "end": 474.5, + "confidence": 0.6064453125 + }, + { + "word": " an", + "start": 474.5, + "end": 474.62, + "confidence": 0.95703125 + }, + { + "word": " attendant", + "start": 474.62, + "end": 474.96, + "confidence": 0.9892578125 + }, + { + "word": " opened", + "start": 474.96, + "end": 475.3, + "confidence": 0.98583984375 + }, + { + "word": " the", + "start": 475.3, + "end": 475.48, + "confidence": 0.99658203125 + }, + { + "word": " door.", + "start": 475.48, + "end": 475.7, + "confidence": 0.9990234375 + }, + { + "word": " You", + "start": 476.86, + "end": 477.04, + "confidence": 0.53271484375 + }, + { + "word": " rang", + "start": 477.04, + "end": 477.3, + "confidence": 0.95703125 + }, + { + "word": " headmaster", + "start": 477.3, + "end": 477.98, + "confidence": 0.79052734375 + }, + { + "word": " of", + "start": 477.98, + "end": 478.22, + "confidence": 0.61572265625 + }, + { + "word": " the", + "start": 478.22, + "end": 478.28, + "confidence": 0.98974609375 + }, + { + "word": " attendant", + "start": 478.28, + "end": 478.62, + "confidence": 0.978515625 + }, + { + "word": " asked,", + "start": 478.62, + "end": 479.16, + "confidence": 0.91650390625 + }, + { + "word": " yes,", + "start": 480.2, + "end": 480.42, + "confidence": 0.1341552734375 + }, + { + "word": " meeing", + "start": 480.6, + "end": 480.78, + "confidence": 0.33538818359375 + }, + { + "word": " please", + "start": 480.78, + "end": 481, + "confidence": 0.76806640625 + }, + { + "word": " arrange", + "start": 481, + "end": 481.36, + "confidence": 0.97509765625 + }, + { + "word": " quarters", + "start": 481.36, + "end": 481.72, + "confidence": 0.978515625 + }, + { + "word": " for", + "start": 481.72, + "end": 481.96, + "confidence": 0.99365234375 + }, + { + "word": " our", + "start": 481.96, + "end": 482.06, + "confidence": 0.986328125 + }, + { + "word": " two", + "start": 482.06, + "end": 482.22, + "confidence": 0.966796875 + }, + { + "word": " guests", + "start": 482.22, + "end": 482.48, + "confidence": 0.9951171875 + }, + { + "word": " here", + "start": 482.48, + "end": 482.8, + "confidence": 0.98583984375 + }, + { + "word": " and", + "start": 482.8, + "end": 483, + "confidence": 0.921875 + }, + { + "word": " see", + "start": 483, + "end": 483.18, + "confidence": 0.78466796875 + }, + { + "word": " to", + "start": 483.18, + "end": 483.34, + "confidence": 0.984375 + }, + { + "word": " their", + "start": 483.34, + "end": 483.48, + "confidence": 0.994140625 + }, + { + "word": " comforts.", + "start": 483.48, + "end": 484.14, + "confidence": 0.97509765625 + }, + { + "word": " However,", + "start": 484.52, + "end": 484.74, + "confidence": 0.9931640625 + }, + { + "word": " they", + "start": 484.96, + "end": 485.06, + "confidence": 0.9951171875 + }, + { + "word": " are", + "start": 485.06, + "end": 485.18, + "confidence": 0.98876953125 + }, + { + "word": " allowed", + "start": 485.18, + "end": 485.4, + "confidence": 0.99072265625 + }, + { + "word": " access", + "start": 485.4, + "end": 485.82, + "confidence": 0.99658203125 + }, + { + "word": " only", + "start": 485.82, + "end": 486.18, + "confidence": 0.98828125 + }, + { + "word": " to", + "start": 486.18, + "end": 486.36, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 486.36, + "end": 486.48, + "confidence": 0.99462890625 + }, + { + "word": " library", + "start": 486.48, + "end": 486.86, + "confidence": 0.88427734375 + }, + { + "word": " and", + "start": 486.86, + "end": 487.14, + "confidence": 0.402587890625 + }, + { + "word": " main", + "start": 487.14, + "end": 487.32, + "confidence": 0.92626953125 + }, + { + "word": " rooms,", + "start": 487.32, + "end": 487.76, + "confidence": 0.9677734375 + }, + { + "word": " but", + "start": 487.9, + "end": 487.98, + "confidence": 0.99658203125 + }, + { + "word": " must", + "start": 487.98, + "end": 488.16, + "confidence": 0.99951171875 + }, + { + "word": " be", + "start": 488.16, + "end": 488.38, + "confidence": 0.998046875 + }, + { + "word": " escorted", + "start": 488.38, + "end": 488.82, + "confidence": 0.9833984375 + }, + { + "word": " at", + "start": 488.82, + "end": 489.02, + "confidence": 0.9912109375 + }, + { + "word": " all", + "start": 489.02, + "end": 489.16, + "confidence": 0.99609375 + }, + { + "word": " times.", + "start": 489.16, + "end": 489.54, + "confidence": 0.9970703125 + }, + { + "word": " I", + "start": 489.96, + "end": 490.04, + "confidence": 0.99462890625 + }, + { + "word": " will", + "start": 490.04, + "end": 490.12, + "confidence": 0.99267578125 + }, + { + "word": " provide", + "start": 490.12, + "end": 490.4, + "confidence": 0.99658203125 + }, + { + "word": " further", + "start": 490.4, + "end": 490.78, + "confidence": 0.998046875 + }, + { + "word": " instructions", + "start": 490.78, + "end": 491.34, + "confidence": 0.99267578125 + }, + { + "word": " later.", + "start": 491.34, + "end": 491.8, + "confidence": 0.99072265625 + }, + { + "word": " The", + "start": 492.56, + "end": 493.04, + "confidence": 0.32861328125 + }, + { + "word": " woman", + "start": 493.04, + "end": 493.26, + "confidence": 0.94384765625 + }, + { + "word": " looked", + "start": 493.26, + "end": 493.54, + "confidence": 0.990234375 + }, + { + "word": " at", + "start": 493.54, + "end": 493.64, + "confidence": 0.99853515625 + }, + { + "word": " the", + "start": 493.64, + "end": 493.76, + "confidence": 0.99365234375 + }, + { + "word": " two", + "start": 493.76, + "end": 493.94, + "confidence": 0.99072265625 + }, + { + "word": " strangers", + "start": 493.94, + "end": 494.34, + "confidence": 0.9892578125 + }, + { + "word": " with", + "start": 494.34, + "end": 494.66, + "confidence": 0.9521484375 + }, + { + "word": " concern", + "start": 494.66, + "end": 495.1, + "confidence": 0.9970703125 + }, + { + "word": " as", + "start": 495.1, + "end": 495.44, + "confidence": 0.89306640625 + }, + { + "word": " they", + "start": 495.44, + "end": 495.56, + "confidence": 0.998046875 + }, + { + "word": " quickly", + "start": 495.56, + "end": 495.86, + "confidence": 0.99853515625 + }, + { + "word": " covered", + "start": 495.86, + "end": 496.2, + "confidence": 0.99609375 + }, + { + "word": " their", + "start": 496.2, + "end": 496.4, + "confidence": 0.99560546875 + }, + { + "word": " faces", + "start": 496.4, + "end": 496.78, + "confidence": 0.99755859375 + }, + { + "word": " with", + "start": 496.78, + "end": 497.04, + "confidence": 0.9951171875 + }, + { + "word": " their", + "start": 497.04, + "end": 497.22, + "confidence": 0.9970703125 + }, + { + "word": " hoods.", + "start": 497.22, + "end": 498.1, + "confidence": 0.965087890625 + }, + { + "word": " Yes,", + "start": 498.1, + "end": 498.46, + "confidence": 0.121826171875 + }, + { + "word": " headmaster,", + "start": 498.62, + "end": 498.94, + "confidence": 0.650146484375 + }, + { + "word": " I", + "start": 499.4, + "end": 499.48, + "confidence": 0.99609375 + }, + { + "word": " will", + "start": 499.48, + "end": 499.6, + "confidence": 0.98974609375 + }, + { + "word": " see", + "start": 499.6, + "end": 499.82, + "confidence": 0.97705078125 + }, + { + "word": " to", + "start": 499.82, + "end": 500.02, + "confidence": 0.9892578125 + }, + { + "word": " it.", + "start": 500.02, + "end": 500.18, + "confidence": 0.99267578125 + }, + { + "word": " The", + "start": 500.5, + "end": 500.6, + "confidence": 0.98876953125 + }, + { + "word": " woman", + "start": 500.6, + "end": 500.82, + "confidence": 0.99169921875 + }, + { + "word": " bowed", + "start": 500.82, + "end": 501.34, + "confidence": 0.97509765625 + }, + { + "word": " and", + "start": 501.34, + "end": 501.42, + "confidence": 0.5693359375 + }, + { + "word": " motioned", + "start": 501.42, + "end": 501.94, + "confidence": 0.979248046875 + }, + { + "word": " for", + "start": 501.94, + "end": 502.02, + "confidence": 0.99072265625 + }, + { + "word": " the", + "start": 502.02, + "end": 502.14, + "confidence": 0.99267578125 + }, + { + "word": " two", + "start": 502.14, + "end": 502.32, + "confidence": 0.99560546875 + }, + { + "word": " guests", + "start": 502.32, + "end": 502.54, + "confidence": 0.9912109375 + }, + { + "word": " to", + "start": 502.54, + "end": 502.82, + "confidence": 0.99658203125 + }, + { + "word": " follow", + "start": 502.82, + "end": 503.12, + "confidence": 0.99853515625 + }, + { + "word": " her.", + "start": 503.12, + "end": 503.36, + "confidence": 0.998046875 + }, + { + "word": " Once", + "start": 504.46, + "end": 504.6, + "confidence": 0.93701171875 + }, + { + "word": " the", + "start": 504.6, + "end": 504.76, + "confidence": 0.99755859375 + }, + { + "word": " door", + "start": 504.76, + "end": 504.9, + "confidence": 0.99853515625 + }, + { + "word": " was", + "start": 504.9, + "end": 505.06, + "confidence": 0.9990234375 + }, + { + "word": " closed,", + "start": 505.06, + "end": 505.42, + "confidence": 0.9931640625 + }, + { + "word": " Jalen", + "start": 505.68, + "end": 505.88, + "confidence": 0.66455078125 + }, + { + "word": " exclaimed,", + "start": 505.88, + "end": 506.48, + "confidence": 0.992431640625 + }, + { + "word": " by", + "start": 506.84, + "end": 506.88, + "confidence": 0.406982421875 + }, + { + "word": " the", + "start": 506.88, + "end": 507.04, + "confidence": 0.98828125 + }, + { + "word": " abyss,", + "start": 507.04, + "end": 507.44, + "confidence": 0.8447265625 + }, + { + "word": " a", + "start": 507.62, + "end": 507.66, + "confidence": 0.98388671875 + }, + { + "word": " dark", + "start": 507.66, + "end": 507.84, + "confidence": 0.9736328125 + }, + { + "word": " elf", + "start": 507.84, + "end": 508.12, + "confidence": 0.9736328125 + }, + { + "word": " here", + "start": 508.12, + "end": 508.4, + "confidence": 0.92626953125 + }, + { + "word": " on", + "start": 508.4, + "end": 508.52, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 508.52, + "end": 508.62, + "confidence": 0.99609375 + }, + { + "word": " surface", + "start": 508.62, + "end": 508.98, + "confidence": 0.99755859375 + }, + { + "word": " looking", + "start": 508.98, + "end": 509.28, + "confidence": 0.8544921875 + }, + { + "word": " to", + "start": 509.28, + "end": 509.5, + "confidence": 0.9990234375 + }, + { + "word": " change", + "start": 509.5, + "end": 509.74, + "confidence": 0.98828125 + }, + { + "word": " his", + "start": 509.74, + "end": 509.92, + "confidence": 0.99365234375 + }, + { + "word": " spots.", + "start": 509.92, + "end": 510.36, + "confidence": 0.9873046875 + }, + { + "word": " The", + "start": 510.78, + "end": 510.88, + "confidence": 0.98974609375 + }, + { + "word": " inquisitor", + "start": 510.88, + "end": 511.36, + "confidence": 0.8971354166666666 + }, + { + "word": " shook", + "start": 511.36, + "end": 511.6, + "confidence": 0.9990234375 + }, + { + "word": " his", + "start": 511.6, + "end": 511.82, + "confidence": 0.998046875 + }, + { + "word": " head,", + "start": 511.82, + "end": 512.1, + "confidence": 0.9990234375 + }, + { + "word": " what", + "start": 512.46, + "end": 512.62, + "confidence": 0.153564453125 + }, + { + "word": " is", + "start": 512.62, + "end": 512.76, + "confidence": 0.99365234375 + }, + { + "word": " the", + "start": 512.76, + "end": 512.88, + "confidence": 0.9970703125 + }, + { + "word": " world", + "start": 512.88, + "end": 513.1, + "confidence": 0.9892578125 + }, + { + "word": " coming", + "start": 513.1, + "end": 513.42, + "confidence": 0.99365234375 + }, + { + "word": " to?", + "start": 513.42, + "end": 513.66, + "confidence": 0.9931640625 + }, + { + "word": " Master", + "start": 514.54, + "end": 515.02, + "confidence": 0.66748046875 + }, + { + "word": " Wu,", + "start": 515.02, + "end": 515.22, + "confidence": 0.84326171875 + }, + { + "word": " I", + "start": 515.44, + "end": 515.48, + "confidence": 0.99609375 + }, + { + "word": " hope", + "start": 515.48, + "end": 515.64, + "confidence": 0.99609375 + }, + { + "word": " that", + "start": 515.64, + "end": 515.8, + "confidence": 0.86376953125 + }, + { + "word": " you've", + "start": 515.8, + "end": 516, + "confidence": 0.941162109375 + }, + { + "word": " not", + "start": 516, + "end": 516.08, + "confidence": 0.9912109375 + }, + { + "word": " just", + "start": 516.08, + "end": 516.32, + "confidence": 0.9892578125 + }, + { + "word": " destroyed", + "start": 516.32, + "end": 516.82, + "confidence": 0.99462890625 + }, + { + "word": " your", + "start": 516.82, + "end": 517.02, + "confidence": 0.99267578125 + }, + { + "word": " pretty", + "start": 517.02, + "end": 517.26, + "confidence": 0.9912109375 + }, + { + "word": " little", + "start": 517.26, + "end": 517.54, + "confidence": 0.99560546875 + }, + { + "word": " academy", + "start": 517.54, + "end": 517.96, + "confidence": 0.83251953125 + }, + { + "word": " here,", + "start": 517.96, + "end": 518.3, + "confidence": 0.98046875 + }, + { + "word": " Spat", + "start": 518.58, + "end": 518.86, + "confidence": 0.628173828125 + }, + { + "word": " Faric,", + "start": 518.86, + "end": 519.28, + "confidence": 0.1297760009765625 + }, + { + "word": " nothing", + "start": 519.74, + "end": 519.96, + "confidence": 0.89208984375 + }, + { + "word": " good", + "start": 519.96, + "end": 520.24, + "confidence": 0.99072265625 + }, + { + "word": " can", + "start": 520.24, + "end": 520.46, + "confidence": 0.99072265625 + }, + { + "word": " come", + "start": 520.46, + "end": 520.66, + "confidence": 0.99658203125 + }, + { + "word": " from", + "start": 520.66, + "end": 520.86, + "confidence": 0.99609375 + }, + { + "word": " this", + "start": 520.86, + "end": 521.06, + "confidence": 0.986328125 + }, + { + "word": " dark", + "start": 521.06, + "end": 521.26, + "confidence": 0.931640625 + }, + { + "word": " elf", + "start": 521.26, + "end": 521.56, + "confidence": 0.94384765625 + }, + { + "word": " or", + "start": 521.56, + "end": 521.82, + "confidence": 0.9248046875 + }, + { + "word": " his", + "start": 521.82, + "end": 521.98, + "confidence": 0.9755859375 + }, + { + "word": " little", + "start": 521.98, + "end": 522.16, + "confidence": 0.99853515625 + }, + { + "word": " friend.", + "start": 522.16, + "end": 522.56, + "confidence": 0.99609375 + }, + { + "word": " Perhaps", + "start": 523.54, + "end": 523.96, + "confidence": 0.57568359375 + }, + { + "word": " good", + "start": 523.96, + "end": 524.28, + "confidence": 0.8525390625 + }, + { + "word": " dwarf,", + "start": 524.28, + "end": 524.56, + "confidence": 0.93505859375 + }, + { + "word": " but", + "start": 524.76, + "end": 524.82, + "confidence": 0.9970703125 + }, + { + "word": " only", + "start": 524.82, + "end": 525.06, + "confidence": 0.9970703125 + }, + { + "word": " time", + "start": 525.06, + "end": 525.34, + "confidence": 0.99072265625 + }, + { + "word": " will", + "start": 525.34, + "end": 525.54, + "confidence": 0.97802734375 + }, + { + "word": " tell,", + "start": 525.54, + "end": 525.9, + "confidence": 0.99560546875 + }, + { + "word": " surmise", + "start": 526.28, + "end": 526.56, + "confidence": 0.91162109375 + }, + { + "word": " the", + "start": 526.56, + "end": 526.78, + "confidence": 0.98388671875 + }, + { + "word": " wizard.", + "start": 526.78, + "end": 527.04, + "confidence": 0.875 + }, + { + "word": " If", + "start": 528.12, + "end": 528.36, + "confidence": 0.3115234375 + }, + { + "word": " this", + "start": 528.36, + "end": 528.54, + "confidence": 0.99169921875 + }, + { + "word": " dark", + "start": 528.54, + "end": 528.82, + "confidence": 0.98291015625 + }, + { + "word": " elf", + "start": 528.82, + "end": 529.04, + "confidence": 0.9951171875 + }, + { + "word": " is", + "start": 529.04, + "end": 529.2, + "confidence": 0.990234375 + }, + { + "word": " truly", + "start": 529.2, + "end": 529.56, + "confidence": 0.9931640625 + }, + { + "word": " returning,", + "start": 529.56, + "end": 530.2, + "confidence": 0.82568359375 + }, + { + "word": " said", + "start": 530.52, + "end": 530.68, + "confidence": 0.962890625 + }, + { + "word": " Aragast", + "start": 530.68, + "end": 531.06, + "confidence": 0.6297607421875 + }, + { + "word": " doubtfully,", + "start": 531.06, + "end": 531.62, + "confidence": 0.6787109375 + }, + { + "word": " then", + "start": 532.02, + "end": 532.2, + "confidence": 0.9912109375 + }, + { + "word": " it", + "start": 532.2, + "end": 532.38, + "confidence": 0.994140625 + }, + { + "word": " is", + "start": 532.38, + "end": 532.52, + "confidence": 0.9931640625 + }, + { + "word": " a", + "start": 532.52, + "end": 532.62, + "confidence": 0.99560546875 + }, + { + "word": " joyous", + "start": 532.62, + "end": 533.08, + "confidence": 0.9873046875 + }, + { + "word": " occasion", + "start": 533.08, + "end": 533.54, + "confidence": 0.99853515625 + }, + { + "word": " indeed.", + "start": 533.54, + "end": 533.92, + "confidence": 0.82421875 + }, + { + "word": " Why", + "start": 534.9, + "end": 535.42, + "confidence": 0.7734375 + }, + { + "word": " is", + "start": 535.42, + "end": 535.6, + "confidence": 0.98974609375 + }, + { + "word": " that,", + "start": 535.6, + "end": 535.82, + "confidence": 0.994140625 + }, + { + "word": " Curie", + "start": 536.04, + "end": 536.32, + "confidence": 0.508544921875 + }, + { + "word": " asked?", + "start": 536.32, + "end": 536.7, + "confidence": 0.865234375 + }, + { + "word": " Because", + "start": 537.46, + "end": 537.94, + "confidence": 0.93017578125 + }, + { + "word": " the", + "start": 537.94, + "end": 538.12, + "confidence": 0.9833984375 + }, + { + "word": " dark", + "start": 538.12, + "end": 538.3, + "confidence": 0.982421875 + }, + { + "word": " powers", + "start": 538.3, + "end": 538.68, + "confidence": 0.99267578125 + }, + { + "word": " that", + "start": 538.68, + "end": 538.9, + "confidence": 0.99560546875 + }, + { + "word": " drew", + "start": 538.9, + "end": 539.08, + "confidence": 0.99072265625 + }, + { + "word": " our", + "start": 539.08, + "end": 539.24, + "confidence": 0.9912109375 + }, + { + "word": " cousins", + "start": 539.24, + "end": 539.5, + "confidence": 0.9677734375 + }, + { + "word": " into", + "start": 539.5, + "end": 539.76, + "confidence": 0.990234375 + }, + { + "word": " the", + "start": 539.76, + "end": 539.92, + "confidence": 0.9951171875 + }, + { + "word": " deep", + "start": 539.92, + "end": 540.08, + "confidence": 0.99609375 + }, + { + "word": " recesses", + "start": 540.08, + "end": 540.62, + "confidence": 0.997802734375 + }, + { + "word": " of", + "start": 540.62, + "end": 540.74, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 540.74, + "end": 540.86, + "confidence": 0.9912109375 + }, + { + "word": " underworld", + "start": 540.86, + "end": 541.16, + "confidence": 0.94384765625 + }, + { + "word": " hold", + "start": 541.16, + "end": 541.44, + "confidence": 0.98583984375 + }, + { + "word": " great", + "start": 541.44, + "end": 541.78, + "confidence": 0.9931640625 + }, + { + "word": " sway", + "start": 541.78, + "end": 542.08, + "confidence": 0.98095703125 + }, + { + "word": " over", + "start": 542.08, + "end": 542.4, + "confidence": 0.998046875 + }, + { + "word": " them.", + "start": 542.4, + "end": 542.56, + "confidence": 0.9970703125 + }, + { + "word": " Evil", + "start": 543.18, + "end": 543.36, + "confidence": 0.93115234375 + }, + { + "word": " permeates", + "start": 543.36, + "end": 543.9, + "confidence": 0.983642578125 + }, + { + "word": " their", + "start": 543.9, + "end": 544.08, + "confidence": 0.99609375 + }, + { + "word": " entire", + "start": 544.08, + "end": 544.38, + "confidence": 0.9951171875 + }, + { + "word": " society,", + "start": 544.38, + "end": 545.02, + "confidence": 0.99365234375 + }, + { + "word": " their", + "start": 545.42, + "end": 545.52, + "confidence": 0.98291015625 + }, + { + "word": " children", + "start": 545.52, + "end": 545.88, + "confidence": 0.99609375 + }, + { + "word": " are", + "start": 545.88, + "end": 546.04, + "confidence": 0.99853515625 + }, + { + "word": " taught", + "start": 546.04, + "end": 546.22, + "confidence": 0.9951171875 + }, + { + "word": " to", + "start": 546.22, + "end": 546.4, + "confidence": 0.9970703125 + }, + { + "word": " mistrust", + "start": 546.4, + "end": 546.74, + "confidence": 0.985595703125 + }, + { + "word": " and", + "start": 546.74, + "end": 547, + "confidence": 0.9814453125 + }, + { + "word": " hate", + "start": 547, + "end": 547.14, + "confidence": 0.9951171875 + }, + { + "word": " from", + "start": 547.14, + "end": 547.36, + "confidence": 0.99267578125 + }, + { + "word": " an", + "start": 547.36, + "end": 547.46, + "confidence": 0.79296875 + }, + { + "word": " early", + "start": 547.46, + "end": 547.68, + "confidence": 0.99462890625 + }, + { + "word": " age,", + "start": 547.68, + "end": 548.08, + "confidence": 0.99365234375 + }, + { + "word": " and", + "start": 548.28, + "end": 548.36, + "confidence": 0.9921875 + }, + { + "word": " would", + "start": 548.36, + "end": 548.46, + "confidence": 0.98486328125 + }, + { + "word": " willingly", + "start": 548.46, + "end": 548.72, + "confidence": 0.99365234375 + }, + { + "word": " put", + "start": 548.72, + "end": 549, + "confidence": 0.99755859375 + }, + { + "word": " a", + "start": 549, + "end": 549.12, + "confidence": 0.986328125 + }, + { + "word": " blade", + "start": 549.12, + "end": 549.3, + "confidence": 0.994140625 + }, + { + "word": " into", + "start": 549.3, + "end": 549.54, + "confidence": 0.99072265625 + }, + { + "word": " a", + "start": 549.54, + "end": 549.68, + "confidence": 0.99755859375 + }, + { + "word": " fellow", + "start": 549.68, + "end": 549.88, + "confidence": 0.9365234375 + }, + { + "word": " dark", + "start": 549.88, + "end": 550.12, + "confidence": 0.273193359375 + }, + { + "word": " elf's", + "start": 550.12, + "end": 550.52, + "confidence": 0.77978515625 + }, + { + "word": " back", + "start": 550.52, + "end": 550.68, + "confidence": 0.9912109375 + }, + { + "word": " as", + "start": 550.68, + "end": 551, + "confidence": 0.77490234375 + }, + { + "word": " join", + "start": 551, + "end": 551.26, + "confidence": 0.454833984375 + }, + { + "word": " with", + "start": 551.26, + "end": 551.5, + "confidence": 0.9892578125 + }, + { + "word": " him", + "start": 551.5, + "end": 551.62, + "confidence": 0.99169921875 + }, + { + "word": " in", + "start": 551.62, + "end": 551.74, + "confidence": 0.9912109375 + }, + { + "word": " a", + "start": 551.74, + "end": 551.82, + "confidence": 0.994140625 + }, + { + "word": " common", + "start": 551.82, + "end": 552.08, + "confidence": 0.98583984375 + }, + { + "word": " cause.", + "start": 552.08, + "end": 552.48, + "confidence": 0.99853515625 + }, + { + "word": " I", + "start": 553.1, + "end": 553.18, + "confidence": 0.9755859375 + }, + { + "word": " only", + "start": 553.18, + "end": 553.34, + "confidence": 0.99267578125 + }, + { + "word": " know", + "start": 553.34, + "end": 553.52, + "confidence": 0.99853515625 + }, + { + "word": " of", + "start": 553.52, + "end": 553.68, + "confidence": 0.98681640625 + }, + { + "word": " two", + "start": 553.68, + "end": 553.86, + "confidence": 0.98681640625 + }, + { + "word": " other", + "start": 553.86, + "end": 554.14, + "confidence": 0.99658203125 + }, + { + "word": " instances", + "start": 554.14, + "end": 554.58, + "confidence": 0.99267578125 + }, + { + "word": " in", + "start": 554.58, + "end": 554.8, + "confidence": 0.97509765625 + }, + { + "word": " my", + "start": 554.8, + "end": 554.9, + "confidence": 0.998046875 + }, + { + "word": " lifetime", + "start": 554.9, + "end": 555.28, + "confidence": 0.9453125 + }, + { + "word": " that", + "start": 555.28, + "end": 555.54, + "confidence": 0.99267578125 + }, + { + "word": " dark", + "start": 555.54, + "end": 555.78, + "confidence": 0.96728515625 + }, + { + "word": " elves", + "start": 555.78, + "end": 556.04, + "confidence": 0.9755859375 + }, + { + "word": " have", + "start": 556.04, + "end": 556.2, + "confidence": 0.9794921875 + }, + { + "word": " made", + "start": 556.2, + "end": 556.34, + "confidence": 0.99365234375 + }, + { + "word": " a", + "start": 556.34, + "end": 556.42, + "confidence": 0.9873046875 + }, + { + "word": " return,", + "start": 556.42, + "end": 556.78, + "confidence": 0.99267578125 + }, + { + "word": " the", + "start": 557.22, + "end": 557.3, + "confidence": 0.9580078125 + }, + { + "word": " elf", + "start": 557.3, + "end": 557.48, + "confidence": 0.95068359375 + }, + { + "word": " explained.", + "start": 557.48, + "end": 558.04, + "confidence": 0.98974609375 + }, + { + "word": " Is", + "start": 559.1, + "end": 559.34, + "confidence": 0.83740234375 + }, + { + "word": " there", + "start": 559.34, + "end": 559.5, + "confidence": 0.99755859375 + }, + { + "word": " a", + "start": 559.5, + "end": 559.64, + "confidence": 0.99755859375 + }, + { + "word": " way", + "start": 559.64, + "end": 559.76, + "confidence": 0.99755859375 + }, + { + "word": " for", + "start": 559.76, + "end": 559.94, + "confidence": 0.9970703125 + }, + { + "word": " us", + "start": 559.94, + "end": 560.04, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 560.04, + "end": 560.18, + "confidence": 0.998046875 + }, + { + "word": " know", + "start": 560.18, + "end": 560.34, + "confidence": 0.998046875 + }, + { + "word": " that", + "start": 560.34, + "end": 560.52, + "confidence": 0.96923828125 + }, + { + "word": " he", + "start": 560.52, + "end": 560.68, + "confidence": 0.98388671875 + }, + { + "word": " is", + "start": 560.68, + "end": 560.76, + "confidence": 0.98779296875 + }, + { + "word": " speaking", + "start": 560.76, + "end": 561.06, + "confidence": 0.9921875 + }, + { + "word": " the", + "start": 561.06, + "end": 561.24, + "confidence": 0.9931640625 + }, + { + "word": " truth,", + "start": 561.24, + "end": 561.6, + "confidence": 0.99267578125 + }, + { + "word": " that", + "start": 561.82, + "end": 561.94, + "confidence": 0.9970703125 + }, + { + "word": " he", + "start": 561.94, + "end": 562.1, + "confidence": 0.99560546875 + }, + { + "word": " has", + "start": 562.1, + "end": 562.26, + "confidence": 0.9814453125 + }, + { + "word": " indeed", + "start": 562.26, + "end": 562.6, + "confidence": 0.92236328125 + }, + { + "word": " returned,", + "start": 562.6, + "end": 563.12, + "confidence": 0.97314453125 + }, + { + "word": " ask", + "start": 563.52, + "end": 563.72, + "confidence": 0.75927734375 + }, + { + "word": " Curie?", + "start": 563.72, + "end": 564.12, + "confidence": 0.25165557861328125 + }, + { + "word": " The", + "start": 564.88, + "end": 565.32, + "confidence": 0.93359375 + }, + { + "word": " same", + "start": 565.32, + "end": 565.5, + "confidence": 0.9990234375 + }, + { + "word": " way", + "start": 565.5, + "end": 565.7, + "confidence": 0.998046875 + }, + { + "word": " anyone", + "start": 565.7, + "end": 566.04, + "confidence": 0.93212890625 + }, + { + "word": " can", + "start": 566.04, + "end": 566.24, + "confidence": 0.99658203125 + }, + { + "word": " discern", + "start": 566.24, + "end": 566.5, + "confidence": 0.9990234375 + }, + { + "word": " the", + "start": 566.5, + "end": 566.7, + "confidence": 0.994140625 + }, + { + "word": " truth", + "start": 566.7, + "end": 567.1, + "confidence": 0.99560546875 + }, + { + "word": " through", + "start": 567.1, + "end": 567.38, + "confidence": 0.86181640625 + }, + { + "word": " spell", + "start": 567.38, + "end": 567.74, + "confidence": 0.9853515625 + }, + { + "word": " or", + "start": 567.74, + "end": 568.04, + "confidence": 0.95654296875 + }, + { + "word": " interrogation.", + "start": 568.04, + "end": 568.82, + "confidence": 0.9970703125 + }, + { + "word": " My", + "start": 569.46, + "end": 569.64, + "confidence": 0.908203125 + }, + { + "word": " powers", + "start": 569.64, + "end": 570, + "confidence": 0.99560546875 + }, + { + "word": " allow", + "start": 570, + "end": 570.34, + "confidence": 0.99609375 + }, + { + "word": " me", + "start": 570.34, + "end": 570.54, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 570.54, + "end": 570.66, + "confidence": 0.9970703125 + }, + { + "word": " recognize", + "start": 570.66, + "end": 571.14, + "confidence": 0.9619140625 + }, + { + "word": " whether", + "start": 571.14, + "end": 571.5, + "confidence": 0.99365234375 + }, + { + "word": " someone", + "start": 571.5, + "end": 571.82, + "confidence": 0.9970703125 + }, + { + "word": " is", + "start": 571.82, + "end": 572.02, + "confidence": 0.99658203125 + }, + { + "word": " lying,", + "start": 572.02, + "end": 572.28, + "confidence": 0.998046875 + }, + { + "word": " and", + "start": 572.62, + "end": 572.68, + "confidence": 0.99755859375 + }, + { + "word": " I", + "start": 572.68, + "end": 572.76, + "confidence": 0.994140625 + }, + { + "word": " detected", + "start": 572.76, + "end": 573.12, + "confidence": 0.9853515625 + }, + { + "word": " no", + "start": 573.12, + "end": 573.38, + "confidence": 0.998046875 + }, + { + "word": " subterfuge", + "start": 573.38, + "end": 573.98, + "confidence": 0.930908203125 + }, + { + "word": " from", + "start": 573.98, + "end": 574.2, + "confidence": 0.82421875 + }, + { + "word": " him,", + "start": 574.2, + "end": 574.4, + "confidence": 0.98291015625 + }, + { + "word": " stated", + "start": 574.78, + "end": 575, + "confidence": 0.97265625 + }, + { + "word": " Jalen", + "start": 575, + "end": 575.44, + "confidence": 0.669677734375 + }, + { + "word": " matter", + "start": 575.44, + "end": 575.74, + "confidence": 0.495361328125 + }, + { + "word": " of", + "start": 575.74, + "end": 575.96, + "confidence": 0.91455078125 + }, + { + "word": " factly.", + "start": 575.96, + "end": 576.4, + "confidence": 0.655029296875 + }, + { + "word": " The", + "start": 577.06, + "end": 577.58, + "confidence": 0.66064453125 + }, + { + "word": " elf", + "start": 577.58, + "end": 577.72, + "confidence": 0.2393798828125 + }, + { + "word": " stood", + "start": 577.72, + "end": 578.02, + "confidence": 0.9921875 + }, + { + "word": " and", + "start": 578.02, + "end": 578.18, + "confidence": 0.96875 + }, + { + "word": " began", + "start": 578.18, + "end": 578.42, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 578.42, + "end": 578.64, + "confidence": 0.998046875 + }, + { + "word": " pace.", + "start": 578.64, + "end": 578.84, + "confidence": 0.91845703125 + }, + { + "word": " If", + "start": 579.38, + "end": 579.52, + "confidence": 0.87890625 + }, + { + "word": " this", + "start": 579.52, + "end": 579.72, + "confidence": 0.9931640625 + }, + { + "word": " dark", + "start": 579.72, + "end": 579.94, + "confidence": 0.9482421875 + }, + { + "word": " elf,", + "start": 579.94, + "end": 580.32, + "confidence": 0.98974609375 + }, + { + "word": " Barra's", + "start": 580.6, + "end": 580.98, + "confidence": 0.6258951822916666 + }, + { + "word": " has", + "start": 580.98, + "end": 581.12, + "confidence": 0.95849609375 + }, + { + "word": " indeed", + "start": 581.12, + "end": 581.44, + "confidence": 0.97021484375 + }, + { + "word": " returned,", + "start": 581.44, + "end": 581.92, + "confidence": 0.99462890625 + }, + { + "word": " he", + "start": 582.24, + "end": 582.3, + "confidence": 0.9853515625 + }, + { + "word": " will", + "start": 582.3, + "end": 582.38, + "confidence": 0.9931640625 + }, + { + "word": " require", + "start": 582.38, + "end": 582.68, + "confidence": 0.99609375 + }, + { + "word": " help", + "start": 582.68, + "end": 583.08, + "confidence": 0.9931640625 + }, + { + "word": " to", + "start": 583.08, + "end": 583.28, + "confidence": 0.99658203125 + }, + { + "word": " adjust", + "start": 583.28, + "end": 583.54, + "confidence": 0.98876953125 + }, + { + "word": " to", + "start": 583.54, + "end": 583.8, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 583.8, + "end": 583.92, + "confidence": 0.98974609375 + }, + { + "word": " Elven", + "start": 583.92, + "end": 584.18, + "confidence": 0.752685546875 + }, + { + "word": " lifestyle", + "start": 584.18, + "end": 584.62, + "confidence": 0.95556640625 + }, + { + "word": " above.", + "start": 584.62, + "end": 585.02, + "confidence": 0.98681640625 + }, + { + "word": " Perhaps", + "start": 585.58, + "end": 585.8, + "confidence": 0.97607421875 + }, + { + "word": " I'll", + "start": 585.8, + "end": 586.1, + "confidence": 0.970703125 + }, + { + "word": " send", + "start": 586.1, + "end": 586.26, + "confidence": 0.99609375 + }, + { + "word": " word", + "start": 586.26, + "end": 586.52, + "confidence": 0.93701171875 + }, + { + "word": " to", + "start": 586.52, + "end": 586.68, + "confidence": 0.99658203125 + }, + { + "word": " my", + "start": 586.68, + "end": 586.8, + "confidence": 0.99560546875 + }, + { + "word": " brother", + "start": 586.8, + "end": 587.08, + "confidence": 0.98291015625 + }, + { + "word": " and", + "start": 587.08, + "end": 587.24, + "confidence": 0.947265625 + }, + { + "word": " sister", + "start": 587.24, + "end": 587.58, + "confidence": 0.9951171875 + }, + { + "word": " and", + "start": 587.58, + "end": 587.78, + "confidence": 0.88525390625 + }, + { + "word": " instruct", + "start": 587.78, + "end": 588.1, + "confidence": 0.9951171875 + }, + { + "word": " them", + "start": 588.1, + "end": 588.4, + "confidence": 0.98095703125 + }, + { + "word": " to", + "start": 588.4, + "end": 588.54, + "confidence": 0.9951171875 + }, + { + "word": " look", + "start": 588.54, + "end": 588.68, + "confidence": 0.912109375 + }, + { + "word": " in", + "start": 588.68, + "end": 588.84, + "confidence": 0.9619140625 + }, + { + "word": " on", + "start": 588.84, + "end": 588.9, + "confidence": 0.9775390625 + }, + { + "word": " him", + "start": 588.9, + "end": 589.06, + "confidence": 0.99462890625 + }, + { + "word": " from", + "start": 589.06, + "end": 589.26, + "confidence": 0.98291015625 + }, + { + "word": " time", + "start": 589.26, + "end": 589.54, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 589.54, + "end": 589.74, + "confidence": 0.97998046875 + }, + { + "word": " time,", + "start": 589.74, + "end": 590.06, + "confidence": 0.99951171875 + }, + { + "word": " explained", + "start": 590.36, + "end": 590.82, + "confidence": 0.888671875 + }, + { + "word": " Aragast.", + "start": 590.82, + "end": 591.48, + "confidence": 0.58172607421875 + }, + { + "word": " Speaking", + "start": 592.46, + "end": 592.78, + "confidence": 0.7080078125 + }, + { + "word": " of", + "start": 592.78, + "end": 592.98, + "confidence": 0.998046875 + }, + { + "word": " your", + "start": 592.98, + "end": 593.1, + "confidence": 0.994140625 + }, + { + "word": " siblings,", + "start": 593.1, + "end": 593.4, + "confidence": 0.97412109375 + }, + { + "word": " how", + "start": 593.7, + "end": 593.82, + "confidence": 0.9580078125 + }, + { + "word": " are", + "start": 593.82, + "end": 593.96, + "confidence": 0.9921875 + }, + { + "word": " they,", + "start": 593.96, + "end": 594.16, + "confidence": 0.9970703125 + }, + { + "word": " ask", + "start": 594.42, + "end": 594.64, + "confidence": 0.849609375 + }, + { + "word": " Veia", + "start": 594.64, + "end": 595.02, + "confidence": 0.362060546875 + }, + { + "word": " changing", + "start": 595.02, + "end": 595.38, + "confidence": 0.701171875 + }, + { + "word": " the", + "start": 595.38, + "end": 595.58, + "confidence": 0.9921875 + }, + { + "word": " subject?", + "start": 595.58, + "end": 595.94, + "confidence": 0.99462890625 + }, + { + "word": " I", + "start": 596.46, + "end": 596.58, + "confidence": 0.97607421875 + }, + { + "word": " haven't", + "start": 596.58, + "end": 596.84, + "confidence": 0.99462890625 + }, + { + "word": " seen", + "start": 596.84, + "end": 597.04, + "confidence": 0.99658203125 + }, + { + "word": " them", + "start": 597.04, + "end": 597.2, + "confidence": 0.99609375 + }, + { + "word": " for", + "start": 597.2, + "end": 597.34, + "confidence": 0.97998046875 + }, + { + "word": " many", + "start": 597.34, + "end": 597.54, + "confidence": 0.9970703125 + }, + { + "word": " months", + "start": 597.54, + "end": 597.76, + "confidence": 0.99609375 + }, + { + "word": " now.", + "start": 597.76, + "end": 598.12, + "confidence": 0.99462890625 + }, + { + "word": " They", + "start": 599, + "end": 599.48, + "confidence": 0.56396484375 + }, + { + "word": " are", + "start": 599.48, + "end": 599.6, + "confidence": 0.9755859375 + }, + { + "word": " well", + "start": 599.6, + "end": 599.8, + "confidence": 0.8505859375 + }, + { + "word": " Veia,", + "start": 599.8, + "end": 600.24, + "confidence": 0.21366119384765625 + }, + { + "word": " said", + "start": 600.38, + "end": 600.48, + "confidence": 0.85205078125 + }, + { + "word": " Aragast.", + "start": 600.48, + "end": 600.94, + "confidence": 0.5469970703125 + }, + { + "word": " As", + "start": 601.36, + "end": 601.42, + "confidence": 0.97119140625 + }, + { + "word": " always,", + "start": 601.42, + "end": 601.8, + "confidence": 0.978515625 + }, + { + "word": " Alodia", + "start": 602.12, + "end": 602.38, + "confidence": 0.326507568359375 + }, + { + "word": " and", + "start": 602.38, + "end": 602.58, + "confidence": 0.990234375 + }, + { + "word": " Belegast", + "start": 602.58, + "end": 603.08, + "confidence": 0.6564127604166666 + }, + { + "word": " roam", + "start": 603.08, + "end": 603.28, + "confidence": 0.355712890625 + }, + { + "word": " the", + "start": 603.28, + "end": 603.46, + "confidence": 0.9931640625 + }, + { + "word": " mithril", + "start": 603.46, + "end": 603.72, + "confidence": 0.6056315104166666 + }, + { + "word": " forest,", + "start": 603.72, + "end": 604.12, + "confidence": 0.95361328125 + }, + { + "word": " protecting", + "start": 604.36, + "end": 604.64, + "confidence": 0.990234375 + }, + { + "word": " the", + "start": 604.64, + "end": 604.88, + "confidence": 0.9970703125 + }, + { + "word": " innocent", + "start": 604.88, + "end": 605.14, + "confidence": 0.9521484375 + }, + { + "word": " and", + "start": 605.14, + "end": 605.34, + "confidence": 0.77587890625 + }, + { + "word": " bringing", + "start": 605.34, + "end": 605.56, + "confidence": 0.99560546875 + }, + { + "word": " those", + "start": 605.56, + "end": 605.78, + "confidence": 0.99462890625 + }, + { + "word": " who", + "start": 605.78, + "end": 605.94, + "confidence": 0.99365234375 + }, + { + "word": " seek", + "start": 605.94, + "end": 606.08, + "confidence": 0.9990234375 + }, + { + "word": " to", + "start": 606.08, + "end": 606.26, + "confidence": 0.99658203125 + }, + { + "word": " ravage", + "start": 606.26, + "end": 606.62, + "confidence": 0.987548828125 + }, + { + "word": " the", + "start": 606.62, + "end": 606.76, + "confidence": 0.99462890625 + }, + { + "word": " woods", + "start": 606.76, + "end": 606.92, + "confidence": 0.9873046875 + }, + { + "word": " to", + "start": 606.92, + "end": 607.14, + "confidence": 0.9951171875 + }, + { + "word": " justice.", + "start": 607.14, + "end": 607.48, + "confidence": 0.98486328125 + }, + { + "word": " They've", + "start": 608.08, + "end": 608.3, + "confidence": 0.853271484375 + }, + { + "word": " also", + "start": 608.3, + "end": 608.52, + "confidence": 0.99755859375 + }, + { + "word": " contributed", + "start": 608.52, + "end": 608.96, + "confidence": 0.99462890625 + }, + { + "word": " to", + "start": 608.96, + "end": 609.16, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 609.16, + "end": 609.26, + "confidence": 0.990234375 + }, + { + "word": " temple's", + "start": 609.26, + "end": 609.66, + "confidence": 0.892578125 + }, + { + "word": " construction,", + "start": 609.66, + "end": 610.22, + "confidence": 0.99755859375 + }, + { + "word": " and", + "start": 610.4, + "end": 610.44, + "confidence": 0.99072265625 + }, + { + "word": " we", + "start": 610.44, + "end": 610.54, + "confidence": 0.98388671875 + }, + { + "word": " will", + "start": 610.54, + "end": 610.64, + "confidence": 0.96142578125 + }, + { + "word": " share", + "start": 610.64, + "end": 610.88, + "confidence": 0.99462890625 + }, + { + "word": " my", + "start": 610.88, + "end": 611.08, + "confidence": 0.98779296875 + }, + { + "word": " dwelling.", + "start": 611.08, + "end": 611.42, + "confidence": 0.9775390625 + }, + { + "word": " Together", + "start": 611.76, + "end": 611.94, + "confidence": 0.99462890625 + }, + { + "word": " we", + "start": 611.94, + "end": 612.18, + "confidence": 0.64892578125 + }, + { + "word": " will", + "start": 612.18, + "end": 612.28, + "confidence": 0.97412109375 + }, + { + "word": " keep", + "start": 612.28, + "end": 612.42, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 612.42, + "end": 612.6, + "confidence": 0.9951171875 + }, + { + "word": " region", + "start": 612.6, + "end": 612.82, + "confidence": 0.9052734375 + }, + { + "word": " safe", + "start": 612.82, + "end": 613.16, + "confidence": 0.99267578125 + }, + { + "word": " with", + "start": 613.16, + "end": 613.5, + "confidence": 0.82861328125 + }, + { + "word": " Odoreans'", + "start": 613.5, + "end": 613.98, + "confidence": 0.6007486979166666 + }, + { + "word": " help,", + "start": 614.08, + "end": 614.16, + "confidence": 0.9912109375 + }, + { + "word": " of", + "start": 614.32, + "end": 614.32, + "confidence": 0.99658203125 + }, + { + "word": " course.", + "start": 614.32, + "end": 614.62, + "confidence": 0.99658203125 + }, + { + "word": " While", + "start": 615.1, + "end": 615.22, + "confidence": 0.99560546875 + }, + { + "word": " the", + "start": 615.22, + "end": 615.34, + "confidence": 0.99609375 + }, + { + "word": " eastern", + "start": 615.34, + "end": 615.64, + "confidence": 0.5537109375 + }, + { + "word": " realm", + "start": 615.64, + "end": 615.88, + "confidence": 0.9951171875 + }, + { + "word": " is", + "start": 615.88, + "end": 616.06, + "confidence": 0.98681640625 + }, + { + "word": " quite", + "start": 616.06, + "end": 616.28, + "confidence": 0.98876953125 + }, + { + "word": " civilized,", + "start": 616.28, + "end": 616.9, + "confidence": 0.953857421875 + }, + { + "word": " there", + "start": 617.06, + "end": 617.14, + "confidence": 0.99658203125 + }, + { + "word": " is", + "start": 617.14, + "end": 617.24, + "confidence": 0.7646484375 + }, + { + "word": " much", + "start": 617.24, + "end": 617.42, + "confidence": 0.998046875 + }, + { + "word": " that", + "start": 617.42, + "end": 617.64, + "confidence": 0.98974609375 + }, + { + "word": " remains", + "start": 617.64, + "end": 617.92, + "confidence": 0.99609375 + }, + { + "word": " wild", + "start": 617.92, + "end": 618.46, + "confidence": 0.99560546875 + }, + { + "word": " and", + "start": 618.46, + "end": 618.68, + "confidence": 0.97412109375 + }, + { + "word": " untamed", + "start": 618.68, + "end": 619.18, + "confidence": 0.974365234375 + }, + { + "word": " throughout", + "start": 619.18, + "end": 619.54, + "confidence": 0.982421875 + }, + { + "word": " its", + "start": 619.54, + "end": 619.78, + "confidence": 0.9794921875 + }, + { + "word": " vast", + "start": 619.78, + "end": 620.04, + "confidence": 0.99853515625 + }, + { + "word": " land.", + "start": 620.04, + "end": 620.56, + "confidence": 0.99755859375 + }, + { + "word": " Just", + "start": 621.56, + "end": 621.8, + "confidence": 0.98974609375 + }, + { + "word": " then", + "start": 621.8, + "end": 622.02, + "confidence": 0.99462890625 + }, + { + "word": " the", + "start": 622.02, + "end": 622.2, + "confidence": 0.75341796875 + }, + { + "word": " door", + "start": 622.2, + "end": 622.34, + "confidence": 0.9912109375 + }, + { + "word": " opened", + "start": 622.34, + "end": 622.7, + "confidence": 0.98876953125 + }, + { + "word": " and", + "start": 622.7, + "end": 622.9, + "confidence": 0.662109375 + }, + { + "word": " servants", + "start": 622.9, + "end": 623.22, + "confidence": 0.93359375 + }, + { + "word": " entered", + "start": 623.22, + "end": 623.62, + "confidence": 0.99560546875 + }, + { + "word": " with", + "start": 623.62, + "end": 623.86, + "confidence": 0.95556640625 + }, + { + "word": " platters", + "start": 623.86, + "end": 624.18, + "confidence": 0.894287109375 + }, + { + "word": " of", + "start": 624.18, + "end": 624.4, + "confidence": 0.99462890625 + }, + { + "word": " steaming", + "start": 624.4, + "end": 624.74, + "confidence": 0.984375 + }, + { + "word": " dishes", + "start": 624.74, + "end": 625.04, + "confidence": 0.98681640625 + }, + { + "word": " of", + "start": 625.04, + "end": 625.3, + "confidence": 0.98583984375 + }, + { + "word": " roast", + "start": 625.3, + "end": 625.56, + "confidence": 0.951171875 + }, + { + "word": " foul", + "start": 625.56, + "end": 625.86, + "confidence": 0.0194549560546875 + }, + { + "word": " and", + "start": 625.86, + "end": 626.14, + "confidence": 0.90087890625 + }, + { + "word": " lamb,", + "start": 626.14, + "end": 626.4, + "confidence": 0.5712890625 + }, + { + "word": " greens,", + "start": 626.84, + "end": 626.96, + "confidence": 0.97412109375 + }, + { + "word": " bread", + "start": 627.34, + "end": 627.48, + "confidence": 0.99560546875 + }, + { + "word": " and", + "start": 627.48, + "end": 627.64, + "confidence": 0.9287109375 + }, + { + "word": " cheese,", + "start": 627.64, + "end": 627.88, + "confidence": 0.99267578125 + }, + { + "word": " and", + "start": 628.28, + "end": 628.46, + "confidence": 0.990234375 + }, + { + "word": " a", + "start": 628.46, + "end": 628.56, + "confidence": 0.994140625 + }, + { + "word": " variety", + "start": 628.56, + "end": 628.92, + "confidence": 0.99853515625 + }, + { + "word": " of", + "start": 628.92, + "end": 629.24, + "confidence": 0.994140625 + }, + { + "word": " wine", + "start": 629.24, + "end": 629.36, + "confidence": 0.9638671875 + }, + { + "word": " bottles", + "start": 629.36, + "end": 629.78, + "confidence": 0.95068359375 + }, + { + "word": " and", + "start": 629.78, + "end": 630.04, + "confidence": 0.880859375 + }, + { + "word": " beverage", + "start": 630.04, + "end": 630.3, + "confidence": 0.986328125 + }, + { + "word": " to", + "start": 630.3, + "end": 630.52, + "confidence": 0.64453125 + }, + { + "word": " canters,", + "start": 630.52, + "end": 630.9, + "confidence": 0.7548828125 + }, + { + "word": " even", + "start": 631.36, + "end": 631.52, + "confidence": 0.9951171875 + }, + { + "word": " one", + "start": 631.52, + "end": 631.74, + "confidence": 0.9873046875 + }, + { + "word": " filled", + "start": 631.74, + "end": 632.02, + "confidence": 0.9814453125 + }, + { + "word": " with", + "start": 632.02, + "end": 632.3, + "confidence": 0.99755859375 + }, + { + "word": " goat's", + "start": 632.3, + "end": 632.64, + "confidence": 0.9638671875 + }, + { + "word": " milk.", + "start": 632.64, + "end": 632.86, + "confidence": 0.99658203125 + }, + { + "word": " Jalen", + "start": 634.02, + "end": 634.38, + "confidence": 0.770263671875 + }, + { + "word": " instantly", + "start": 634.38, + "end": 634.82, + "confidence": 0.99169921875 + }, + { + "word": " poured", + "start": 634.82, + "end": 635.06, + "confidence": 0.99658203125 + }, + { + "word": " himself", + "start": 635.06, + "end": 635.38, + "confidence": 0.97802734375 + }, + { + "word": " a", + "start": 635.38, + "end": 635.6, + "confidence": 0.99853515625 + }, + { + "word": " glass", + "start": 635.6, + "end": 635.78, + "confidence": 0.99853515625 + }, + { + "word": " of", + "start": 635.78, + "end": 636.02, + "confidence": 0.99853515625 + }, + { + "word": " red", + "start": 636.02, + "end": 636.18, + "confidence": 0.98583984375 + }, + { + "word": " wine", + "start": 636.18, + "end": 636.5, + "confidence": 0.99951171875 + }, + { + "word": " and", + "start": 636.5, + "end": 636.78, + "confidence": 0.95654296875 + }, + { + "word": " raised", + "start": 636.78, + "end": 637.02, + "confidence": 0.923828125 + }, + { + "word": " it", + "start": 637.02, + "end": 637.3, + "confidence": 0.9912109375 + }, + { + "word": " in", + "start": 637.3, + "end": 637.42, + "confidence": 0.990234375 + }, + { + "word": " a", + "start": 637.42, + "end": 637.52, + "confidence": 0.978515625 + }, + { + "word": " toast.", + "start": 637.52, + "end": 637.76, + "confidence": 0.9755859375 + }, + { + "word": " Here,", + "start": 638.4, + "end": 638.64, + "confidence": 0.94091796875 + }, + { + "word": " as", + "start": 638.92, + "end": 639.02, + "confidence": 0.51953125 + }, + { + "word": " to", + "start": 639.02, + "end": 639.16, + "confidence": 0.42822265625 + }, + { + "word": " taming", + "start": 639.16, + "end": 639.46, + "confidence": 0.91845703125 + }, + { + "word": " the", + "start": 639.46, + "end": 639.64, + "confidence": 0.99462890625 + }, + { + "word": " east", + "start": 639.64, + "end": 639.84, + "confidence": 0.65625 + }, + { + "word": " in", + "start": 639.84, + "end": 639.98, + "confidence": 0.990234375 + }, + { + "word": " a", + "start": 639.98, + "end": 640.08, + "confidence": 0.98876953125 + }, + { + "word": " timely", + "start": 640.08, + "end": 640.32, + "confidence": 0.99169921875 + }, + { + "word": " fashion,", + "start": 640.32, + "end": 640.8, + "confidence": 0.9912109375 + }, + { + "word": " may", + "start": 641.24, + "end": 641.28, + "confidence": 0.9384765625 + }, + { + "word": " we", + "start": 641.28, + "end": 641.38, + "confidence": 0.9931640625 + }, + { + "word": " all", + "start": 641.38, + "end": 641.52, + "confidence": 0.99853515625 + }, + { + "word": " live", + "start": 641.52, + "end": 641.74, + "confidence": 0.9931640625 + }, + { + "word": " to", + "start": 641.74, + "end": 641.92, + "confidence": 0.99658203125 + }, + { + "word": " see", + "start": 641.92, + "end": 642.1, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 642.1, + "end": 642.24, + "confidence": 0.9912109375 + }, + { + "word": " day", + "start": 642.24, + "end": 642.42, + "confidence": 0.99853515625 + }, + { + "word": " that", + "start": 642.42, + "end": 642.62, + "confidence": 0.9814453125 + }, + { + "word": " peace", + "start": 642.62, + "end": 642.88, + "confidence": 0.92041015625 + }, + { + "word": " fills", + "start": 642.88, + "end": 643.22, + "confidence": 0.99755859375 + }, + { + "word": " every", + "start": 643.22, + "end": 643.6, + "confidence": 0.9970703125 + }, + { + "word": " corner", + "start": 643.6, + "end": 643.96, + "confidence": 0.99951171875 + }, + { + "word": " of", + "start": 643.96, + "end": 644.14, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 644.14, + "end": 644.2, + "confidence": 0.99560546875 + }, + { + "word": " land.", + "start": 644.2, + "end": 644.58, + "confidence": 0.99462890625 + }, + { + "word": " Others", + "start": 645.58, + "end": 645.88, + "confidence": 0.935546875 + }, + { + "word": " likewise", + "start": 645.88, + "end": 646.32, + "confidence": 0.95556640625 + }, + { + "word": " poured", + "start": 646.32, + "end": 646.66, + "confidence": 0.9892578125 + }, + { + "word": " a", + "start": 646.66, + "end": 646.8, + "confidence": 0.9990234375 + }, + { + "word": " glass", + "start": 646.8, + "end": 647.08, + "confidence": 0.9990234375 + }, + { + "word": " or", + "start": 647.08, + "end": 647.32, + "confidence": 0.89697265625 + }, + { + "word": " tankard", + "start": 647.32, + "end": 647.86, + "confidence": 0.66064453125 + }, + { + "word": " and", + "start": 647.86, + "end": 648.16, + "confidence": 0.63818359375 + }, + { + "word": " cheered", + "start": 648.16, + "end": 648.56, + "confidence": 0.970947265625 + }, + { + "word": " an", + "start": 648.56, + "end": 648.68, + "confidence": 0.69189453125 + }, + { + "word": " answer", + "start": 648.68, + "end": 648.94, + "confidence": 0.9951171875 + }, + { + "word": " to", + "start": 648.94, + "end": 649.1, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 649.1, + "end": 649.22, + "confidence": 0.994140625 + }, + { + "word": " toast.", + "start": 649.22, + "end": 649.62, + "confidence": 0.99462890625 + }, + { + "word": " Indeed,", + "start": 650.62, + "end": 651.04, + "confidence": 0.456787109375 + }, + { + "word": " said", + "start": 651.4, + "end": 651.52, + "confidence": 0.88134765625 + }, + { + "word": " Wu,", + "start": 651.52, + "end": 651.74, + "confidence": 0.62109375 + }, + { + "word": " downing", + "start": 652, + "end": 652.28, + "confidence": 0.76513671875 + }, + { + "word": " his", + "start": 652.28, + "end": 652.4, + "confidence": 0.99755859375 + }, + { + "word": " drink", + "start": 652.4, + "end": 652.66, + "confidence": 0.986328125 + }, + { + "word": " in", + "start": 652.66, + "end": 652.9, + "confidence": 0.87255859375 + }, + { + "word": " one", + "start": 652.9, + "end": 653.1, + "confidence": 0.9931640625 + }, + { + "word": " gulp.", + "start": 653.1, + "end": 653.44, + "confidence": 0.964111328125 + }, + { + "word": " Tomorrow,", + "start": 654.3, + "end": 654.82, + "confidence": 0.37255859375 + }, + { + "word": " I", + "start": 655.16, + "end": 655.2, + "confidence": 0.99658203125 + }, + { + "word": " will", + "start": 655.2, + "end": 655.3, + "confidence": 0.98681640625 + }, + { + "word": " send", + "start": 655.3, + "end": 655.5, + "confidence": 0.99560546875 + }, + { + "word": " a", + "start": 655.5, + "end": 655.66, + "confidence": 0.99609375 + }, + { + "word": " small", + "start": 655.66, + "end": 655.94, + "confidence": 0.99658203125 + }, + { + "word": " contingent", + "start": 655.94, + "end": 656.56, + "confidence": 0.992919921875 + }, + { + "word": " of", + "start": 656.56, + "end": 656.64, + "confidence": 0.99462890625 + }, + { + "word": " specialists", + "start": 656.64, + "end": 657.14, + "confidence": 0.91357421875 + }, + { + "word": " to", + "start": 657.14, + "end": 657.44, + "confidence": 0.9873046875 + }, + { + "word": " investigate", + "start": 657.44, + "end": 657.96, + "confidence": 0.99365234375 + }, + { + "word": " the", + "start": 657.96, + "end": 658.22, + "confidence": 0.9912109375 + }, + { + "word": " crash", + "start": 658.22, + "end": 658.5, + "confidence": 0.9765625 + }, + { + "word": " and", + "start": 658.5, + "end": 658.88, + "confidence": 0.6376953125 + }, + { + "word": " these", + "start": 658.88, + "end": 659.04, + "confidence": 0.98193359375 + }, + { + "word": " creatures", + "start": 659.04, + "end": 659.38, + "confidence": 0.9931640625 + }, + { + "word": " further.", + "start": 659.38, + "end": 659.88, + "confidence": 0.98828125 + }, + { + "word": " Perhaps", + "start": 660.42, + "end": 660.78, + "confidence": 0.99072265625 + }, + { + "word": " they", + "start": 660.78, + "end": 661.06, + "confidence": 0.9208984375 + }, + { + "word": " will", + "start": 661.06, + "end": 661.18, + "confidence": 0.994140625 + }, + { + "word": " find", + "start": 661.18, + "end": 661.42, + "confidence": 0.99755859375 + }, + { + "word": " something", + "start": 661.42, + "end": 661.8, + "confidence": 0.994140625 + }, + { + "word": " that", + "start": 661.8, + "end": 662, + "confidence": 0.9033203125 + }, + { + "word": " we", + "start": 662, + "end": 662.12, + "confidence": 0.99658203125 + }, + { + "word": " miss", + "start": 662.12, + "end": 662.32, + "confidence": 0.46337890625 + }, + { + "word": " to", + "start": 662.32, + "end": 662.52, + "confidence": 0.9912109375 + }, + { + "word": " explain", + "start": 662.52, + "end": 662.96, + "confidence": 0.99658203125 + }, + { + "word": " why", + "start": 662.96, + "end": 663.26, + "confidence": 0.99365234375 + }, + { + "word": " they", + "start": 663.26, + "end": 663.42, + "confidence": 0.9970703125 + }, + { + "word": " are", + "start": 663.42, + "end": 663.54, + "confidence": 0.97216796875 + }, + { + "word": " here", + "start": 663.54, + "end": 663.86, + "confidence": 0.98779296875 + }, + { + "word": " and", + "start": 663.86, + "end": 664.3, + "confidence": 0.8828125 + }, + { + "word": " where", + "start": 664.3, + "end": 664.48, + "confidence": 0.98828125 + }, + { + "word": " they", + "start": 664.48, + "end": 664.62, + "confidence": 0.9951171875 + }, + { + "word": " were", + "start": 664.62, + "end": 664.76, + "confidence": 0.98828125 + }, + { + "word": " bound.", + "start": 664.76, + "end": 665.14, + "confidence": 0.994140625 + }, + { + "word": " Odorean", + "start": 666.34, + "end": 666.84, + "confidence": 0.44140625 + }, + { + "word": " nodded,", + "start": 666.84, + "end": 667.2, + "confidence": 0.948974609375 + }, + { + "word": " that", + "start": 667.46, + "end": 667.56, + "confidence": 0.11724853515625 + }, + { + "word": " would", + "start": 667.56, + "end": 667.7, + "confidence": 0.98876953125 + }, + { + "word": " be", + "start": 667.7, + "end": 667.86, + "confidence": 0.99658203125 + }, + { + "word": " prudent.", + "start": 667.86, + "end": 668.2, + "confidence": 0.99267578125 + }, + { + "word": " Tomorrow,", + "start": 668.58, + "end": 668.82, + "confidence": 0.72802734375 + }, + { + "word": " I", + "start": 669.14, + "end": 669.2, + "confidence": 0.9990234375 + }, + { + "word": " will", + "start": 669.2, + "end": 669.3, + "confidence": 0.99462890625 + }, + { + "word": " travel", + "start": 669.3, + "end": 669.62, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 669.62, + "end": 669.84, + "confidence": 0.99658203125 + }, + { + "word": " Lightbringer", + "start": 669.84, + "end": 670.34, + "confidence": 0.8883463541666666 + }, + { + "word": " with", + "start": 670.34, + "end": 670.58, + "confidence": 0.982421875 + }, + { + "word": " my", + "start": 670.58, + "end": 670.74, + "confidence": 0.98876953125 + }, + { + "word": " siblings", + "start": 670.74, + "end": 671.1, + "confidence": 0.978515625 + }, + { + "word": " and", + "start": 671.1, + "end": 671.52, + "confidence": 0.9423828125 + }, + { + "word": " the", + "start": 671.52, + "end": 671.62, + "confidence": 0.9921875 + }, + { + "word": " rest", + "start": 671.62, + "end": 671.82, + "confidence": 0.99951171875 + }, + { + "word": " of", + "start": 671.82, + "end": 671.98, + "confidence": 0.99658203125 + }, + { + "word": " our", + "start": 671.98, + "end": 672.06, + "confidence": 0.99462890625 + }, + { + "word": " company.", + "start": 672.06, + "end": 672.46, + "confidence": 0.994140625 + }, + { + "word": " And", + "start": 673.66, + "end": 673.86, + "confidence": 0.25 + }, + { + "word": " I", + "start": 673.86, + "end": 673.98, + "confidence": 0.85009765625 + }, + { + "word": " shall", + "start": 673.98, + "end": 674.14, + "confidence": 0.99267578125 + }, + { + "word": " accompany", + "start": 674.14, + "end": 674.58, + "confidence": 0.98974609375 + }, + { + "word": " you,", + "start": 674.58, + "end": 674.9, + "confidence": 0.99609375 + }, + { + "word": " said", + "start": 675.12, + "end": 675.2, + "confidence": 0.95458984375 + }, + { + "word": " the", + "start": 675.2, + "end": 675.32, + "confidence": 0.97509765625 + }, + { + "word": " headmaster.", + "start": 675.32, + "end": 675.86, + "confidence": 0.83984375 + }, + { + "word": " My", + "start": 676.56, + "end": 676.68, + "confidence": 0.83203125 + }, + { + "word": " brothers", + "start": 676.68, + "end": 677, + "confidence": 0.97607421875 + }, + { + "word": " can", + "start": 677, + "end": 677.26, + "confidence": 0.9912109375 + }, + { + "word": " look", + "start": 677.26, + "end": 677.4, + "confidence": 0.99658203125 + }, + { + "word": " after", + "start": 677.4, + "end": 677.68, + "confidence": 0.99658203125 + }, + { + "word": " things", + "start": 677.68, + "end": 677.94, + "confidence": 0.9951171875 + }, + { + "word": " here.", + "start": 677.94, + "end": 678.22, + "confidence": 0.99072265625 + }, + { + "word": " I've", + "start": 678.48, + "end": 678.6, + "confidence": 0.953369140625 + }, + { + "word": " been", + "start": 678.6, + "end": 678.7, + "confidence": 0.9970703125 + }, + { + "word": " cooped", + "start": 678.7, + "end": 679.02, + "confidence": 0.97412109375 + }, + { + "word": " up", + "start": 679.02, + "end": 679.08, + "confidence": 0.99609375 + }, + { + "word": " here", + "start": 679.08, + "end": 679.26, + "confidence": 0.97998046875 + }, + { + "word": " for", + "start": 679.26, + "end": 679.44, + "confidence": 0.98779296875 + }, + { + "word": " far", + "start": 679.44, + "end": 679.7, + "confidence": 0.98779296875 + }, + { + "word": " too", + "start": 679.7, + "end": 679.92, + "confidence": 0.9892578125 + }, + { + "word": " long.", + "start": 679.92, + "end": 680.24, + "confidence": 0.99951171875 + }, + { + "word": " It's", + "start": 680.24, + "end": 680.7, + "confidence": 0.52886962890625 + }, + { + "word": " time", + "start": 680.7, + "end": 680.86, + "confidence": 0.986328125 + }, + { + "word": " I", + "start": 680.86, + "end": 681.04, + "confidence": 0.98046875 + }, + { + "word": " got", + "start": 681.04, + "end": 681.18, + "confidence": 0.994140625 + }, + { + "word": " out", + "start": 681.18, + "end": 681.4, + "confidence": 0.99755859375 + }, + { + "word": " and", + "start": 681.4, + "end": 681.6, + "confidence": 0.72509765625 + }, + { + "word": " perhaps", + "start": 681.6, + "end": 681.94, + "confidence": 0.93896484375 + }, + { + "word": " got", + "start": 681.94, + "end": 682.34, + "confidence": 0.96728515625 + }, + { + "word": " my", + "start": 682.34, + "end": 682.52, + "confidence": 0.99658203125 + }, + { + "word": " hands", + "start": 682.52, + "end": 682.78, + "confidence": 0.97900390625 + }, + { + "word": " dirty", + "start": 682.78, + "end": 683.06, + "confidence": 0.9951171875 + }, + { + "word": " with", + "start": 683.06, + "end": 683.38, + "confidence": 0.9794921875 + }, + { + "word": " a", + "start": 683.38, + "end": 683.46, + "confidence": 0.99755859375 + }, + { + "word": " bit", + "start": 683.46, + "end": 683.56, + "confidence": 0.99755859375 + }, + { + "word": " of", + "start": 683.56, + "end": 683.68, + "confidence": 0.99560546875 + }, + { + "word": " adventure.", + "start": 683.68, + "end": 684.12, + "confidence": 0.99267578125 + }, + { + "word": " You", + "start": 685.42, + "end": 685.48, + "confidence": 0.75244140625 + }, + { + "word": " are", + "start": 685.48, + "end": 685.62, + "confidence": 0.9912109375 + }, + { + "word": " more", + "start": 685.62, + "end": 685.82, + "confidence": 0.99365234375 + }, + { + "word": " than", + "start": 685.82, + "end": 686, + "confidence": 0.9912109375 + }, + { + "word": " welcome", + "start": 686, + "end": 686.4, + "confidence": 0.99267578125 + }, + { + "word": " to", + "start": 686.4, + "end": 686.62, + "confidence": 0.99755859375 + }, + { + "word": " join", + "start": 686.62, + "end": 686.9, + "confidence": 0.97900390625 + }, + { + "word": " us,", + "start": 686.9, + "end": 687.14, + "confidence": 0.9892578125 + }, + { + "word": " my", + "start": 687.22, + "end": 687.3, + "confidence": 0.99560546875 + }, + { + "word": " friend,", + "start": 687.3, + "end": 687.7, + "confidence": 0.9970703125 + }, + { + "word": " nodded", + "start": 688.04, + "end": 688.3, + "confidence": 0.86865234375 + }, + { + "word": " the", + "start": 688.3, + "end": 688.46, + "confidence": 0.9697265625 + }, + { + "word": " paladin.", + "start": 688.46, + "end": 688.82, + "confidence": 0.7841796875 + }, + { + "word": " Aren't", + "start": 689.94, + "end": 690.2, + "confidence": 0.8125 + }, + { + "word": " you", + "start": 690.2, + "end": 690.26, + "confidence": 0.998046875 + }, + { + "word": " getting", + "start": 690.26, + "end": 690.48, + "confidence": 0.9990234375 + }, + { + "word": " a", + "start": 690.48, + "end": 690.6, + "confidence": 0.9931640625 + }, + { + "word": " bit", + "start": 690.6, + "end": 690.74, + "confidence": 0.99365234375 + }, + { + "word": " old", + "start": 690.74, + "end": 690.9, + "confidence": 0.99658203125 + }, + { + "word": " for", + "start": 690.9, + "end": 691.08, + "confidence": 0.99560546875 + }, + { + "word": " that", + "start": 691.08, + "end": 691.24, + "confidence": 0.99560546875 + }, + { + "word": " headmaster,", + "start": 691.24, + "end": 691.88, + "confidence": 0.9130859375 + }, + { + "word": " teased", + "start": 692.26, + "end": 692.54, + "confidence": 0.97265625 + }, + { + "word": " Aragast", + "start": 692.54, + "end": 692.98, + "confidence": 0.67431640625 + }, + { + "word": " with", + "start": 692.98, + "end": 693.2, + "confidence": 0.9892578125 + }, + { + "word": " a", + "start": 693.2, + "end": 693.34, + "confidence": 0.9951171875 + }, + { + "word": " smile?", + "start": 693.34, + "end": 693.64, + "confidence": 0.994140625 + }, + { + "word": " We", + "start": 694.8, + "end": 695, + "confidence": 0.8720703125 + }, + { + "word": " playfully", + "start": 695, + "end": 695.42, + "confidence": 0.6424560546875 + }, + { + "word": " glared", + "start": 695.42, + "end": 695.72, + "confidence": 0.8388671875 + }, + { + "word": " at", + "start": 695.72, + "end": 695.82, + "confidence": 0.99853515625 + }, + { + "word": " the", + "start": 695.82, + "end": 695.96, + "confidence": 0.994140625 + }, + { + "word": " elf", + "start": 695.96, + "end": 696.14, + "confidence": 0.5400390625 + }, + { + "word": " and", + "start": 696.14, + "end": 696.3, + "confidence": 0.9765625 + }, + { + "word": " said,", + "start": 696.3, + "end": 696.54, + "confidence": 0.99951171875 + }, + { + "word": " you", + "start": 696.88, + "end": 696.94, + "confidence": 0.1187744140625 + }, + { + "word": " long", + "start": 696.94, + "end": 697.24, + "confidence": 0.974609375 + }, + { + "word": "-lived", + "start": 697.24, + "end": 697.5, + "confidence": 0.793701171875 + }, + { + "word": " races", + "start": 697.5, + "end": 697.82, + "confidence": 0.97509765625 + }, + { + "word": " are", + "start": 697.82, + "end": 698.12, + "confidence": 0.9951171875 + }, + { + "word": " all", + "start": 698.12, + "end": 698.26, + "confidence": 0.9931640625 + }, + { + "word": " the", + "start": 698.26, + "end": 698.38, + "confidence": 0.99951171875 + }, + { + "word": " same,", + "start": 698.38, + "end": 698.74, + "confidence": 0.99951171875 + }, + { + "word": " just", + "start": 699.04, + "end": 699.18, + "confidence": 0.98095703125 + }, + { + "word": " because", + "start": 699.18, + "end": 699.48, + "confidence": 0.9951171875 + }, + { + "word": " I'm", + "start": 699.48, + "end": 699.72, + "confidence": 0.970947265625 + }, + { + "word": " human", + "start": 699.72, + "end": 700.02, + "confidence": 0.99560546875 + }, + { + "word": " and", + "start": 700.02, + "end": 700.26, + "confidence": 0.86279296875 + }, + { + "word": " in", + "start": 700.26, + "end": 700.34, + "confidence": 0.9833984375 + }, + { + "word": " my", + "start": 700.34, + "end": 700.5, + "confidence": 0.99853515625 + }, + { + "word": " thirties", + "start": 700.5, + "end": 700.94, + "confidence": 0.8478190104166666 + }, + { + "word": " doesn't", + "start": 700.94, + "end": 701.28, + "confidence": 0.9462890625 + }, + { + "word": " mean", + "start": 701.28, + "end": 701.42, + "confidence": 0.99755859375 + }, + { + "word": " I'm", + "start": 701.42, + "end": 701.66, + "confidence": 0.9931640625 + }, + { + "word": " old.", + "start": 701.66, + "end": 701.9, + "confidence": 0.99609375 + }, + { + "word": " You're", + "start": 702.4, + "end": 702.54, + "confidence": 0.991943359375 + }, + { + "word": " the", + "start": 702.54, + "end": 702.62, + "confidence": 0.9990234375 + }, + { + "word": " one", + "start": 702.62, + "end": 702.74, + "confidence": 0.99462890625 + }, + { + "word": " who", + "start": 702.74, + "end": 702.9, + "confidence": 0.99462890625 + }, + { + "word": " is", + "start": 702.9, + "end": 703.02, + "confidence": 0.98291015625 + }, + { + "word": " over", + "start": 703.02, + "end": 703.22, + "confidence": 0.99658203125 + }, + { + "word": " a", + "start": 703.22, + "end": 703.36, + "confidence": 0.94775390625 + }, + { + "word": " century", + "start": 703.36, + "end": 703.68, + "confidence": 0.9833984375 + }, + { + "word": " in", + "start": 703.68, + "end": 703.92, + "confidence": 0.509765625 + }, + { + "word": " age,", + "start": 703.92, + "end": 704.26, + "confidence": 0.98828125 + }, + { + "word": " so", + "start": 704.42, + "end": 704.48, + "confidence": 0.99658203125 + }, + { + "word": " let's", + "start": 704.48, + "end": 704.72, + "confidence": 0.99169921875 + }, + { + "word": " not", + "start": 704.72, + "end": 704.84, + "confidence": 0.99853515625 + }, + { + "word": " talk", + "start": 704.84, + "end": 705.12, + "confidence": 0.998046875 + }, + { + "word": " about", + "start": 705.12, + "end": 705.36, + "confidence": 0.9990234375 + }, + { + "word": " who", + "start": 705.36, + "end": 705.58, + "confidence": 0.99560546875 + }, + { + "word": " is", + "start": 705.58, + "end": 705.72, + "confidence": 0.96044921875 + }, + { + "word": " getting", + "start": 705.72, + "end": 705.96, + "confidence": 0.99755859375 + }, + { + "word": " old.", + "start": 705.96, + "end": 706.3, + "confidence": 0.99755859375 + }, + { + "word": " Aragast", + "start": 707.4, + "end": 707.96, + "confidence": 0.5684407552083334 + }, + { + "word": " raised", + "start": 707.96, + "end": 708.26, + "confidence": 0.962890625 + }, + { + "word": " his", + "start": 708.26, + "end": 708.54, + "confidence": 0.99658203125 + }, + { + "word": " hands", + "start": 708.54, + "end": 708.82, + "confidence": 0.98486328125 + }, + { + "word": " in", + "start": 708.82, + "end": 709.04, + "confidence": 0.90185546875 + }, + { + "word": " defeat", + "start": 709.04, + "end": 709.38, + "confidence": 0.99462890625 + }, + { + "word": " and", + "start": 709.38, + "end": 709.7, + "confidence": 0.814453125 + }, + { + "word": " smiled", + "start": 709.7, + "end": 710.12, + "confidence": 0.994140625 + }, + { + "word": " as", + "start": 710.12, + "end": 710.32, + "confidence": 0.9873046875 + }, + { + "word": " laughter", + "start": 710.32, + "end": 710.66, + "confidence": 0.9873046875 + }, + { + "word": " from", + "start": 710.66, + "end": 710.94, + "confidence": 0.96875 + }, + { + "word": " the", + "start": 710.94, + "end": 711.06, + "confidence": 0.9931640625 + }, + { + "word": " remaining", + "start": 711.06, + "end": 711.38, + "confidence": 0.99267578125 + }, + { + "word": " company", + "start": 711.38, + "end": 711.92, + "confidence": 0.98876953125 + }, + { + "word": " filled", + "start": 711.92, + "end": 712.28, + "confidence": 0.982421875 + }, + { + "word": " the", + "start": 712.28, + "end": 712.42, + "confidence": 0.99658203125 + }, + { + "word": " room.", + "start": 712.42, + "end": 712.68, + "confidence": 0.99560546875 + }, + { + "word": " For", + "start": 713.24, + "end": 713.56, + "confidence": 0.94580078125 + }, + { + "word": " the", + "start": 713.56, + "end": 713.66, + "confidence": 0.998046875 + }, + { + "word": " rest", + "start": 713.66, + "end": 713.84, + "confidence": 0.99951171875 + }, + { + "word": " of", + "start": 713.84, + "end": 714, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 714, + "end": 714.12, + "confidence": 0.99365234375 + }, + { + "word": " evening,", + "start": 714.12, + "end": 714.46, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 714.72, + "end": 714.76, + "confidence": 0.99267578125 + }, + { + "word": " friends", + "start": 714.76, + "end": 715, + "confidence": 0.9716796875 + }, + { + "word": " and", + "start": 715, + "end": 715.22, + "confidence": 0.99462890625 + }, + { + "word": " family", + "start": 715.22, + "end": 715.54, + "confidence": 0.994140625 + }, + { + "word": " talked", + "start": 715.54, + "end": 715.86, + "confidence": 0.97998046875 + }, + { + "word": " into", + "start": 715.86, + "end": 716.1, + "confidence": 0.94580078125 + }, + { + "word": " the", + "start": 716.1, + "end": 716.24, + "confidence": 0.99609375 + }, + { + "word": " night", + "start": 716.24, + "end": 716.46, + "confidence": 0.9912109375 + }, + { + "word": " and", + "start": 716.46, + "end": 716.84, + "confidence": 0.75341796875 + }, + { + "word": " about", + "start": 716.84, + "end": 717.1, + "confidence": 0.984375 + }, + { + "word": " midnight", + "start": 717.1, + "end": 717.42, + "confidence": 0.91650390625 + }, + { + "word": " retired", + "start": 717.42, + "end": 717.96, + "confidence": 0.9619140625 + }, + { + "word": " to", + "start": 717.96, + "end": 718.2, + "confidence": 0.99658203125 + }, + { + "word": " their", + "start": 718.2, + "end": 718.32, + "confidence": 0.9951171875 + }, + { + "word": " beds.", + "start": 718.32, + "end": 718.6, + "confidence": 0.99609375 + }, + { + "word": " In", + "start": 719.72, + "end": 719.92, + "confidence": 0.96826171875 + }, + { + "word": " the", + "start": 719.92, + "end": 720, + "confidence": 0.99853515625 + }, + { + "word": " morning", + "start": 720, + "end": 720.28, + "confidence": 0.99560546875 + }, + { + "word": " after", + "start": 720.28, + "end": 720.62, + "confidence": 0.74853515625 + }, + { + "word": " the", + "start": 720.62, + "end": 720.76, + "confidence": 0.99365234375 + }, + { + "word": " company", + "start": 720.76, + "end": 721.06, + "confidence": 0.99658203125 + }, + { + "word": " had", + "start": 721.06, + "end": 721.26, + "confidence": 0.998046875 + }, + { + "word": " eaten,", + "start": 721.26, + "end": 721.6, + "confidence": 0.9970703125 + }, + { + "word": " Jalan,", + "start": 722, + "end": 722.26, + "confidence": 0.4432373046875 + }, + { + "word": " Kiri,", + "start": 722.6, + "end": 722.84, + "confidence": 0.4932861328125 + }, + { + "word": " Ferric", + "start": 723.12, + "end": 723.34, + "confidence": 0.4354248046875 + }, + { + "word": " and", + "start": 723.34, + "end": 723.6, + "confidence": 0.53857421875 + }, + { + "word": " Vea", + "start": 723.6, + "end": 723.88, + "confidence": 0.3770751953125 + }, + { + "word": " prepared", + "start": 723.88, + "end": 724.2, + "confidence": 0.869140625 + }, + { + "word": " for", + "start": 724.2, + "end": 724.44, + "confidence": 0.998046875 + }, + { + "word": " their", + "start": 724.44, + "end": 724.58, + "confidence": 0.9970703125 + }, + { + "word": " departure", + "start": 724.58, + "end": 725, + "confidence": 0.9990234375 + }, + { + "word": " in", + "start": 725, + "end": 725.16, + "confidence": 0.94384765625 + }, + { + "word": " their", + "start": 725.16, + "end": 725.28, + "confidence": 0.99560546875 + }, + { + "word": " rooms,", + "start": 725.28, + "end": 725.68, + "confidence": 0.994140625 + }, + { + "word": " while", + "start": 726.12, + "end": 726.36, + "confidence": 0.99072265625 + }, + { + "word": " Odorean,", + "start": 726.36, + "end": 727.04, + "confidence": 0.517578125 + }, + { + "word": " Wu", + "start": 727.28, + "end": 727.36, + "confidence": 0.76123046875 + }, + { + "word": " and", + "start": 727.36, + "end": 727.66, + "confidence": 0.6484375 + }, + { + "word": " Aragast", + "start": 727.66, + "end": 728.16, + "confidence": 0.9817708333333334 + }, + { + "word": " met", + "start": 728.16, + "end": 728.38, + "confidence": 0.9892578125 + }, + { + "word": " in", + "start": 728.38, + "end": 728.56, + "confidence": 0.99560546875 + }, + { + "word": " the", + "start": 728.56, + "end": 728.66, + "confidence": 0.98828125 + }, + { + "word": " headmaster's", + "start": 728.66, + "end": 729.32, + "confidence": 0.8128255208333334 + }, + { + "word": " private", + "start": 729.32, + "end": 729.62, + "confidence": 0.98779296875 + }, + { + "word": " chambers", + "start": 729.62, + "end": 730, + "confidence": 0.984375 + }, + { + "word": " to", + "start": 730, + "end": 730.3, + "confidence": 0.98583984375 + }, + { + "word": " discuss", + "start": 730.3, + "end": 730.58, + "confidence": 0.99755859375 + }, + { + "word": " their", + "start": 730.58, + "end": 730.84, + "confidence": 0.99560546875 + }, + { + "word": " travel", + "start": 730.84, + "end": 731.22, + "confidence": 0.99609375 + }, + { + "word": " plans", + "start": 731.22, + "end": 731.6, + "confidence": 0.998046875 + }, + { + "word": " to", + "start": 731.6, + "end": 731.88, + "confidence": 0.99609375 + }, + { + "word": " Lightbringer.", + "start": 731.88, + "end": 732.36, + "confidence": 0.81640625 + }, + { + "word": " It", + "start": 733.2, + "end": 733.66, + "confidence": 0.411865234375 + }, + { + "word": " appears", + "start": 733.66, + "end": 733.94, + "confidence": 0.994140625 + }, + { + "word": " our", + "start": 733.94, + "end": 734.12, + "confidence": 0.98486328125 + }, + { + "word": " new", + "start": 734.12, + "end": 734.3, + "confidence": 0.9765625 + }, + { + "word": " guests", + "start": 734.3, + "end": 734.52, + "confidence": 0.9345703125 + }, + { + "word": " have", + "start": 734.52, + "end": 734.76, + "confidence": 0.9970703125 + }, + { + "word": " settled", + "start": 734.76, + "end": 735.06, + "confidence": 0.98974609375 + }, + { + "word": " in", + "start": 735.06, + "end": 735.28, + "confidence": 0.71044921875 + }, + { + "word": " well,", + "start": 735.28, + "end": 735.46, + "confidence": 0.54541015625 + }, + { + "word": " said", + "start": 735.86, + "end": 735.98, + "confidence": 0.9921875 + }, + { + "word": " Wu", + "start": 735.98, + "end": 736.16, + "confidence": 0.62841796875 + }, + { + "word": " to", + "start": 736.16, + "end": 736.32, + "confidence": 0.98486328125 + }, + { + "word": " his", + "start": 736.32, + "end": 736.44, + "confidence": 0.9892578125 + }, + { + "word": " old", + "start": 736.44, + "end": 736.64, + "confidence": 0.98828125 + }, + { + "word": " companions.", + "start": 736.64, + "end": 737.16, + "confidence": 0.9873046875 + }, + { + "word": " I", + "start": 737.92, + "end": 738.14, + "confidence": 0.449462890625 + }, + { + "word": " believe", + "start": 738.14, + "end": 738.42, + "confidence": 0.97607421875 + }, + { + "word": " by", + "start": 738.42, + "end": 738.7, + "confidence": 0.7470703125 + }, + { + "word": " all", + "start": 738.7, + "end": 738.86, + "confidence": 0.9970703125 + }, + { + "word": " I've", + "start": 738.86, + "end": 739.1, + "confidence": 0.970947265625 + }, + { + "word": " heard,", + "start": 739.1, + "end": 739.3, + "confidence": 0.99853515625 + }, + { + "word": " this", + "start": 739.52, + "end": 739.62, + "confidence": 0.9716796875 + }, + { + "word": " dark", + "start": 739.62, + "end": 739.82, + "confidence": 0.89697265625 + }, + { + "word": " elf", + "start": 739.82, + "end": 740.1, + "confidence": 0.95556640625 + }, + { + "word": " is", + "start": 740.1, + "end": 740.34, + "confidence": 0.99365234375 + }, + { + "word": " indeed", + "start": 740.34, + "end": 740.62, + "confidence": 0.9931640625 + }, + { + "word": " eager", + "start": 740.62, + "end": 741.02, + "confidence": 0.98583984375 + }, + { + "word": " to", + "start": 741.02, + "end": 741.2, + "confidence": 0.998046875 + }, + { + "word": " sever", + "start": 741.2, + "end": 741.46, + "confidence": 0.98974609375 + }, + { + "word": " all", + "start": 741.46, + "end": 741.76, + "confidence": 0.9912109375 + }, + { + "word": " ties", + "start": 741.76, + "end": 742.1, + "confidence": 0.9873046875 + }, + { + "word": " with", + "start": 742.1, + "end": 742.4, + "confidence": 0.99169921875 + }, + { + "word": " his", + "start": 742.4, + "end": 742.56, + "confidence": 0.99169921875 + }, + { + "word": " former", + "start": 742.56, + "end": 742.86, + "confidence": 0.99560546875 + }, + { + "word": " homeland.", + "start": 742.86, + "end": 743.34, + "confidence": 0.95361328125 + }, + { + "word": " As", + "start": 744.32, + "end": 744.7, + "confidence": 0.50439453125 + }, + { + "word": " you", + "start": 744.7, + "end": 744.8, + "confidence": 0.99560546875 + }, + { + "word": " said,", + "start": 744.8, + "end": 745.06, + "confidence": 0.98291015625 + }, + { + "word": " time", + "start": 745.2, + "end": 745.34, + "confidence": 0.72021484375 + }, + { + "word": " will", + "start": 745.34, + "end": 745.48, + "confidence": 0.9970703125 + }, + { + "word": " tell", + "start": 745.48, + "end": 745.68, + "confidence": 0.9970703125 + }, + { + "word": " for", + "start": 745.68, + "end": 745.9, + "confidence": 0.9716796875 + }, + { + "word": " certain,", + "start": 745.9, + "end": 746.24, + "confidence": 0.99560546875 + }, + { + "word": " said", + "start": 746.52, + "end": 746.68, + "confidence": 0.9912109375 + }, + { + "word": " Aragast.", + "start": 746.68, + "end": 747.2, + "confidence": 0.6195475260416666 + }, + { + "word": " I've", + "start": 747.62, + "end": 747.9, + "confidence": 0.95458984375 + }, + { + "word": " sent", + "start": 747.9, + "end": 748.06, + "confidence": 0.9970703125 + }, + { + "word": " word", + "start": 748.06, + "end": 748.34, + "confidence": 0.91015625 + }, + { + "word": " to", + "start": 748.34, + "end": 748.54, + "confidence": 0.9873046875 + }, + { + "word": " Belegast", + "start": 748.54, + "end": 749.1, + "confidence": 0.6923828125 + }, + { + "word": " in", + "start": 749.1, + "end": 749.24, + "confidence": 0.8291015625 + }, + { + "word": " allodia", + "start": 749.24, + "end": 749.74, + "confidence": 0.5431315104166666 + }, + { + "word": " and", + "start": 749.74, + "end": 750, + "confidence": 0.3291015625 + }, + { + "word": " they", + "start": 750, + "end": 750.12, + "confidence": 0.994140625 + }, + { + "word": " will", + "start": 750.12, + "end": 750.26, + "confidence": 0.9892578125 + }, + { + "word": " look", + "start": 750.26, + "end": 750.42, + "confidence": 0.9931640625 + }, + { + "word": " in", + "start": 750.42, + "end": 750.56, + "confidence": 0.9931640625 + }, + { + "word": " on", + "start": 750.56, + "end": 750.68, + "confidence": 0.9892578125 + }, + { + "word": " them", + "start": 750.68, + "end": 750.84, + "confidence": 0.9873046875 + }, + { + "word": " from", + "start": 750.84, + "end": 751.02, + "confidence": 0.98388671875 + }, + { + "word": " time", + "start": 751.02, + "end": 751.3, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 751.3, + "end": 751.5, + "confidence": 0.99072265625 + }, + { + "word": " time.", + "start": 751.5, + "end": 751.86, + "confidence": 0.99951171875 + }, + { + "word": " We", + "start": 752.94, + "end": 753.16, + "confidence": 0.9267578125 + }, + { + "word": " grabbed", + "start": 753.16, + "end": 753.4, + "confidence": 0.2171630859375 + }, + { + "word": " one", + "start": 753.4, + "end": 753.72, + "confidence": 0.99755859375 + }, + { + "word": " final", + "start": 753.72, + "end": 754.14, + "confidence": 0.99755859375 + }, + { + "word": " item", + "start": 754.14, + "end": 754.4, + "confidence": 0.99658203125 + }, + { + "word": " from", + "start": 754.4, + "end": 754.6, + "confidence": 0.99365234375 + }, + { + "word": " his", + "start": 754.6, + "end": 754.76, + "confidence": 0.98779296875 + }, + { + "word": " desk", + "start": 754.76, + "end": 755.04, + "confidence": 0.98876953125 + }, + { + "word": " and", + "start": 755.04, + "end": 755.28, + "confidence": 0.97119140625 + }, + { + "word": " carefully", + "start": 755.28, + "end": 755.64, + "confidence": 0.9970703125 + }, + { + "word": " placed", + "start": 755.64, + "end": 756.04, + "confidence": 0.9912109375 + }, + { + "word": " it", + "start": 756.04, + "end": 756.2, + "confidence": 0.990234375 + }, + { + "word": " in", + "start": 756.2, + "end": 756.32, + "confidence": 0.99365234375 + }, + { + "word": " his", + "start": 756.32, + "end": 756.44, + "confidence": 0.9921875 + }, + { + "word": " travel", + "start": 756.44, + "end": 756.74, + "confidence": 0.96142578125 + }, + { + "word": " pack.", + "start": 756.74, + "end": 757.04, + "confidence": 0.98681640625 + }, + { + "word": " Well,", + "start": 757.64, + "end": 757.88, + "confidence": 0.80419921875 + }, + { + "word": " I", + "start": 757.96, + "end": 758.1, + "confidence": 0.99609375 + }, + { + "word": " am", + "start": 758.1, + "end": 758.22, + "confidence": 0.98193359375 + }, + { + "word": " ready,", + "start": 758.22, + "end": 758.44, + "confidence": 0.99755859375 + }, + { + "word": " my", + "start": 758.58, + "end": 758.66, + "confidence": 0.99560546875 + }, + { + "word": " friends,", + "start": 758.66, + "end": 758.96, + "confidence": 0.99072265625 + }, + { + "word": " let", + "start": 759.22, + "end": 759.32, + "confidence": 0.98681640625 + }, + { + "word": " us", + "start": 759.32, + "end": 759.44, + "confidence": 0.9912109375 + }, + { + "word": " be", + "start": 759.44, + "end": 759.6, + "confidence": 0.98779296875 + }, + { + "word": " off.", + "start": 759.6, + "end": 759.86, + "confidence": 0.99755859375 + }, + { + "word": " I", + "start": 759.86, + "end": 760.22, + "confidence": 0.34423828125 + }, + { + "word": " have", + "start": 760.22, + "end": 760.36, + "confidence": 0.7255859375 + }, + { + "word": " a", + "start": 760.36, + "end": 760.48, + "confidence": 0.70751953125 + }, + { + "word": " stout", + "start": 760.48, + "end": 760.72, + "confidence": 0.9873046875 + }, + { + "word": " horse", + "start": 760.72, + "end": 760.94, + "confidence": 0.9873046875 + }, + { + "word": " saddled", + "start": 760.94, + "end": 761.44, + "confidence": 0.96435546875 + }, + { + "word": " in", + "start": 761.44, + "end": 761.58, + "confidence": 0.455810546875 + }, + { + "word": " waiting", + "start": 761.58, + "end": 761.8, + "confidence": 0.99072265625 + }, + { + "word": " for", + "start": 761.8, + "end": 762.06, + "confidence": 0.9951171875 + }, + { + "word": " me", + "start": 762.06, + "end": 762.2, + "confidence": 0.99853515625 + }, + { + "word": " in", + "start": 762.2, + "end": 762.3, + "confidence": 0.9814453125 + }, + { + "word": " the", + "start": 762.3, + "end": 762.38, + "confidence": 0.9951171875 + }, + { + "word": " stables.", + "start": 762.38, + "end": 762.78, + "confidence": 0.9326171875 + }, + { + "word": " Your", + "start": 763.68, + "end": 764.16, + "confidence": 0.60791015625 + }, + { + "word": " riding,", + "start": 764.16, + "end": 764.48, + "confidence": 0.6728515625 + }, + { + "word": " said", + "start": 764.82, + "end": 764.94, + "confidence": 0.96044921875 + }, + { + "word": " Jalan", + "start": 764.94, + "end": 765.32, + "confidence": 0.40087890625 + }, + { + "word": " in", + "start": 765.32, + "end": 765.48, + "confidence": 0.481201171875 + }, + { + "word": " disbelief.", + "start": 765.48, + "end": 766.14, + "confidence": 0.996826171875 + }, + { + "word": " I", + "start": 766.42, + "end": 766.52, + "confidence": 0.9541015625 + }, + { + "word": " had", + "start": 766.52, + "end": 766.62, + "confidence": 0.99755859375 + }, + { + "word": " expected", + "start": 766.62, + "end": 767, + "confidence": 0.9951171875 + }, + { + "word": " you", + "start": 767, + "end": 767.26, + "confidence": 0.98876953125 + }, + { + "word": " to", + "start": 767.26, + "end": 767.4, + "confidence": 0.9921875 + }, + { + "word": " just", + "start": 767.4, + "end": 767.54, + "confidence": 0.98486328125 + }, + { + "word": " wave", + "start": 767.54, + "end": 767.72, + "confidence": 0.8583984375 + }, + { + "word": " your", + "start": 767.72, + "end": 767.92, + "confidence": 0.98876953125 + }, + { + "word": " hand", + "start": 767.92, + "end": 768.2, + "confidence": 0.99853515625 + }, + { + "word": " and", + "start": 768.2, + "end": 768.38, + "confidence": 0.662109375 + }, + { + "word": " we'd", + "start": 768.38, + "end": 768.64, + "confidence": 0.96826171875 + }, + { + "word": " be", + "start": 768.64, + "end": 768.76, + "confidence": 0.9970703125 + }, + { + "word": " there.", + "start": 768.76, + "end": 769.02, + "confidence": 0.998046875 + }, + { + "word": " We", + "start": 770.06, + "end": 770.3, + "confidence": 0.666015625 + }, + { + "word": " shook", + "start": 770.3, + "end": 770.5, + "confidence": 0.7822265625 + }, + { + "word": " his", + "start": 770.5, + "end": 770.7, + "confidence": 0.98828125 + }, + { + "word": " head,", + "start": 770.7, + "end": 770.92, + "confidence": 0.9990234375 + }, + { + "word": " no", + "start": 771.22, + "end": 771.34, + "confidence": 0.5947265625 + }, + { + "word": " I", + "start": 771.34, + "end": 771.58, + "confidence": 0.5693359375 + }, + { + "word": " will", + "start": 771.58, + "end": 771.7, + "confidence": 0.9853515625 + }, + { + "word": " travel", + "start": 771.7, + "end": 772.02, + "confidence": 0.99560546875 + }, + { + "word": " in", + "start": 772.02, + "end": 772.22, + "confidence": 0.99658203125 + }, + { + "word": " a", + "start": 772.22, + "end": 772.28, + "confidence": 0.9951171875 + }, + { + "word": " conventional", + "start": 772.28, + "end": 772.74, + "confidence": 0.9921875 + }, + { + "word": " manner", + "start": 772.74, + "end": 773.16, + "confidence": 0.9853515625 + }, + { + "word": " by", + "start": 773.16, + "end": 773.44, + "confidence": 0.83056640625 + }, + { + "word": " horse.", + "start": 773.44, + "end": 773.68, + "confidence": 0.9716796875 + }, + { + "word": " Again,", + "start": 774.24, + "end": 774.5, + "confidence": 0.9912109375 + }, + { + "word": " it", + "start": 774.72, + "end": 774.8, + "confidence": 0.994140625 + }, + { + "word": " has", + "start": 774.8, + "end": 774.92, + "confidence": 0.99560546875 + }, + { + "word": " been", + "start": 774.92, + "end": 775.06, + "confidence": 0.9970703125 + }, + { + "word": " far", + "start": 775.06, + "end": 775.36, + "confidence": 0.9951171875 + }, + { + "word": " too", + "start": 775.36, + "end": 775.64, + "confidence": 0.9970703125 + }, + { + "word": " long", + "start": 775.64, + "end": 775.84, + "confidence": 0.9990234375 + }, + { + "word": " since", + "start": 775.84, + "end": 776.1, + "confidence": 0.99609375 + }, + { + "word": " I've", + "start": 776.1, + "end": 776.38, + "confidence": 0.92236328125 + }, + { + "word": " been", + "start": 776.38, + "end": 776.5, + "confidence": 0.99853515625 + }, + { + "word": " on", + "start": 776.5, + "end": 776.62, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 776.62, + "end": 776.74, + "confidence": 0.994140625 + }, + { + "word": " trail", + "start": 776.74, + "end": 777.06, + "confidence": 0.98681640625 + }, + { + "word": " and", + "start": 777.06, + "end": 777.44, + "confidence": 0.37548828125 + }, + { + "word": " I", + "start": 777.44, + "end": 777.54, + "confidence": 0.9873046875 + }, + { + "word": " look", + "start": 777.54, + "end": 777.66, + "confidence": 0.99609375 + }, + { + "word": " forward", + "start": 777.66, + "end": 777.98, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 777.98, + "end": 778.16, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 778.16, + "end": 778.26, + "confidence": 0.99267578125 + }, + { + "word": " relaxing", + "start": 778.26, + "end": 778.7, + "confidence": 0.9892578125 + }, + { + "word": " journey.", + "start": 778.7, + "end": 779.2, + "confidence": 0.9931640625 + }, + { + "word": " A", + "start": 780.28, + "end": 780.52, + "confidence": 0.9638671875 + }, + { + "word": " hurried", + "start": 780.52, + "end": 780.82, + "confidence": 0.97314453125 + }, + { + "word": " knock", + "start": 780.82, + "end": 781.08, + "confidence": 0.83251953125 + }, + { + "word": " then", + "start": 781.08, + "end": 781.44, + "confidence": 0.97412109375 + }, + { + "word": " sounded", + "start": 781.44, + "end": 781.9, + "confidence": 0.98291015625 + }, + { + "word": " at", + "start": 781.9, + "end": 782.08, + "confidence": 0.99169921875 + }, + { + "word": " the", + "start": 782.08, + "end": 782.22, + "confidence": 0.9921875 + }, + { + "word": " chamber", + "start": 782.22, + "end": 782.56, + "confidence": 0.86181640625 + }, + { + "word": " door.", + "start": 782.56, + "end": 782.86, + "confidence": 0.92578125 + }, + { + "word": " Yes,", + "start": 784.08, + "end": 784.3, + "confidence": 0.58203125 + }, + { + "word": " enter,", + "start": 784.54, + "end": 784.82, + "confidence": 0.8046875 + }, + { + "word": " Wu", + "start": 785.02, + "end": 785.08, + "confidence": 0.032989501953125 + }, + { + "word": " commanded.", + "start": 785.08, + "end": 785.58, + "confidence": 0.89013671875 + }, + { + "word": " A", + "start": 785.58, + "end": 786.36, + "confidence": 0.134765625 + }, + { + "word": " servant", + "start": 786.36, + "end": 787.08, + "confidence": 0.9912109375 + }, + { + "word": " opened", + "start": 787.08, + "end": 787.38, + "confidence": 0.99072265625 + }, + { + "word": " the", + "start": 787.38, + "end": 787.58, + "confidence": 0.9951171875 + }, + { + "word": " door,", + "start": 787.58, + "end": 787.78, + "confidence": 0.99853515625 + }, + { + "word": " hurried", + "start": 788, + "end": 788.2, + "confidence": 0.99609375 + }, + { + "word": " in,", + "start": 788.2, + "end": 788.4, + "confidence": 0.994140625 + }, + { + "word": " handed", + "start": 788.6, + "end": 788.84, + "confidence": 0.9814453125 + }, + { + "word": " the", + "start": 788.84, + "end": 789.02, + "confidence": 0.98779296875 + }, + { + "word": " headmaster", + "start": 789.02, + "end": 789.52, + "confidence": 0.95654296875 + }, + { + "word": " two", + "start": 789.52, + "end": 789.82, + "confidence": 0.84765625 + }, + { + "word": " scrolls", + "start": 789.82, + "end": 790.5, + "confidence": 0.988525390625 + }, + { + "word": " and", + "start": 790.5, + "end": 790.68, + "confidence": 0.61572265625 + }, + { + "word": " left.", + "start": 790.68, + "end": 790.9, + "confidence": 0.9921875 + }, + { + "word": " These", + "start": 792.06, + "end": 792.34, + "confidence": 0.149169921875 + }, + { + "word": " both", + "start": 792.34, + "end": 792.62, + "confidence": 0.8623046875 + }, + { + "word": " have", + "start": 792.62, + "end": 792.92, + "confidence": 0.9912109375 + }, + { + "word": " seals,", + "start": 792.92, + "end": 793.22, + "confidence": 0.9697265625 + }, + { + "word": " said", + "start": 793.56, + "end": 793.7, + "confidence": 0.97998046875 + }, + { + "word": " Wu", + "start": 793.7, + "end": 793.88, + "confidence": 0.73876953125 + }, + { + "word": " curiously.", + "start": 793.88, + "end": 794.52, + "confidence": 0.956787109375 + }, + { + "word": " Who", + "start": 795.64, + "end": 795.76, + "confidence": 0.6845703125 + }, + { + "word": " are", + "start": 795.76, + "end": 795.9, + "confidence": 0.994140625 + }, + { + "word": " they", + "start": 795.9, + "end": 796.06, + "confidence": 0.9951171875 + }, + { + "word": " from,", + "start": 796.06, + "end": 796.34, + "confidence": 0.98779296875 + }, + { + "word": " asked", + "start": 796.54, + "end": 796.8, + "confidence": 0.9599609375 + }, + { + "word": " Odarean?", + "start": 796.8, + "end": 797.5, + "confidence": 0.515625 + }, + { + "word": " One", + "start": 798.54, + "end": 798.68, + "confidence": 0.88916015625 + }, + { + "word": " appears", + "start": 798.68, + "end": 798.98, + "confidence": 0.9921875 + }, + { + "word": " to", + "start": 798.98, + "end": 799.16, + "confidence": 0.99853515625 + }, + { + "word": " have", + "start": 799.16, + "end": 799.3, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 799.3, + "end": 799.46, + "confidence": 0.98779296875 + }, + { + "word": " seal", + "start": 799.46, + "end": 799.7, + "confidence": 0.96728515625 + }, + { + "word": " of", + "start": 799.7, + "end": 799.84, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 799.84, + "end": 799.94, + "confidence": 0.982421875 + }, + { + "word": " knighthood,", + "start": 799.94, + "end": 800.4, + "confidence": 0.76611328125 + }, + { + "word": " replied", + "start": 800.7, + "end": 800.94, + "confidence": 0.9677734375 + }, + { + "word": " Wu,", + "start": 800.94, + "end": 801.24, + "confidence": 0.99072265625 + }, + { + "word": " while", + "start": 801.64, + "end": 801.68, + "confidence": 0.861328125 + }, + { + "word": " the", + "start": 801.68, + "end": 801.82, + "confidence": 0.9951171875 + }, + { + "word": " other", + "start": 801.82, + "end": 802.06, + "confidence": 0.99365234375 + }, + { + "word": " has", + "start": 802.06, + "end": 802.26, + "confidence": 0.99169921875 + }, + { + "word": " your", + "start": 802.26, + "end": 802.42, + "confidence": 0.9755859375 + }, + { + "word": " father's", + "start": 802.42, + "end": 802.9, + "confidence": 0.97998046875 + }, + { + "word": " personal", + "start": 802.9, + "end": 803.26, + "confidence": 0.9990234375 + }, + { + "word": " seal.", + "start": 803.26, + "end": 803.62, + "confidence": 0.9931640625 + }, + { + "word": " He", + "start": 804.2, + "end": 804.3, + "confidence": 0.99462890625 + }, + { + "word": " handed", + "start": 804.3, + "end": 804.56, + "confidence": 0.99658203125 + }, + { + "word": " them", + "start": 804.56, + "end": 804.76, + "confidence": 0.99267578125 + }, + { + "word": " both", + "start": 804.76, + "end": 805.02, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 805.02, + "end": 805.24, + "confidence": 0.99853515625 + }, + { + "word": " his", + "start": 805.24, + "end": 805.36, + "confidence": 0.9921875 + }, + { + "word": " large", + "start": 805.36, + "end": 805.62, + "confidence": 0.9931640625 + }, + { + "word": " friend.", + "start": 805.62, + "end": 806.04, + "confidence": 0.9921875 + }, + { + "word": " Odarean", + "start": 807.22, + "end": 807.74, + "confidence": 0.9894205729166666 + }, + { + "word": " immediately", + "start": 807.74, + "end": 808.06, + "confidence": 0.99755859375 + }, + { + "word": " opened", + "start": 808.06, + "end": 808.52, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 808.52, + "end": 808.7, + "confidence": 0.99560546875 + }, + { + "word": " missive", + "start": 808.7, + "end": 808.96, + "confidence": 0.499755859375 + }, + { + "word": " from", + "start": 808.96, + "end": 809.14, + "confidence": 0.98828125 + }, + { + "word": " his", + "start": 809.14, + "end": 809.3, + "confidence": 0.998046875 + }, + { + "word": " father.", + "start": 809.3, + "end": 809.62, + "confidence": 0.99462890625 + }, + { + "word": " He", + "start": 810.02, + "end": 810.12, + "confidence": 0.99560546875 + }, + { + "word": " read", + "start": 810.12, + "end": 810.28, + "confidence": 0.98876953125 + }, + { + "word": " it", + "start": 810.28, + "end": 810.4, + "confidence": 0.99169921875 + }, + { + "word": " to", + "start": 810.4, + "end": 810.52, + "confidence": 0.998046875 + }, + { + "word": " himself", + "start": 810.52, + "end": 810.86, + "confidence": 0.9970703125 + }, + { + "word": " and", + "start": 810.86, + "end": 811.26, + "confidence": 0.436767578125 + }, + { + "word": " a", + "start": 811.26, + "end": 811.34, + "confidence": 0.947265625 + }, + { + "word": " frown", + "start": 811.34, + "end": 811.68, + "confidence": 0.7120361328125 + }, + { + "word": " furrowed", + "start": 811.68, + "end": 812.16, + "confidence": 0.9752604166666666 + }, + { + "word": " his", + "start": 812.16, + "end": 812.26, + "confidence": 0.9970703125 + }, + { + "word": " brow.", + "start": 812.26, + "end": 812.52, + "confidence": 0.982421875 + }, + { + "word": " What", + "start": 813.46, + "end": 813.9, + "confidence": 0.2218017578125 + }, + { + "word": " is", + "start": 813.9, + "end": 814.08, + "confidence": 0.853515625 + }, + { + "word": " it,", + "start": 814.08, + "end": 814.28, + "confidence": 0.98974609375 + }, + { + "word": " ask", + "start": 814.4, + "end": 814.6, + "confidence": 0.87548828125 + }, + { + "word": " the", + "start": 814.6, + "end": 814.82, + "confidence": 0.9453125 + }, + { + "word": " elf?", + "start": 814.82, + "end": 815.08, + "confidence": 0.63671875 + }, + { + "word": " It", + "start": 816.18, + "end": 816.28, + "confidence": 0.76806640625 + }, + { + "word": " appears", + "start": 816.28, + "end": 816.54, + "confidence": 0.99658203125 + }, + { + "word": " that", + "start": 816.54, + "end": 816.8, + "confidence": 0.9697265625 + }, + { + "word": " my", + "start": 816.8, + "end": 816.92, + "confidence": 0.9892578125 + }, + { + "word": " return", + "start": 816.92, + "end": 817.24, + "confidence": 0.98876953125 + }, + { + "word": " to", + "start": 817.24, + "end": 817.48, + "confidence": 0.9951171875 + }, + { + "word": " lightbringer", + "start": 817.48, + "end": 817.96, + "confidence": 0.7383626302083334 + }, + { + "word": " will", + "start": 817.96, + "end": 818.12, + "confidence": 0.9912109375 + }, + { + "word": " have", + "start": 818.12, + "end": 818.3, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 818.3, + "end": 818.46, + "confidence": 0.998046875 + }, + { + "word": " be", + "start": 818.46, + "end": 818.56, + "confidence": 0.99609375 + }, + { + "word": " postponed,", + "start": 818.56, + "end": 819, + "confidence": 0.84912109375 + }, + { + "word": " the", + "start": 819.44, + "end": 819.54, + "confidence": 0.9755859375 + }, + { + "word": " pallet", + "start": 819.54, + "end": 819.84, + "confidence": 0.6162109375 + }, + { + "word": " inside.", + "start": 819.84, + "end": 820.22, + "confidence": 0.98486328125 + }, + { + "word": " My", + "start": 820.88, + "end": 821, + "confidence": 0.9697265625 + }, + { + "word": " father", + "start": 821, + "end": 821.36, + "confidence": 0.98291015625 + }, + { + "word": " is", + "start": 821.36, + "end": 821.54, + "confidence": 0.99609375 + }, + { + "word": " dispatching", + "start": 821.54, + "end": 822.06, + "confidence": 0.977294921875 + }, + { + "word": " me", + "start": 822.06, + "end": 822.24, + "confidence": 0.99658203125 + }, + { + "word": " to", + "start": 822.24, + "end": 822.36, + "confidence": 0.99755859375 + }, + { + "word": " look", + "start": 822.36, + "end": 822.48, + "confidence": 0.9970703125 + }, + { + "word": " into", + "start": 822.48, + "end": 822.72, + "confidence": 0.99365234375 + }, + { + "word": " a", + "start": 822.72, + "end": 822.84, + "confidence": 0.98828125 + }, + { + "word": " matter", + "start": 822.84, + "end": 823.1, + "confidence": 0.98486328125 + }, + { + "word": " in", + "start": 823.1, + "end": 823.3, + "confidence": 0.970703125 + }, + { + "word": " the", + "start": 823.3, + "end": 823.4, + "confidence": 0.99267578125 + }, + { + "word": " great", + "start": 823.4, + "end": 823.6, + "confidence": 0.87060546875 + }, + { + "word": " mountains", + "start": 823.6, + "end": 824, + "confidence": 0.9892578125 + }, + { + "word": " of", + "start": 824, + "end": 824.22, + "confidence": 0.998046875 + }, + { + "word": " Stonehelm.", + "start": 824.22, + "end": 824.72, + "confidence": 0.873046875 + }, + { + "word": " A", + "start": 825.18, + "end": 825.24, + "confidence": 0.984375 + }, + { + "word": " small", + "start": 825.24, + "end": 825.58, + "confidence": 0.9990234375 + }, + { + "word": " but", + "start": 825.58, + "end": 825.76, + "confidence": 0.78564453125 + }, + { + "word": " vital", + "start": 825.76, + "end": 826.08, + "confidence": 0.982421875 + }, + { + "word": " settlement", + "start": 826.08, + "end": 826.52, + "confidence": 0.99658203125 + }, + { + "word": " has", + "start": 826.52, + "end": 826.74, + "confidence": 0.9951171875 + }, + { + "word": " been", + "start": 826.74, + "end": 826.88, + "confidence": 0.99755859375 + }, + { + "word": " attacked", + "start": 826.88, + "end": 827.2, + "confidence": 0.9921875 + }, + { + "word": " by", + "start": 827.2, + "end": 827.46, + "confidence": 0.99853515625 + }, + { + "word": " unknown", + "start": 827.46, + "end": 827.84, + "confidence": 0.9755859375 + }, + { + "word": " assailants,", + "start": 827.84, + "end": 828.64, + "confidence": 0.9427083333333334 + }, + { + "word": " leaving", + "start": 828.84, + "end": 828.96, + "confidence": 0.99658203125 + }, + { + "word": " much", + "start": 828.96, + "end": 829.28, + "confidence": 0.998046875 + }, + { + "word": " of", + "start": 829.28, + "end": 829.4, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 829.4, + "end": 829.5, + "confidence": 0.9970703125 + }, + { + "word": " community", + "start": 829.5, + "end": 829.94, + "confidence": 0.99462890625 + }, + { + "word": " and", + "start": 829.94, + "end": 830.12, + "confidence": 0.427734375 + }, + { + "word": " shambles.", + "start": 830.12, + "end": 830.64, + "confidence": 0.97705078125 + }, + { + "word": " When", + "start": 831.72, + "end": 831.9, + "confidence": 0.271484375 + }, + { + "word": " do", + "start": 831.9, + "end": 832, + "confidence": 0.97900390625 + }, + { + "word": " we", + "start": 832, + "end": 832.12, + "confidence": 0.99755859375 + }, + { + "word": " leave,", + "start": 832.12, + "end": 832.5, + "confidence": 0.9951171875 + }, + { + "word": " Aragas", + "start": 832.7, + "end": 833, + "confidence": 0.5326334635416666 + }, + { + "word": " said?", + "start": 833, + "end": 833.48, + "confidence": 0.93408203125 + }, + { + "word": " Only", + "start": 834.56, + "end": 834.76, + "confidence": 0.73291015625 + }, + { + "word": " I", + "start": 834.76, + "end": 834.92, + "confidence": 0.9912109375 + }, + { + "word": " am", + "start": 834.92, + "end": 835.06, + "confidence": 0.9921875 + }, + { + "word": " required", + "start": 835.06, + "end": 835.46, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 835.46, + "end": 835.68, + "confidence": 0.99853515625 + }, + { + "word": " go,", + "start": 835.68, + "end": 835.88, + "confidence": 0.99609375 + }, + { + "word": " my", + "start": 836.14, + "end": 836.24, + "confidence": 0.9951171875 + }, + { + "word": " elven", + "start": 836.24, + "end": 836.56, + "confidence": 0.745361328125 + }, + { + "word": " friend,", + "start": 836.56, + "end": 836.9, + "confidence": 0.994140625 + }, + { + "word": " though", + "start": 837.34, + "end": 837.48, + "confidence": 0.98388671875 + }, + { + "word": " he", + "start": 837.48, + "end": 837.7, + "confidence": 0.98876953125 + }, + { + "word": " has", + "start": 837.7, + "end": 837.82, + "confidence": 0.9970703125 + }, + { + "word": " granted", + "start": 837.82, + "end": 838.16, + "confidence": 0.99609375 + }, + { + "word": " me", + "start": 838.16, + "end": 838.32, + "confidence": 0.9970703125 + }, + { + "word": " authority", + "start": 838.32, + "end": 838.76, + "confidence": 0.9951171875 + }, + { + "word": " to", + "start": 838.76, + "end": 839, + "confidence": 0.9736328125 + }, + { + "word": " take", + "start": 839, + "end": 839.2, + "confidence": 0.9990234375 + }, + { + "word": " whomever", + "start": 839.2, + "end": 839.58, + "confidence": 0.8626302083333334 + }, + { + "word": " I", + "start": 839.58, + "end": 839.72, + "confidence": 0.99560546875 + }, + { + "word": " wish", + "start": 839.72, + "end": 839.9, + "confidence": 0.98876953125 + }, + { + "word": " to", + "start": 839.9, + "end": 840.08, + "confidence": 0.9990234375 + }, + { + "word": " accompany", + "start": 840.08, + "end": 840.48, + "confidence": 0.99072265625 + }, + { + "word": " me.", + "start": 840.48, + "end": 840.78, + "confidence": 0.99169921875 + }, + { + "word": " Then", + "start": 841.68, + "end": 842.12, + "confidence": 0.304443359375 + }, + { + "word": " we'll", + "start": 842.12, + "end": 842.26, + "confidence": 0.824951171875 + }, + { + "word": " both", + "start": 842.26, + "end": 842.48, + "confidence": 0.99755859375 + }, + { + "word": " come,", + "start": 842.48, + "end": 842.8, + "confidence": 0.99609375 + }, + { + "word": " smiled", + "start": 842.98, + "end": 843.26, + "confidence": 0.93505859375 + }, + { + "word": " Wu.", + "start": 843.26, + "end": 843.48, + "confidence": 0.388916015625 + }, + { + "word": " I'm", + "start": 843.9, + "end": 844.04, + "confidence": 0.939208984375 + }, + { + "word": " headmaster", + "start": 844.04, + "end": 844.58, + "confidence": 0.896240234375 + }, + { + "word": " and", + "start": 844.58, + "end": 844.8, + "confidence": 0.86865234375 + }, + { + "word": " can", + "start": 844.8, + "end": 844.94, + "confidence": 0.98828125 + }, + { + "word": " choose", + "start": 844.94, + "end": 845.22, + "confidence": 0.97998046875 + }, + { + "word": " to", + "start": 845.22, + "end": 845.42, + "confidence": 0.9970703125 + }, + { + "word": " depart", + "start": 845.42, + "end": 845.68, + "confidence": 0.99609375 + }, + { + "word": " whenever", + "start": 845.68, + "end": 845.98, + "confidence": 0.978515625 + }, + { + "word": " I", + "start": 845.98, + "end": 846.28, + "confidence": 0.99462890625 + }, + { + "word": " wish,", + "start": 846.28, + "end": 846.64, + "confidence": 0.998046875 + }, + { + "word": " besides", + "start": 846.88, + "end": 847.18, + "confidence": 0.529296875 + }, + { + "word": " it", + "start": 847.18, + "end": 847.46, + "confidence": 0.79052734375 + }, + { + "word": " sounds", + "start": 847.46, + "end": 847.7, + "confidence": 0.99462890625 + }, + { + "word": " like", + "start": 847.7, + "end": 847.9, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 847.9, + "end": 848.04, + "confidence": 0.98779296875 + }, + { + "word": " perfect", + "start": 848.04, + "end": 848.32, + "confidence": 0.99755859375 + }, + { + "word": " adventure", + "start": 848.32, + "end": 848.8, + "confidence": 0.9921875 + }, + { + "word": " to", + "start": 848.8, + "end": 849.02, + "confidence": 0.99169921875 + }, + { + "word": " get", + "start": 849.02, + "end": 849.14, + "confidence": 0.99658203125 + }, + { + "word": " my", + "start": 849.14, + "end": 849.3, + "confidence": 0.99609375 + }, + { + "word": " feet", + "start": 849.3, + "end": 849.5, + "confidence": 0.99609375 + }, + { + "word": " wet", + "start": 849.5, + "end": 849.72, + "confidence": 0.9970703125 + }, + { + "word": " again.", + "start": 849.72, + "end": 850.04, + "confidence": 0.9970703125 + }, + { + "word": " Where", + "start": 850.4, + "end": 850.52, + "confidence": 0.98828125 + }, + { + "word": " are", + "start": 850.52, + "end": 850.62, + "confidence": 0.9921875 + }, + { + "word": " we", + "start": 850.62, + "end": 850.74, + "confidence": 0.9990234375 + }, + { + "word": " headed?", + "start": 850.74, + "end": 851.02, + "confidence": 0.998046875 + }, + { + "word": " Hardrock", + "start": 852.26, + "end": 852.62, + "confidence": 0.5439453125 + }, + { + "word": " about", + "start": 852.62, + "end": 852.96, + "confidence": 0.8388671875 + }, + { + "word": " two", + "start": 852.96, + "end": 853.22, + "confidence": 0.74658203125 + }, + { + "word": " to", + "start": 853.22, + "end": 853.36, + "confidence": 0.9287109375 + }, + { + "word": " three", + "start": 853.36, + "end": 853.58, + "confidence": 0.99658203125 + }, + { + "word": " days", + "start": 853.58, + "end": 853.78, + "confidence": 0.9970703125 + }, + { + "word": " east", + "start": 853.78, + "end": 854.1, + "confidence": 0.95654296875 + }, + { + "word": " of", + "start": 854.1, + "end": 854.24, + "confidence": 0.99462890625 + }, + { + "word": " the", + "start": 854.24, + "end": 854.34, + "confidence": 0.994140625 + }, + { + "word": " dwarven", + "start": 854.34, + "end": 854.64, + "confidence": 0.6768798828125 + }, + { + "word": " capital", + "start": 854.64, + "end": 855.12, + "confidence": 0.9814453125 + }, + { + "word": " of", + "start": 855.12, + "end": 855.34, + "confidence": 0.99658203125 + }, + { + "word": " Bouldershan,", + "start": 855.34, + "end": 855.96, + "confidence": 0.55291748046875 + }, + { + "word": " Odarean", + "start": 856.34, + "end": 856.76, + "confidence": 0.4365641276041667 + }, + { + "word": " explained.", + "start": 856.76, + "end": 857.18, + "confidence": 0.90234375 + }, + { + "word": " That's", + "start": 858.4, + "end": 858.76, + "confidence": 0.712890625 + }, + { + "word": " quite", + "start": 858.76, + "end": 858.96, + "confidence": 0.99609375 + }, + { + "word": " a", + "start": 858.96, + "end": 859.08, + "confidence": 0.99951171875 + }, + { + "word": " distance,", + "start": 859.08, + "end": 859.44, + "confidence": 0.99658203125 + }, + { + "word": " said", + "start": 859.72, + "end": 859.88, + "confidence": 0.974609375 + }, + { + "word": " Aragas,", + "start": 859.88, + "end": 860.3, + "confidence": 0.418060302734375 + }, + { + "word": " when", + "start": 860.52, + "end": 860.74, + "confidence": 0.87939453125 + }, + { + "word": " shall", + "start": 860.74, + "end": 860.9, + "confidence": 0.99755859375 + }, + { + "word": " we", + "start": 860.9, + "end": 861.06, + "confidence": 0.99853515625 + }, + { + "word": " leave?", + "start": 861.06, + "end": 861.36, + "confidence": 0.99658203125 + }, + { + "word": " As", + "start": 862.6, + "end": 862.72, + "confidence": 0.9541015625 + }, + { + "word": " soon", + "start": 862.72, + "end": 862.88, + "confidence": 0.9990234375 + }, + { + "word": " as", + "start": 862.88, + "end": 863.04, + "confidence": 0.9990234375 + }, + { + "word": " possible,", + "start": 863.04, + "end": 863.52, + "confidence": 0.99951171875 + }, + { + "word": " I'd", + "start": 863.66, + "end": 863.78, + "confidence": 0.99658203125 + }, + { + "word": " still", + "start": 863.78, + "end": 863.96, + "confidence": 0.98974609375 + }, + { + "word": " like", + "start": 863.96, + "end": 864.14, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 864.14, + "end": 864.28, + "confidence": 0.99755859375 + }, + { + "word": " visit", + "start": 864.28, + "end": 864.5, + "confidence": 0.99951171875 + }, + { + "word": " lightbringer", + "start": 864.5, + "end": 865.1, + "confidence": 0.7159016927083334 + }, + { + "word": " and", + "start": 865.1, + "end": 865.3, + "confidence": 0.9697265625 + }, + { + "word": " check", + "start": 865.3, + "end": 865.5, + "confidence": 0.99658203125 + }, + { + "word": " on", + "start": 865.5, + "end": 865.66, + "confidence": 0.98779296875 + }, + { + "word": " my", + "start": 865.66, + "end": 865.8, + "confidence": 0.9951171875 + }, + { + "word": " steward", + "start": 865.8, + "end": 866.22, + "confidence": 0.9287109375 + }, + { + "word": " in", + "start": 866.22, + "end": 866.38, + "confidence": 0.73486328125 + }, + { + "word": " the", + "start": 866.38, + "end": 866.46, + "confidence": 0.98486328125 + }, + { + "word": " castle's", + "start": 866.46, + "end": 866.92, + "confidence": 0.9453125 + }, + { + "word": " progress.", + "start": 866.92, + "end": 867.28, + "confidence": 0.98681640625 + }, + { + "word": " We'll", + "start": 867.28, + "end": 867.94, + "confidence": 0.37091064453125 + }, + { + "word": " be", + "start": 867.94, + "end": 868.08, + "confidence": 0.97021484375 + }, + { + "word": " gone", + "start": 868.08, + "end": 868.28, + "confidence": 0.9931640625 + }, + { + "word": " for", + "start": 868.28, + "end": 868.48, + "confidence": 0.986328125 + }, + { + "word": " over", + "start": 868.48, + "end": 868.68, + "confidence": 0.994140625 + }, + { + "word": " a", + "start": 868.68, + "end": 868.78, + "confidence": 0.9814453125 + }, + { + "word": " month", + "start": 868.78, + "end": 868.94, + "confidence": 0.99853515625 + }, + { + "word": " so", + "start": 868.94, + "end": 869.22, + "confidence": 0.6591796875 + }, + { + "word": " I", + "start": 869.22, + "end": 869.34, + "confidence": 0.98974609375 + }, + { + "word": " should", + "start": 869.34, + "end": 869.54, + "confidence": 0.9697265625 + }, + { + "word": " see", + "start": 869.54, + "end": 869.72, + "confidence": 0.98681640625 + }, + { + "word": " to", + "start": 869.72, + "end": 869.88, + "confidence": 0.92431640625 + }, + { + "word": " things", + "start": 869.88, + "end": 870.06, + "confidence": 0.99072265625 + }, + { + "word": " before", + "start": 870.06, + "end": 870.42, + "confidence": 0.98828125 + }, + { + "word": " we", + "start": 870.42, + "end": 870.64, + "confidence": 0.99560546875 + }, + { + "word": " leave.", + "start": 870.64, + "end": 870.96, + "confidence": 0.9990234375 + }, + { + "word": " I", + "start": 871.3, + "end": 871.36, + "confidence": 0.9853515625 + }, + { + "word": " figure", + "start": 871.36, + "end": 871.6, + "confidence": 0.97998046875 + }, + { + "word": " it's", + "start": 871.6, + "end": 871.78, + "confidence": 0.984619140625 + }, + { + "word": " a", + "start": 871.78, + "end": 871.84, + "confidence": 0.990234375 + }, + { + "word": " two", + "start": 871.84, + "end": 872.04, + "confidence": 0.92138671875 + }, + { + "word": "-day", + "start": 872.04, + "end": 872.2, + "confidence": 0.858154296875 + }, + { + "word": " round", + "start": 872.2, + "end": 872.5, + "confidence": 0.93798828125 + }, + { + "word": " trip,", + "start": 872.5, + "end": 872.76, + "confidence": 0.97021484375 + }, + { + "word": " once", + "start": 873.06, + "end": 873.2, + "confidence": 0.97119140625 + }, + { + "word": " I'm", + "start": 873.2, + "end": 873.4, + "confidence": 0.98583984375 + }, + { + "word": " back", + "start": 873.4, + "end": 873.6, + "confidence": 0.9990234375 + }, + { + "word": " then", + "start": 873.6, + "end": 873.84, + "confidence": 0.62890625 + }, + { + "word": " we", + "start": 873.84, + "end": 873.96, + "confidence": 0.98828125 + }, + { + "word": " can", + "start": 873.96, + "end": 874.1, + "confidence": 0.9970703125 + }, + { + "word": " go.", + "start": 874.1, + "end": 874.34, + "confidence": 0.9951171875 + }, + { + "word": " Wu", + "start": 875.74, + "end": 875.86, + "confidence": 0.05633544921875 + }, + { + "word": " and", + "start": 875.86, + "end": 876.1, + "confidence": 0.97998046875 + }, + { + "word": " Aragas", + "start": 876.1, + "end": 876.46, + "confidence": 0.4192301432291667 + }, + { + "word": " nodded,", + "start": 876.46, + "end": 876.98, + "confidence": 0.833251953125 + }, + { + "word": " that", + "start": 877.32, + "end": 877.44, + "confidence": 0.1961669921875 + }, + { + "word": " will", + "start": 877.44, + "end": 877.58, + "confidence": 0.970703125 + }, + { + "word": " give", + "start": 877.58, + "end": 877.72, + "confidence": 0.9970703125 + }, + { + "word": " us", + "start": 877.72, + "end": 877.88, + "confidence": 0.982421875 + }, + { + "word": " some", + "start": 877.88, + "end": 878.06, + "confidence": 0.9921875 + }, + { + "word": " time", + "start": 878.06, + "end": 878.36, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 878.36, + "end": 878.56, + "confidence": 0.998046875 + }, + { + "word": " get", + "start": 878.56, + "end": 878.7, + "confidence": 0.99609375 + }, + { + "word": " our", + "start": 878.7, + "end": 878.86, + "confidence": 0.9951171875 + }, + { + "word": " own", + "start": 878.86, + "end": 879.06, + "confidence": 0.99169921875 + }, + { + "word": " affairs", + "start": 879.06, + "end": 879.36, + "confidence": 0.98291015625 + }, + { + "word": " in", + "start": 879.36, + "end": 879.66, + "confidence": 0.98095703125 + }, + { + "word": " order.", + "start": 879.66, + "end": 879.92, + "confidence": 0.9990234375 + }, + { + "word": " I'll", + "start": 880.36, + "end": 880.44, + "confidence": 0.9912109375 + }, + { + "word": " come", + "start": 880.44, + "end": 880.58, + "confidence": 0.99755859375 + }, + { + "word": " with", + "start": 880.58, + "end": 880.76, + "confidence": 0.9970703125 + }, + { + "word": " you", + "start": 880.76, + "end": 880.88, + "confidence": 0.998046875 + }, + { + "word": " to", + "start": 880.88, + "end": 881.02, + "confidence": 0.99462890625 + }, + { + "word": " lightbringer", + "start": 881.02, + "end": 881.56, + "confidence": 0.7140299479166666 + }, + { + "word": " and", + "start": 881.56, + "end": 881.88, + "confidence": 0.61865234375 + }, + { + "word": " Wu", + "start": 881.88, + "end": 882.04, + "confidence": 0.5810546875 + }, + { + "word": " can", + "start": 882.04, + "end": 882.22, + "confidence": 0.9970703125 + }, + { + "word": " get", + "start": 882.22, + "end": 882.38, + "confidence": 0.998046875 + }, + { + "word": " things", + "start": 882.38, + "end": 882.6, + "confidence": 0.99658203125 + }, + { + "word": " ready", + "start": 882.6, + "end": 882.92, + "confidence": 0.99755859375 + }, + { + "word": " for", + "start": 882.92, + "end": 883.12, + "confidence": 0.9970703125 + }, + { + "word": " us", + "start": 883.12, + "end": 883.32, + "confidence": 0.9951171875 + }, + { + "word": " here.", + "start": 883.32, + "end": 883.5, + "confidence": 0.98486328125 + }, + { + "word": " Yes,", + "start": 884.72, + "end": 884.94, + "confidence": 0.71142578125 + }, + { + "word": " that", + "start": 885.12, + "end": 885.2, + "confidence": 0.99658203125 + }, + { + "word": " will", + "start": 885.2, + "end": 885.32, + "confidence": 0.98388671875 + }, + { + "word": " give", + "start": 885.32, + "end": 885.48, + "confidence": 0.99658203125 + }, + { + "word": " me", + "start": 885.48, + "end": 885.62, + "confidence": 0.9970703125 + }, + { + "word": " enough", + "start": 885.62, + "end": 885.8, + "confidence": 0.99853515625 + }, + { + "word": " time", + "start": 885.8, + "end": 886.12, + "confidence": 0.99951171875 + }, + { + "word": " to", + "start": 886.12, + "end": 886.32, + "confidence": 0.998046875 + }, + { + "word": " arrange", + "start": 886.32, + "end": 886.64, + "confidence": 0.99365234375 + }, + { + "word": " things", + "start": 886.64, + "end": 886.96, + "confidence": 0.998046875 + }, + { + "word": " with", + "start": 886.96, + "end": 887.32, + "confidence": 0.99609375 + }, + { + "word": " Thorn", + "start": 887.32, + "end": 887.6, + "confidence": 0.857421875 + }, + { + "word": " and", + "start": 887.6, + "end": 887.8, + "confidence": 0.98583984375 + }, + { + "word": " Bramble", + "start": 887.8, + "end": 888.2, + "confidence": 0.9386393229166666 + }, + { + "word": " and", + "start": 888.2, + "end": 888.62, + "confidence": 0.6083984375 + }, + { + "word": " ensure", + "start": 888.62, + "end": 888.92, + "confidence": 0.908203125 + }, + { + "word": " the", + "start": 888.92, + "end": 889.14, + "confidence": 0.99365234375 + }, + { + "word": " needs", + "start": 889.14, + "end": 889.34, + "confidence": 0.990234375 + }, + { + "word": " of", + "start": 889.34, + "end": 889.54, + "confidence": 0.98974609375 + }, + { + "word": " our", + "start": 889.54, + "end": 889.64, + "confidence": 0.994140625 + }, + { + "word": " two", + "start": 889.64, + "end": 889.84, + "confidence": 0.984375 + }, + { + "word": " guests", + "start": 889.84, + "end": 890.06, + "confidence": 0.9892578125 + }, + { + "word": " are", + "start": 890.06, + "end": 890.28, + "confidence": 0.99560546875 + }, + { + "word": " seen", + "start": 890.28, + "end": 890.52, + "confidence": 0.93115234375 + }, + { + "word": " to,", + "start": 890.52, + "end": 890.8, + "confidence": 0.9873046875 + }, + { + "word": " added", + "start": 891.16, + "end": 891.34, + "confidence": 0.93701171875 + }, + { + "word": " the", + "start": 891.34, + "end": 891.54, + "confidence": 0.9345703125 + }, + { + "word": " wizard.", + "start": 891.54, + "end": 891.74, + "confidence": 0.71630859375 + }, + { + "word": " Then", + "start": 892.64, + "end": 893.1, + "confidence": 0.225341796875 + }, + { + "word": " it's", + "start": 893.1, + "end": 893.4, + "confidence": 0.52752685546875 + }, + { + "word": " settled,", + "start": 893.4, + "end": 893.64, + "confidence": 0.98486328125 + }, + { + "word": " said", + "start": 893.88, + "end": 894.08, + "confidence": 0.98291015625 + }, + { + "word": " Odarean", + "start": 894.08, + "end": 894.6, + "confidence": 0.46826171875 + }, + { + "word": " with", + "start": 894.6, + "end": 894.78, + "confidence": 0.9482421875 + }, + { + "word": " a", + "start": 894.78, + "end": 894.9, + "confidence": 0.990234375 + }, + { + "word": " grin.", + "start": 894.9, + "end": 895.08, + "confidence": 0.9951171875 + }, + { + "word": " It", + "start": 895.58, + "end": 895.66, + "confidence": 0.91748046875 + }, + { + "word": " looks", + "start": 895.66, + "end": 895.82, + "confidence": 0.9921875 + }, + { + "word": " like", + "start": 895.82, + "end": 896.02, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 896.02, + "end": 896.22, + "confidence": 0.98291015625 + }, + { + "word": " three", + "start": 896.22, + "end": 896.48, + "confidence": 0.9765625 + }, + { + "word": " of", + "start": 896.48, + "end": 896.62, + "confidence": 0.9970703125 + }, + { + "word": " us", + "start": 896.62, + "end": 896.76, + "confidence": 0.99853515625 + }, + { + "word": " are", + "start": 896.76, + "end": 896.9, + "confidence": 0.99560546875 + }, + { + "word": " off", + "start": 896.9, + "end": 897.1, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 897.1, + "end": 897.24, + "confidence": 0.9931640625 + }, + { + "word": " the", + "start": 897.24, + "end": 897.38, + "confidence": 0.99658203125 + }, + { + "word": " road", + "start": 897.38, + "end": 897.5, + "confidence": 0.984375 + }, + { + "word": " again.", + "start": 897.5, + "end": 897.84, + "confidence": 0.99365234375 + }, + { + "word": " Just", + "start": 899.08, + "end": 899.26, + "confidence": 0.8935546875 + }, + { + "word": " then", + "start": 899.26, + "end": 899.54, + "confidence": 0.984375 + }, + { + "word": " Kiri,", + "start": 899.54, + "end": 899.88, + "confidence": 0.4517822265625 + }, + { + "word": " Farrak,", + "start": 900.04, + "end": 900.26, + "confidence": 0.45098876953125 + }, + { + "word": " Jalen,", + "start": 900.52, + "end": 900.78, + "confidence": 0.698486328125 + }, + { + "word": " and", + "start": 901.06, + "end": 901.06, + "confidence": 0.97119140625 + }, + { + "word": " Vaya", + "start": 901.06, + "end": 901.38, + "confidence": 0.31317138671875 + }, + { + "word": " entered", + "start": 901.38, + "end": 901.64, + "confidence": 0.79638671875 + }, + { + "word": " the", + "start": 901.64, + "end": 901.82, + "confidence": 0.99853515625 + }, + { + "word": " room.", + "start": 901.82, + "end": 902.04, + "confidence": 0.99658203125 + }, + { + "word": " Everything", + "start": 903.24, + "end": 903.6, + "confidence": 0.9365234375 + }, + { + "word": " is", + "start": 903.6, + "end": 903.88, + "confidence": 0.99267578125 + }, + { + "word": " ready,", + "start": 903.88, + "end": 904.14, + "confidence": 0.99462890625 + }, + { + "word": " announced", + "start": 904.32, + "end": 904.56, + "confidence": 0.830078125 + }, + { + "word": " Jalen,", + "start": 904.56, + "end": 905.06, + "confidence": 0.98291015625 + }, + { + "word": " what's", + "start": 905.38, + "end": 905.54, + "confidence": 0.943115234375 + }, + { + "word": " the", + "start": 905.54, + "end": 905.64, + "confidence": 0.99658203125 + }, + { + "word": " hold", + "start": 905.64, + "end": 905.8, + "confidence": 0.98095703125 + }, + { + "word": " up?", + "start": 905.8, + "end": 906, + "confidence": 0.61328125 + }, + { + "word": " A", + "start": 907.06, + "end": 907.24, + "confidence": 0.91845703125 + }, + { + "word": " slight", + "start": 907.24, + "end": 907.44, + "confidence": 0.9990234375 + }, + { + "word": " change", + "start": 907.44, + "end": 907.76, + "confidence": 0.99560546875 + }, + { + "word": " of", + "start": 907.76, + "end": 907.92, + "confidence": 0.99755859375 + }, + { + "word": " plans", + "start": 907.92, + "end": 908.22, + "confidence": 0.9970703125 + }, + { + "word": " I'm", + "start": 908.22, + "end": 908.58, + "confidence": 0.711181640625 + }, + { + "word": " afraid,", + "start": 908.58, + "end": 908.9, + "confidence": 0.99658203125 + }, + { + "word": " replied", + "start": 909.26, + "end": 909.52, + "confidence": 0.9638671875 + }, + { + "word": " Odarean,", + "start": 909.52, + "end": 910.1, + "confidence": 0.9876302083333334 + }, + { + "word": " who", + "start": 910.2, + "end": 910.26, + "confidence": 0.99560546875 + }, + { + "word": " then", + "start": 910.26, + "end": 910.38, + "confidence": 0.9921875 + }, + { + "word": " explained", + "start": 910.38, + "end": 910.72, + "confidence": 0.9853515625 + }, + { + "word": " what", + "start": 910.72, + "end": 911, + "confidence": 0.99658203125 + }, + { + "word": " he", + "start": 911, + "end": 911.16, + "confidence": 0.99365234375 + }, + { + "word": " Aragas", + "start": 911.16, + "end": 911.68, + "confidence": 0.31019337972005206 + }, + { + "word": " and", + "start": 911.68, + "end": 911.94, + "confidence": 0.11834716796875 + }, + { + "word": " Wu", + "start": 911.94, + "end": 912.12, + "confidence": 0.69580078125 + }, + { + "word": " had", + "start": 912.12, + "end": 912.3, + "confidence": 0.9970703125 + }, + { + "word": " to", + "start": 912.3, + "end": 912.46, + "confidence": 0.9990234375 + }, + { + "word": " do.", + "start": 912.46, + "end": 912.66, + "confidence": 0.9990234375 + }, + { + "word": " This", + "start": 913.16, + "end": 913.32, + "confidence": 0.97314453125 + }, + { + "word": " also", + "start": 913.32, + "end": 913.7, + "confidence": 0.99755859375 + }, + { + "word": " arrived.", + "start": 913.7, + "end": 914.12, + "confidence": 0.9912109375 + }, + { + "word": " It's", + "start": 914.42, + "end": 914.56, + "confidence": 0.9892578125 + }, + { + "word": " likely", + "start": 914.56, + "end": 914.74, + "confidence": 0.99462890625 + }, + { + "word": " for", + "start": 914.74, + "end": 914.98, + "confidence": 0.99609375 + }, + { + "word": " you,", + "start": 914.98, + "end": 915.14, + "confidence": 0.9931640625 + }, + { + "word": " Kiri,", + "start": 915.26, + "end": 915.5, + "confidence": 0.974609375 + }, + { + "word": " as", + "start": 915.58, + "end": 915.68, + "confidence": 0.99755859375 + }, + { + "word": " it", + "start": 915.68, + "end": 915.78, + "confidence": 0.99560546875 + }, + { + "word": " has", + "start": 915.78, + "end": 915.9, + "confidence": 0.994140625 + }, + { + "word": " the", + "start": 915.9, + "end": 916.1, + "confidence": 0.99169921875 + }, + { + "word": " knighthood", + "start": 916.1, + "end": 916.46, + "confidence": 0.7958984375 + }, + { + "word": " seal", + "start": 916.46, + "end": 916.76, + "confidence": 0.91845703125 + }, + { + "word": " on", + "start": 916.76, + "end": 917, + "confidence": 0.99755859375 + }, + { + "word": " it,", + "start": 917, + "end": 917.12, + "confidence": 0.998046875 + }, + { + "word": " he", + "start": 917.4, + "end": 917.5, + "confidence": 0.97119140625 + }, + { + "word": " added", + "start": 917.5, + "end": 917.76, + "confidence": 0.9921875 + }, + { + "word": " and", + "start": 917.76, + "end": 917.98, + "confidence": 0.767578125 + }, + { + "word": " handed", + "start": 917.98, + "end": 918.26, + "confidence": 0.98974609375 + }, + { + "word": " the", + "start": 918.26, + "end": 918.44, + "confidence": 0.9921875 + }, + { + "word": " scroll", + "start": 918.44, + "end": 918.68, + "confidence": 0.98388671875 + }, + { + "word": " to", + "start": 918.68, + "end": 918.92, + "confidence": 0.998046875 + }, + { + "word": " his", + "start": 918.92, + "end": 919.06, + "confidence": 0.994140625 + }, + { + "word": " sister.", + "start": 919.06, + "end": 919.4, + "confidence": 0.99365234375 + }, + { + "word": " Kiri", + "start": 920.34, + "end": 920.78, + "confidence": 0.431793212890625 + }, + { + "word": " quickly", + "start": 920.78, + "end": 920.98, + "confidence": 0.98388671875 + }, + { + "word": " opened", + "start": 920.98, + "end": 921.44, + "confidence": 0.9931640625 + }, + { + "word": " and", + "start": 921.44, + "end": 921.6, + "confidence": 0.9873046875 + }, + { + "word": " read", + "start": 921.6, + "end": 921.76, + "confidence": 0.96044921875 + }, + { + "word": " the", + "start": 921.76, + "end": 921.92, + "confidence": 0.95947265625 + }, + { + "word": " dispatch,", + "start": 921.92, + "end": 922.26, + "confidence": 0.9462890625 + }, + { + "word": " and", + "start": 922.56, + "end": 922.56, + "confidence": 0.91455078125 + }, + { + "word": " like", + "start": 922.56, + "end": 922.7, + "confidence": 0.94580078125 + }, + { + "word": " her", + "start": 922.7, + "end": 922.86, + "confidence": 0.998046875 + }, + { + "word": " brother", + "start": 922.86, + "end": 923.14, + "confidence": 0.98681640625 + }, + { + "word": " frowned.", + "start": 923.14, + "end": 923.74, + "confidence": 0.832763671875 + }, + { + "word": " It", + "start": 924.14, + "end": 924.2, + "confidence": 0.6728515625 + }, + { + "word": " appears", + "start": 924.2, + "end": 924.46, + "confidence": 0.99560546875 + }, + { + "word": " I", + "start": 924.46, + "end": 924.64, + "confidence": 0.97021484375 + }, + { + "word": " have", + "start": 924.64, + "end": 924.8, + "confidence": 0.99658203125 + }, + { + "word": " a", + "start": 924.8, + "end": 924.88, + "confidence": 0.994140625 + }, + { + "word": " change", + "start": 924.88, + "end": 925.14, + "confidence": 0.98046875 + }, + { + "word": " of", + "start": 925.14, + "end": 925.3, + "confidence": 0.994140625 + }, + { + "word": " plans", + "start": 925.3, + "end": 925.6, + "confidence": 0.99609375 + }, + { + "word": " as", + "start": 925.6, + "end": 925.82, + "confidence": 0.8701171875 + }, + { + "word": " well.", + "start": 925.82, + "end": 926.04, + "confidence": 0.99755859375 + }, + { + "word": " I", + "start": 926.42, + "end": 926.5, + "confidence": 0.9833984375 + }, + { + "word": " am", + "start": 926.5, + "end": 926.56, + "confidence": 0.974609375 + }, + { + "word": " to", + "start": 926.56, + "end": 926.68, + "confidence": 0.99560546875 + }, + { + "word": " go", + "start": 926.68, + "end": 926.82, + "confidence": 0.9931640625 + }, + { + "word": " to", + "start": 926.82, + "end": 926.98, + "confidence": 0.99609375 + }, + { + "word": " Redhorn", + "start": 926.98, + "end": 927.26, + "confidence": 0.862060546875 + }, + { + "word": " directly", + "start": 927.26, + "end": 927.78, + "confidence": 0.98486328125 + }, + { + "word": " with", + "start": 927.78, + "end": 928.12, + "confidence": 0.56201171875 + }, + { + "word": " utmost", + "start": 928.12, + "end": 928.4, + "confidence": 0.984375 + }, + { + "word": " speed.", + "start": 928.4, + "end": 928.96, + "confidence": 0.99560546875 + }, + { + "word": " Word", + "start": 929.48, + "end": 929.7, + "confidence": 0.88916015625 + }, + { + "word": " has", + "start": 929.7, + "end": 929.86, + "confidence": 0.99755859375 + }, + { + "word": " come", + "start": 929.86, + "end": 930.08, + "confidence": 0.99853515625 + }, + { + "word": " that", + "start": 930.08, + "end": 930.26, + "confidence": 0.978515625 + }, + { + "word": " the", + "start": 930.26, + "end": 930.38, + "confidence": 0.98583984375 + }, + { + "word": " mayor", + "start": 930.38, + "end": 930.64, + "confidence": 0.6328125 + }, + { + "word": " has", + "start": 930.64, + "end": 930.84, + "confidence": 0.99462890625 + }, + { + "word": " been", + "start": 930.84, + "end": 931.04, + "confidence": 0.9990234375 + }, + { + "word": " killed,", + "start": 931.04, + "end": 931.46, + "confidence": 0.99560546875 + }, + { + "word": " and", + "start": 931.7, + "end": 931.76, + "confidence": 0.98779296875 + }, + { + "word": " I", + "start": 931.76, + "end": 931.88, + "confidence": 0.99609375 + }, + { + "word": " am", + "start": 931.88, + "end": 931.96, + "confidence": 0.994140625 + }, + { + "word": " to", + "start": 931.96, + "end": 932.08, + "confidence": 0.99755859375 + }, + { + "word": " investigate", + "start": 932.08, + "end": 932.6, + "confidence": 0.9921875 + }, + { + "word": " the", + "start": 932.6, + "end": 932.86, + "confidence": 0.99365234375 + }, + { + "word": " matter", + "start": 932.86, + "end": 933.12, + "confidence": 0.9990234375 + }, + { + "word": " as", + "start": 933.12, + "end": 933.36, + "confidence": 0.79931640625 + }, + { + "word": " is", + "start": 933.36, + "end": 933.46, + "confidence": 0.9404296875 + }, + { + "word": " my", + "start": 933.46, + "end": 933.66, + "confidence": 0.99169921875 + }, + { + "word": " duty", + "start": 933.66, + "end": 933.94, + "confidence": 0.99560546875 + }, + { + "word": " as", + "start": 933.94, + "end": 934.2, + "confidence": 0.986328125 + }, + { + "word": " the", + "start": 934.2, + "end": 934.34, + "confidence": 0.9873046875 + }, + { + "word": " senior", + "start": 934.34, + "end": 934.64, + "confidence": 0.82958984375 + }, + { + "word": " officer", + "start": 934.64, + "end": 935.12, + "confidence": 0.97607421875 + }, + { + "word": " of", + "start": 935.12, + "end": 935.28, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 935.28, + "end": 935.36, + "confidence": 0.99609375 + }, + { + "word": " post.", + "start": 935.36, + "end": 935.64, + "confidence": 0.89306640625 + }, + { + "word": " Well", + "start": 936.82, + "end": 937, + "confidence": 0.830078125 + }, + { + "word": " then", + "start": 937, + "end": 937.18, + "confidence": 0.67236328125 + }, + { + "word": " we", + "start": 937.18, + "end": 937.3, + "confidence": 0.67626953125 + }, + { + "word": " all", + "start": 937.3, + "end": 937.44, + "confidence": 0.99169921875 + }, + { + "word": " best", + "start": 937.44, + "end": 937.66, + "confidence": 0.986328125 + }, + { + "word": " be", + "start": 937.66, + "end": 937.88, + "confidence": 0.9931640625 + }, + { + "word": " about", + "start": 937.88, + "end": 938.1, + "confidence": 0.99365234375 + }, + { + "word": " our", + "start": 938.1, + "end": 938.26, + "confidence": 0.99462890625 + }, + { + "word": " business.", + "start": 938.26, + "end": 938.6, + "confidence": 0.998046875 + }, + { + "word": " Aragas", + "start": 939.1, + "end": 939.42, + "confidence": 0.3472900390625 + }, + { + "word": " and", + "start": 939.42, + "end": 939.62, + "confidence": 0.1561279296875 + }, + { + "word": " I", + "start": 939.62, + "end": 939.76, + "confidence": 0.99755859375 + }, + { + "word": " will", + "start": 939.76, + "end": 939.9, + "confidence": 0.9951171875 + }, + { + "word": " ride", + "start": 939.9, + "end": 940.12, + "confidence": 0.9814453125 + }, + { + "word": " to", + "start": 940.12, + "end": 940.32, + "confidence": 0.99462890625 + }, + { + "word": " lightbringer", + "start": 940.32, + "end": 940.82, + "confidence": 0.597412109375 + }, + { + "word": " and", + "start": 940.82, + "end": 941.04, + "confidence": 0.73974609375 + }, + { + "word": " you", + "start": 941.04, + "end": 941.18, + "confidence": 0.958984375 + }, + { + "word": " and", + "start": 941.18, + "end": 941.32, + "confidence": 0.8681640625 + }, + { + "word": " Farrak", + "start": 941.32, + "end": 941.64, + "confidence": 0.28369140625 + }, + { + "word": " head", + "start": 941.64, + "end": 941.84, + "confidence": 0.8134765625 + }, + { + "word": " straight", + "start": 941.84, + "end": 942.1, + "confidence": 0.970703125 + }, + { + "word": " to", + "start": 942.1, + "end": 942.32, + "confidence": 0.99853515625 + }, + { + "word": " Redhorn.", + "start": 942.32, + "end": 942.8, + "confidence": 0.9677734375 + }, + { + "word": " Vaya", + "start": 943.34, + "end": 943.62, + "confidence": 0.3492431640625 + }, + { + "word": " Jalen,", + "start": 943.62, + "end": 944.02, + "confidence": 0.655029296875 + }, + { + "word": " you", + "start": 944.26, + "end": 944.34, + "confidence": 0.98876953125 + }, + { + "word": " are", + "start": 944.34, + "end": 944.42, + "confidence": 0.98583984375 + }, + { + "word": " free", + "start": 944.42, + "end": 944.62, + "confidence": 0.998046875 + }, + { + "word": " to", + "start": 944.62, + "end": 944.74, + "confidence": 0.9990234375 + }, + { + "word": " go", + "start": 944.74, + "end": 944.88, + "confidence": 0.99853515625 + }, + { + "word": " wherever", + "start": 944.88, + "end": 945.08, + "confidence": 0.9892578125 + }, + { + "word": " you", + "start": 945.08, + "end": 945.36, + "confidence": 0.99853515625 + }, + { + "word": " wish.", + "start": 945.36, + "end": 945.72, + "confidence": 0.998046875 + }, + { + "word": " I", + "start": 946.48, + "end": 946.96, + "confidence": 0.4697265625 + }, + { + "word": " believe", + "start": 946.96, + "end": 947.24, + "confidence": 0.984375 + }, + { + "word": " we", + "start": 947.24, + "end": 947.52, + "confidence": 0.99267578125 + }, + { + "word": " will", + "start": 947.52, + "end": 947.64, + "confidence": 0.9892578125 + }, + { + "word": " still", + "start": 947.64, + "end": 947.86, + "confidence": 0.99658203125 + }, + { + "word": " accompany", + "start": 947.86, + "end": 948.34, + "confidence": 0.99462890625 + }, + { + "word": " you", + "start": 948.34, + "end": 948.58, + "confidence": 0.98828125 + }, + { + "word": " to", + "start": 948.58, + "end": 948.74, + "confidence": 0.99072265625 + }, + { + "word": " lightbringer", + "start": 948.74, + "end": 949.28, + "confidence": 0.5639750162760416 + }, + { + "word": " little", + "start": 949.28, + "end": 949.52, + "confidence": 0.59765625 + }, + { + "word": " brother,", + "start": 949.52, + "end": 949.92, + "confidence": 0.96923828125 + }, + { + "word": " said", + "start": 950.24, + "end": 950.42, + "confidence": 0.95458984375 + }, + { + "word": " Vaya.", + "start": 950.42, + "end": 950.82, + "confidence": 0.2183837890625 + }, + { + "word": " We'd", + "start": 951.22, + "end": 951.42, + "confidence": 0.953369140625 + }, + { + "word": " like", + "start": 951.42, + "end": 951.5, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 951.5, + "end": 951.68, + "confidence": 0.99609375 + }, + { + "word": " see", + "start": 951.68, + "end": 951.86, + "confidence": 0.9990234375 + }, + { + "word": " the", + "start": 951.86, + "end": 952, + "confidence": 0.99267578125 + }, + { + "word": " castle's", + "start": 952, + "end": 952.42, + "confidence": 0.797119140625 + }, + { + "word": " progress", + "start": 952.42, + "end": 952.8, + "confidence": 0.99169921875 + }, + { + "word": " and", + "start": 952.8, + "end": 953.18, + "confidence": 0.56005859375 + }, + { + "word": " then", + "start": 953.18, + "end": 953.32, + "confidence": 0.97216796875 + }, + { + "word": " depart", + "start": 953.32, + "end": 953.58, + "confidence": 0.98583984375 + }, + { + "word": " for", + "start": 953.58, + "end": 953.84, + "confidence": 0.97119140625 + }, + { + "word": " home", + "start": 953.84, + "end": 954.04, + "confidence": 0.990234375 + }, + { + "word": " from", + "start": 954.04, + "end": 954.26, + "confidence": 0.98876953125 + }, + { + "word": " there.", + "start": 954.26, + "end": 954.5, + "confidence": 0.99462890625 + }, + { + "word": " Odarean", + "start": 955.82, + "end": 956.3, + "confidence": 0.16805013020833334 + }, + { + "word": " nodded", + "start": 956.3, + "end": 956.72, + "confidence": 0.980712890625 + }, + { + "word": " in", + "start": 956.72, + "end": 956.96, + "confidence": 0.9736328125 + }, + { + "word": " agreement.", + "start": 956.96, + "end": 957.4, + "confidence": 0.9892578125 + }, + { + "word": " Kiri,", + "start": 958.62, + "end": 958.98, + "confidence": 0.46771240234375 + }, + { + "word": " Wu", + "start": 959.18, + "end": 959.26, + "confidence": 0.083251953125 + }, + { + "word": " then", + "start": 959.26, + "end": 959.44, + "confidence": 0.94482421875 + }, + { + "word": " asked,", + "start": 959.44, + "end": 959.86, + "confidence": 0.97119140625 + }, + { + "word": " if", + "start": 960.06, + "end": 960.14, + "confidence": 0.24462890625 + }, + { + "word": " time", + "start": 960.14, + "end": 960.36, + "confidence": 0.966796875 + }, + { + "word": " is", + "start": 960.36, + "end": 960.54, + "confidence": 0.99560546875 + }, + { + "word": " of", + "start": 960.54, + "end": 960.64, + "confidence": 0.9951171875 + }, + { + "word": " the", + "start": 960.64, + "end": 960.74, + "confidence": 0.978515625 + }, + { + "word": " essence,", + "start": 960.74, + "end": 961, + "confidence": 0.97705078125 + }, + { + "word": " then", + "start": 961.32, + "end": 961.4, + "confidence": 0.97900390625 + }, + { + "word": " why", + "start": 961.4, + "end": 961.56, + "confidence": 0.9912109375 + }, + { + "word": " don't", + "start": 961.56, + "end": 961.64, + "confidence": 0.99462890625 + }, + { + "word": " I", + "start": 961.64, + "end": 961.8, + "confidence": 0.99267578125 + }, + { + "word": " just", + "start": 961.8, + "end": 961.92, + "confidence": 0.96435546875 + }, + { + "word": " send", + "start": 961.92, + "end": 962.18, + "confidence": 0.99853515625 + }, + { + "word": " you", + "start": 962.18, + "end": 962.38, + "confidence": 0.998046875 + }, + { + "word": " and", + "start": 962.38, + "end": 962.5, + "confidence": 0.97021484375 + }, + { + "word": " your", + "start": 962.5, + "end": 962.58, + "confidence": 0.99609375 + }, + { + "word": " friend", + "start": 962.58, + "end": 962.84, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 962.84, + "end": 963.04, + "confidence": 0.98876953125 + }, + { + "word": " Redhorn", + "start": 963.04, + "end": 963.38, + "confidence": 0.7431640625 + }, + { + "word": " by", + "start": 963.38, + "end": 963.62, + "confidence": 0.98095703125 + }, + { + "word": " magical", + "start": 963.62, + "end": 964.04, + "confidence": 0.91552734375 + }, + { + "word": " means,", + "start": 964.04, + "end": 964.5, + "confidence": 0.9716796875 + }, + { + "word": " that", + "start": 964.96, + "end": 965.12, + "confidence": 0.9892578125 + }, + { + "word": " will", + "start": 965.12, + "end": 965.26, + "confidence": 0.91845703125 + }, + { + "word": " cut", + "start": 965.26, + "end": 965.46, + "confidence": 0.9951171875 + }, + { + "word": " a", + "start": 965.46, + "end": 965.54, + "confidence": 0.99169921875 + }, + { + "word": " week's", + "start": 965.54, + "end": 965.86, + "confidence": 0.984619140625 + }, + { + "word": " time", + "start": 965.86, + "end": 966.04, + "confidence": 0.99658203125 + }, + { + "word": " off", + "start": 966.04, + "end": 966.26, + "confidence": 0.9951171875 + }, + { + "word": " your", + "start": 966.26, + "end": 966.38, + "confidence": 0.99072265625 + }, + { + "word": " journey", + "start": 966.38, + "end": 966.72, + "confidence": 0.998046875 + }, + { + "word": " and", + "start": 966.72, + "end": 967, + "confidence": 0.90625 + }, + { + "word": " allow", + "start": 967, + "end": 967.22, + "confidence": 0.99755859375 + }, + { + "word": " you", + "start": 967.22, + "end": 967.46, + "confidence": 0.99658203125 + }, + { + "word": " to", + "start": 967.46, + "end": 967.6, + "confidence": 0.99267578125 + }, + { + "word": " start", + "start": 967.6, + "end": 967.82, + "confidence": 0.99658203125 + }, + { + "word": " your", + "start": 967.82, + "end": 968, + "confidence": 0.99755859375 + }, + { + "word": " investigation", + "start": 968, + "end": 968.66, + "confidence": 0.9951171875 + }, + { + "word": " immediately", + "start": 968.66, + "end": 969.12, + "confidence": 0.9912109375 + }, + { + "word": " upon", + "start": 969.12, + "end": 969.62, + "confidence": 0.9970703125 + }, + { + "word": " your", + "start": 969.62, + "end": 969.82, + "confidence": 0.99755859375 + }, + { + "word": " arrival?", + "start": 969.82, + "end": 970.18, + "confidence": 0.99853515625 + }, + { + "word": " Kiri", + "start": 971.26, + "end": 971.7, + "confidence": 0.44708251953125 + }, + { + "word": " paced", + "start": 971.7, + "end": 972, + "confidence": 0.741943359375 + }, + { + "word": " in", + "start": 972, + "end": 972.14, + "confidence": 0.492431640625 + }, + { + "word": " thought", + "start": 972.14, + "end": 972.34, + "confidence": 0.95068359375 + }, + { + "word": " for", + "start": 972.34, + "end": 972.56, + "confidence": 0.98828125 + }, + { + "word": " a", + "start": 972.56, + "end": 972.64, + "confidence": 0.99609375 + }, + { + "word": " moment,", + "start": 972.64, + "end": 972.94, + "confidence": 0.99853515625 + }, + { + "word": " she", + "start": 973.28, + "end": 973.38, + "confidence": 0.896484375 + }, + { + "word": " then", + "start": 973.38, + "end": 973.54, + "confidence": 0.9833984375 + }, + { + "word": " nodded", + "start": 973.54, + "end": 973.86, + "confidence": 0.972900390625 + }, + { + "word": " and", + "start": 973.86, + "end": 974.04, + "confidence": 0.96142578125 + }, + { + "word": " said,", + "start": 974.04, + "end": 974.28, + "confidence": 0.9990234375 + }, + { + "word": " that", + "start": 974.68, + "end": 974.72, + "confidence": 0.09075927734375 + }, + { + "word": " would", + "start": 974.72, + "end": 974.84, + "confidence": 0.986328125 + }, + { + "word": " give", + "start": 974.84, + "end": 975, + "confidence": 0.9931640625 + }, + { + "word": " me", + "start": 975, + "end": 975.14, + "confidence": 0.990234375 + }, + { + "word": " a", + "start": 975.14, + "end": 975.2, + "confidence": 0.9833984375 + }, + { + "word": " good", + "start": 975.2, + "end": 975.34, + "confidence": 0.9970703125 + }, + { + "word": " head", + "start": 975.34, + "end": 975.52, + "confidence": 0.89794921875 + }, + { + "word": " start", + "start": 975.52, + "end": 975.78, + "confidence": 0.884765625 + }, + { + "word": " on", + "start": 975.78, + "end": 976, + "confidence": 0.990234375 + }, + { + "word": " finding", + "start": 976, + "end": 976.34, + "confidence": 0.98974609375 + }, + { + "word": " the", + "start": 976.34, + "end": 976.56, + "confidence": 0.9912109375 + }, + { + "word": " culprit,", + "start": 976.56, + "end": 976.86, + "confidence": 0.97998046875 + }, + { + "word": " plus", + "start": 977.28, + "end": 977.56, + "confidence": 0.978515625 + }, + { + "word": " the", + "start": 977.56, + "end": 977.92, + "confidence": 0.763671875 + }, + { + "word": " trail", + "start": 977.92, + "end": 978.18, + "confidence": 0.98046875 + }, + { + "word": " won't", + "start": 978.18, + "end": 978.48, + "confidence": 0.986572265625 + }, + { + "word": " be", + "start": 978.48, + "end": 978.56, + "confidence": 0.99658203125 + }, + { + "word": " nearly", + "start": 978.56, + "end": 978.78, + "confidence": 0.98046875 + }, + { + "word": " as", + "start": 978.78, + "end": 979.04, + "confidence": 1 + }, + { + "word": " cold", + "start": 979.04, + "end": 979.26, + "confidence": 0.99951171875 + }, + { + "word": " as", + "start": 979.26, + "end": 979.48, + "confidence": 0.9990234375 + }, + { + "word": " it", + "start": 979.48, + "end": 979.56, + "confidence": 0.9951171875 + }, + { + "word": " would", + "start": 979.56, + "end": 979.66, + "confidence": 0.9892578125 + }, + { + "word": " be", + "start": 979.66, + "end": 979.8, + "confidence": 0.98486328125 + }, + { + "word": " in", + "start": 979.8, + "end": 979.94, + "confidence": 0.9951171875 + }, + { + "word": " seven", + "start": 979.94, + "end": 980.26, + "confidence": 0.83056640625 + }, + { + "word": " days", + "start": 980.26, + "end": 980.5, + "confidence": 0.9990234375 + }, + { + "word": " from", + "start": 980.5, + "end": 980.74, + "confidence": 0.98583984375 + }, + { + "word": " now.", + "start": 980.74, + "end": 981.02, + "confidence": 0.99951171875 + }, + { + "word": " If", + "start": 981.92, + "end": 982.36, + "confidence": 0.96142578125 + }, + { + "word": " you", + "start": 982.36, + "end": 982.46, + "confidence": 0.998046875 + }, + { + "word": " wish", + "start": 982.46, + "end": 982.86, + "confidence": 0.9970703125 + }, + { + "word": " I", + "start": 982.86, + "end": 983.06, + "confidence": 0.40576171875 + }, + { + "word": " can", + "start": 983.06, + "end": 983.18, + "confidence": 0.97607421875 + }, + { + "word": " also", + "start": 983.18, + "end": 983.44, + "confidence": 0.990234375 + }, + { + "word": " send", + "start": 983.44, + "end": 983.7, + "confidence": 0.99169921875 + }, + { + "word": " along", + "start": 983.7, + "end": 983.98, + "confidence": 0.93994140625 + }, + { + "word": " one", + "start": 983.98, + "end": 984.22, + "confidence": 0.98974609375 + }, + { + "word": " of", + "start": 984.22, + "end": 984.28, + "confidence": 0.9951171875 + }, + { + "word": " my", + "start": 984.28, + "end": 984.42, + "confidence": 0.99560546875 + }, + { + "word": " diviners", + "start": 984.42, + "end": 984.96, + "confidence": 0.7928873697916666 + }, + { + "word": " to", + "start": 984.96, + "end": 985.16, + "confidence": 0.99560546875 + }, + { + "word": " aid", + "start": 985.16, + "end": 985.36, + "confidence": 0.97509765625 + }, + { + "word": " you", + "start": 985.36, + "end": 985.5, + "confidence": 0.9970703125 + }, + { + "word": " in", + "start": 985.5, + "end": 985.62, + "confidence": 0.90380859375 + }, + { + "word": " your", + "start": 985.62, + "end": 985.72, + "confidence": 0.9970703125 + }, + { + "word": " task.", + "start": 985.72, + "end": 986.04, + "confidence": 0.99267578125 + }, + { + "word": " Kiri", + "start": 987.3, + "end": 987.64, + "confidence": 0.9501953125 + }, + { + "word": " nodded,", + "start": 987.64, + "end": 988, + "confidence": 0.997802734375 + }, + { + "word": " I", + "start": 988.16, + "end": 988.24, + "confidence": 0.73046875 + }, + { + "word": " accept", + "start": 988.24, + "end": 988.56, + "confidence": 0.9599609375 + }, + { + "word": " your", + "start": 988.56, + "end": 988.76, + "confidence": 0.994140625 + }, + { + "word": " proposal", + "start": 988.76, + "end": 989.22, + "confidence": 0.99658203125 + }, + { + "word": " headmaster,", + "start": 989.22, + "end": 989.92, + "confidence": 0.686279296875 + }, + { + "word": " as", + "start": 990.38, + "end": 990.5, + "confidence": 0.97802734375 + }, + { + "word": " this", + "start": 990.5, + "end": 990.68, + "confidence": 0.98828125 + }, + { + "word": " is", + "start": 990.68, + "end": 990.86, + "confidence": 0.99267578125 + }, + { + "word": " my", + "start": 990.86, + "end": 991.06, + "confidence": 0.99755859375 + }, + { + "word": " first", + "start": 991.06, + "end": 991.4, + "confidence": 0.9912109375 + }, + { + "word": " murder", + "start": 991.4, + "end": 991.64, + "confidence": 0.9697265625 + }, + { + "word": " investigation,", + "start": 991.64, + "end": 992.4, + "confidence": 0.99267578125 + }, + { + "word": " I", + "start": 992.82, + "end": 992.9, + "confidence": 0.99072265625 + }, + { + "word": " will", + "start": 992.9, + "end": 993.02, + "confidence": 0.99365234375 + }, + { + "word": " need", + "start": 993.02, + "end": 993.18, + "confidence": 0.994140625 + }, + { + "word": " all", + "start": 993.18, + "end": 993.42, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 993.42, + "end": 993.56, + "confidence": 0.99072265625 + }, + { + "word": " help", + "start": 993.56, + "end": 993.72, + "confidence": 0.99951171875 + }, + { + "word": " I", + "start": 993.72, + "end": 993.9, + "confidence": 0.99365234375 + }, + { + "word": " can", + "start": 993.9, + "end": 994.06, + "confidence": 0.99365234375 + }, + { + "word": " get.", + "start": 994.06, + "end": 994.32, + "confidence": 0.99853515625 + }, + { + "word": " Wu", + "start": 995.42, + "end": 995.86, + "confidence": 0.00189971923828125 + }, + { + "word": " smiled,", + "start": 995.86, + "end": 996.3, + "confidence": 0.962890625 + }, + { + "word": " then", + "start": 996.52, + "end": 996.6, + "confidence": 0.943359375 + }, + { + "word": " prepared", + "start": 996.6, + "end": 996.94, + "confidence": 0.82177734375 + }, + { + "word": " to", + "start": 996.94, + "end": 997.18, + "confidence": 0.77197265625 + }, + { + "word": " depart", + "start": 997.18, + "end": 997.36, + "confidence": 0.99462890625 + }, + { + "word": " within", + "start": 997.36, + "end": 997.66, + "confidence": 0.94873046875 + }, + { + "word": " the", + "start": 997.66, + "end": 997.82, + "confidence": 0.9921875 + }, + { + "word": " hour,", + "start": 997.82, + "end": 998.08, + "confidence": 0.994140625 + }, + { + "word": " my", + "start": 998.24, + "end": 998.32, + "confidence": 0.9833984375 + }, + { + "word": " lady,", + "start": 998.32, + "end": 998.66, + "confidence": 0.86279296875 + }, + { + "word": " I", + "start": 999.12, + "end": 999.2, + "confidence": 0.74169921875 + }, + { + "word": " shall", + "start": 999.2, + "end": 999.34, + "confidence": 0.99853515625 + }, + { + "word": " make", + "start": 999.34, + "end": 999.48, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 999.48, + "end": 999.66, + "confidence": 0.98876953125 + }, + { + "word": " arrangements", + "start": 999.66, + "end": 1000.02, + "confidence": 0.9755859375 + }, + { + "word": " and", + "start": 1000.02, + "end": 1000.44, + "confidence": 0.8193359375 + }, + { + "word": " select", + "start": 1000.44, + "end": 1000.74, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 1000.74, + "end": 1000.96, + "confidence": 0.98974609375 + }, + { + "word": " diviner", + "start": 1000.96, + "end": 1001.28, + "confidence": 0.959716796875 + }, + { + "word": " personally.", + "start": 1001.28, + "end": 1001.84, + "confidence": 0.982421875 + }, + { + "word": " We", + "start": 1003.04, + "end": 1003.22, + "confidence": 0.2086181640625 + }, + { + "word": " shall", + "start": 1003.22, + "end": 1003.38, + "confidence": 0.9951171875 + }, + { + "word": " be", + "start": 1003.38, + "end": 1003.52, + "confidence": 0.99365234375 + }, + { + "word": " ready,", + "start": 1003.52, + "end": 1003.78, + "confidence": 0.9833984375 + }, + { + "word": " wizard,", + "start": 1004, + "end": 1004.2, + "confidence": 0.6025390625 + }, + { + "word": " said", + "start": 1004.5, + "end": 1004.72, + "confidence": 0.91015625 + }, + { + "word": " Farrak", + "start": 1004.72, + "end": 1005.04, + "confidence": 0.4442138671875 + }, + { + "word": " roughly.", + "start": 1005.04, + "end": 1005.48, + "confidence": 0.239013671875 + }, + { + "word": " We'll", + "start": 1006.34, + "end": 1006.78, + "confidence": 0.57159423828125 + }, + { + "word": " meet", + "start": 1006.78, + "end": 1006.92, + "confidence": 0.99755859375 + }, + { + "word": " you", + "start": 1006.92, + "end": 1007.1, + "confidence": 0.998046875 + }, + { + "word": " at", + "start": 1007.1, + "end": 1007.22, + "confidence": 0.99462890625 + }, + { + "word": " the", + "start": 1007.22, + "end": 1007.34, + "confidence": 0.994140625 + }, + { + "word": " teleportation", + "start": 1007.34, + "end": 1008.08, + "confidence": 0.947998046875 + }, + { + "word": " station", + "start": 1008.08, + "end": 1008.52, + "confidence": 0.98876953125 + }, + { + "word": " in", + "start": 1008.52, + "end": 1008.7, + "confidence": 0.97412109375 + }, + { + "word": " one", + "start": 1008.7, + "end": 1008.9, + "confidence": 0.96337890625 + }, + { + "word": " hour,", + "start": 1008.9, + "end": 1009.24, + "confidence": 0.99755859375 + }, + { + "word": " said", + "start": 1009.44, + "end": 1009.6, + "confidence": 0.98828125 + }, + { + "word": " Kiri,", + "start": 1009.6, + "end": 1009.96, + "confidence": 0.5682373046875 + }, + { + "word": " she", + "start": 1010.22, + "end": 1010.32, + "confidence": 0.9130859375 + }, + { + "word": " then", + "start": 1010.32, + "end": 1010.48, + "confidence": 0.9921875 + }, + { + "word": " turned", + "start": 1010.48, + "end": 1010.7, + "confidence": 0.95849609375 + }, + { + "word": " to", + "start": 1010.7, + "end": 1010.92, + "confidence": 0.9970703125 + }, + { + "word": " her", + "start": 1010.92, + "end": 1011.04, + "confidence": 0.99755859375 + }, + { + "word": " family.", + "start": 1011.04, + "end": 1011.46, + "confidence": 0.99609375 + }, + { + "word": " It", + "start": 1011.84, + "end": 1011.92, + "confidence": 0.98828125 + }, + { + "word": " seems", + "start": 1011.92, + "end": 1012.16, + "confidence": 0.99365234375 + }, + { + "word": " that", + "start": 1012.16, + "end": 1012.44, + "confidence": 0.9921875 + }, + { + "word": " it", + "start": 1012.44, + "end": 1012.52, + "confidence": 0.98974609375 + }, + { + "word": " may", + "start": 1012.52, + "end": 1012.68, + "confidence": 0.98388671875 + }, + { + "word": " be", + "start": 1012.68, + "end": 1012.84, + "confidence": 0.998046875 + }, + { + "word": " some", + "start": 1012.84, + "end": 1013.06, + "confidence": 0.6435546875 + }, + { + "word": " time", + "start": 1013.06, + "end": 1013.34, + "confidence": 0.998046875 + }, + { + "word": " before", + "start": 1013.34, + "end": 1013.64, + "confidence": 0.99560546875 + }, + { + "word": " I", + "start": 1013.64, + "end": 1013.82, + "confidence": 0.99658203125 + }, + { + "word": " see", + "start": 1013.82, + "end": 1014.02, + "confidence": 0.99560546875 + }, + { + "word": " you", + "start": 1014.02, + "end": 1014.22, + "confidence": 0.99560546875 + }, + { + "word": " all", + "start": 1014.22, + "end": 1014.34, + "confidence": 0.9970703125 + }, + { + "word": " again,", + "start": 1014.34, + "end": 1014.64, + "confidence": 0.9970703125 + }, + { + "word": " and", + "start": 1014.96, + "end": 1015.02, + "confidence": 0.990234375 + }, + { + "word": " just", + "start": 1015.02, + "end": 1015.16, + "confidence": 0.99267578125 + }, + { + "word": " when", + "start": 1015.16, + "end": 1015.38, + "confidence": 0.9951171875 + }, + { + "word": " Adi", + "start": 1015.38, + "end": 1015.62, + "confidence": 0.765625 + }, + { + "word": " had", + "start": 1015.62, + "end": 1015.76, + "confidence": 0.99609375 + }, + { + "word": " finally", + "start": 1015.76, + "end": 1016.14, + "confidence": 0.99658203125 + }, + { + "word": " returned,", + "start": 1016.14, + "end": 1016.64, + "confidence": 0.99072265625 + }, + { + "word": " a", + "start": 1017.24, + "end": 1017.32, + "confidence": 0.98974609375 + }, + { + "word": " tear", + "start": 1017.32, + "end": 1017.56, + "confidence": 0.955078125 + }, + { + "word": " then", + "start": 1017.56, + "end": 1017.82, + "confidence": 0.93603515625 + }, + { + "word": " rimmed", + "start": 1017.82, + "end": 1018.12, + "confidence": 0.91259765625 + }, + { + "word": " her", + "start": 1018.12, + "end": 1018.22, + "confidence": 0.9990234375 + }, + { + "word": " eyes.", + "start": 1018.22, + "end": 1018.54, + "confidence": 0.99853515625 + }, + { + "word": " Don't", + "start": 1019.38, + "end": 1019.82, + "confidence": 0.6805419921875 + }, + { + "word": " you", + "start": 1019.82, + "end": 1019.92, + "confidence": 0.97900390625 + }, + { + "word": " worry", + "start": 1019.92, + "end": 1020.22, + "confidence": 0.99560546875 + }, + { + "word": " cis,", + "start": 1020.22, + "end": 1020.6, + "confidence": 0.193115234375 + }, + { + "word": " comforted", + "start": 1020.96, + "end": 1021.42, + "confidence": 0.934326171875 + }, + { + "word": " Odarean,", + "start": 1021.42, + "end": 1021.98, + "confidence": 0.528076171875 + }, + { + "word": " we", + "start": 1022.34, + "end": 1022.44, + "confidence": 0.82275390625 + }, + { + "word": " will", + "start": 1022.44, + "end": 1022.54, + "confidence": 0.986328125 + }, + { + "word": " see", + "start": 1022.54, + "end": 1022.72, + "confidence": 0.99560546875 + }, + { + "word": " each", + "start": 1022.72, + "end": 1022.96, + "confidence": 0.99951171875 + }, + { + "word": " other", + "start": 1022.96, + "end": 1023.12, + "confidence": 0.98583984375 + }, + { + "word": " again", + "start": 1023.12, + "end": 1023.4, + "confidence": 0.99658203125 + }, + { + "word": " soon,", + "start": 1023.4, + "end": 1023.74, + "confidence": 0.9892578125 + }, + { + "word": " perhaps", + "start": 1024.14, + "end": 1024.32, + "confidence": 0.92236328125 + }, + { + "word": " I", + "start": 1024.32, + "end": 1024.56, + "confidence": 0.98583984375 + }, + { + "word": " shall", + "start": 1024.56, + "end": 1024.7, + "confidence": 0.9970703125 + }, + { + "word": " travel", + "start": 1024.7, + "end": 1025, + "confidence": 0.994140625 + }, + { + "word": " to", + "start": 1025, + "end": 1025.16, + "confidence": 0.99560546875 + }, + { + "word": " see", + "start": 1025.16, + "end": 1025.32, + "confidence": 0.99560546875 + }, + { + "word": " you", + "start": 1025.32, + "end": 1025.44, + "confidence": 0.99462890625 + }, + { + "word": " once", + "start": 1025.44, + "end": 1025.66, + "confidence": 0.99267578125 + }, + { + "word": " we", + "start": 1025.66, + "end": 1025.86, + "confidence": 0.990234375 + }, + { + "word": " finished", + "start": 1025.86, + "end": 1026.18, + "confidence": 0.348876953125 + }, + { + "word": " with", + "start": 1026.18, + "end": 1026.44, + "confidence": 0.98388671875 + }, + { + "word": " matters", + "start": 1026.44, + "end": 1026.7, + "confidence": 0.94970703125 + }, + { + "word": " in", + "start": 1026.7, + "end": 1026.98, + "confidence": 0.98193359375 + }, + { + "word": " Hardrock,", + "start": 1026.98, + "end": 1027.38, + "confidence": 0.5626220703125 + }, + { + "word": " only", + "start": 1027.74, + "end": 1027.94, + "confidence": 0.978515625 + }, + { + "word": " the", + "start": 1027.94, + "end": 1028.08, + "confidence": 0.99169921875 + }, + { + "word": " gods", + "start": 1028.08, + "end": 1028.32, + "confidence": 0.81884765625 + }, + { + "word": " know", + "start": 1028.32, + "end": 1028.62, + "confidence": 0.99853515625 + }, + { + "word": " when", + "start": 1028.62, + "end": 1028.84, + "confidence": 0.978515625 + }, + { + "word": " we", + "start": 1028.84, + "end": 1028.98, + "confidence": 0.99462890625 + }, + { + "word": " will", + "start": 1028.98, + "end": 1029.1, + "confidence": 0.9794921875 + }, + { + "word": " see", + "start": 1029.1, + "end": 1029.32, + "confidence": 0.99365234375 + }, + { + "word": " each", + "start": 1029.32, + "end": 1029.56, + "confidence": 0.99853515625 + }, + { + "word": " other", + "start": 1029.56, + "end": 1029.72, + "confidence": 0.990234375 + }, + { + "word": " again.", + "start": 1029.72, + "end": 1030.06, + "confidence": 0.998046875 + }, + { + "word": " The", + "start": 1031.22, + "end": 1031.38, + "confidence": 0.95654296875 + }, + { + "word": " two", + "start": 1031.38, + "end": 1031.58, + "confidence": 0.9853515625 + }, + { + "word": " embraced", + "start": 1031.58, + "end": 1031.94, + "confidence": 0.98779296875 + }, + { + "word": " for", + "start": 1031.94, + "end": 1032.18, + "confidence": 0.994140625 + }, + { + "word": " their", + "start": 1032.18, + "end": 1032.32, + "confidence": 0.99609375 + }, + { + "word": " bond", + "start": 1032.32, + "end": 1032.58, + "confidence": 0.99072265625 + }, + { + "word": " was", + "start": 1032.58, + "end": 1032.8, + "confidence": 0.95751953125 + }, + { + "word": " strong,", + "start": 1032.8, + "end": 1033.14, + "confidence": 0.998046875 + }, + { + "word": " just", + "start": 1033.54, + "end": 1033.68, + "confidence": 0.9970703125 + }, + { + "word": " as", + "start": 1033.68, + "end": 1033.88, + "confidence": 0.99951171875 + }, + { + "word": " it", + "start": 1033.88, + "end": 1033.98, + "confidence": 0.998046875 + }, + { + "word": " had", + "start": 1033.98, + "end": 1034.08, + "confidence": 0.9951171875 + }, + { + "word": " been", + "start": 1034.08, + "end": 1034.26, + "confidence": 0.9990234375 + }, + { + "word": " when", + "start": 1034.26, + "end": 1034.48, + "confidence": 0.98974609375 + }, + { + "word": " they", + "start": 1034.48, + "end": 1034.62, + "confidence": 0.9912109375 + }, + { + "word": " were", + "start": 1034.62, + "end": 1034.74, + "confidence": 0.998046875 + }, + { + "word": " children,", + "start": 1034.74, + "end": 1035.14, + "confidence": 0.99462890625 + }, + { + "word": " far", + "start": 1035.68, + "end": 1035.84, + "confidence": 0.9970703125 + }, + { + "word": " stronger", + "start": 1035.84, + "end": 1036.38, + "confidence": 0.99609375 + }, + { + "word": " than", + "start": 1036.38, + "end": 1036.58, + "confidence": 0.99072265625 + }, + { + "word": " between", + "start": 1036.58, + "end": 1036.86, + "confidence": 0.9765625 + }, + { + "word": " any", + "start": 1036.86, + "end": 1037.14, + "confidence": 0.98779296875 + }, + { + "word": " of", + "start": 1037.14, + "end": 1037.24, + "confidence": 0.96142578125 + }, + { + "word": " their", + "start": 1037.24, + "end": 1037.36, + "confidence": 0.99609375 + }, + { + "word": " other", + "start": 1037.36, + "end": 1037.6, + "confidence": 0.994140625 + }, + { + "word": " siblings.", + "start": 1037.6, + "end": 1038, + "confidence": 0.98388671875 + }, + { + "word": " I", + "start": 1039, + "end": 1039.44, + "confidence": 0.78076171875 + }, + { + "word": " will", + "start": 1039.44, + "end": 1039.58, + "confidence": 0.99169921875 + }, + { + "word": " miss", + "start": 1039.58, + "end": 1039.72, + "confidence": 0.99169921875 + }, + { + "word": " you", + "start": 1039.72, + "end": 1039.94, + "confidence": 0.97265625 + }, + { + "word": " brother,", + "start": 1039.94, + "end": 1040.32, + "confidence": 0.62939453125 + }, + { + "word": " Kiri", + "start": 1040.6, + "end": 1040.82, + "confidence": 0.413238525390625 + }, + { + "word": " quavered,", + "start": 1040.82, + "end": 1041.4, + "confidence": 0.57489013671875 + }, + { + "word": " at", + "start": 1041.66, + "end": 1041.76, + "confidence": 0.98291015625 + }, + { + "word": " least", + "start": 1041.76, + "end": 1041.9, + "confidence": 0.98779296875 + }, + { + "word": " I'm", + "start": 1041.9, + "end": 1042.22, + "confidence": 0.7291259765625 + }, + { + "word": " used", + "start": 1042.22, + "end": 1042.36, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 1042.36, + "end": 1042.5, + "confidence": 0.998046875 + }, + { + "word": " you", + "start": 1042.5, + "end": 1042.6, + "confidence": 0.98095703125 + }, + { + "word": " laving,", + "start": 1042.6, + "end": 1042.94, + "confidence": 0.622314453125 + }, + { + "word": " though", + "start": 1043.14, + "end": 1043.22, + "confidence": 0.9921875 + }, + { + "word": " I", + "start": 1043.22, + "end": 1043.34, + "confidence": 0.994140625 + }, + { + "word": " may", + "start": 1043.34, + "end": 1043.48, + "confidence": 0.99609375 + }, + { + "word": " not", + "start": 1043.48, + "end": 1043.68, + "confidence": 0.99853515625 + }, + { + "word": " like", + "start": 1043.68, + "end": 1043.92, + "confidence": 0.99755859375 + }, + { + "word": " it.", + "start": 1043.92, + "end": 1044.16, + "confidence": 0.9970703125 + }, + { + "word": " That", + "start": 1044.94, + "end": 1045.42, + "confidence": 0.6015625 + }, + { + "word": " doesn't", + "start": 1045.42, + "end": 1045.7, + "confidence": 0.98779296875 + }, + { + "word": " make", + "start": 1045.7, + "end": 1045.84, + "confidence": 0.998046875 + }, + { + "word": " our", + "start": 1045.84, + "end": 1046, + "confidence": 0.994140625 + }, + { + "word": " parting", + "start": 1046, + "end": 1046.3, + "confidence": 0.94189453125 + }, + { + "word": " any", + "start": 1046.3, + "end": 1046.52, + "confidence": 0.994140625 + }, + { + "word": " easier,", + "start": 1046.52, + "end": 1046.96, + "confidence": 0.99560546875 + }, + { + "word": " smiled", + "start": 1047.26, + "end": 1047.56, + "confidence": 0.724609375 + }, + { + "word": " the", + "start": 1047.56, + "end": 1047.76, + "confidence": 0.98486328125 + }, + { + "word": " paladin.", + "start": 1047.76, + "end": 1048.16, + "confidence": 0.7408447265625 + }, + { + "word": " Kiri", + "start": 1049.36, + "end": 1049.6, + "confidence": 0.386474609375 + }, + { + "word": " nodded,", + "start": 1049.6, + "end": 1049.94, + "confidence": 0.982177734375 + }, + { + "word": " then", + "start": 1050.12, + "end": 1050.16, + "confidence": 0.87451171875 + }, + { + "word": " embraced", + "start": 1050.16, + "end": 1050.48, + "confidence": 0.98876953125 + }, + { + "word": " Jalen", + "start": 1050.48, + "end": 1050.92, + "confidence": 0.76513671875 + }, + { + "word": " and", + "start": 1050.92, + "end": 1051.14, + "confidence": 0.96630859375 + }, + { + "word": " Vea", + "start": 1051.14, + "end": 1051.42, + "confidence": 0.3565673828125 + }, + { + "word": " and", + "start": 1051.42, + "end": 1051.68, + "confidence": 0.6025390625 + }, + { + "word": " bid", + "start": 1051.68, + "end": 1051.8, + "confidence": 0.87646484375 + }, + { + "word": " them", + "start": 1051.8, + "end": 1051.98, + "confidence": 0.990234375 + }, + { + "word": " farewell,", + "start": 1051.98, + "end": 1052.36, + "confidence": 0.9970703125 + }, + { + "word": " she", + "start": 1052.88, + "end": 1053.08, + "confidence": 0.63134765625 + }, + { + "word": " then", + "start": 1053.08, + "end": 1053.22, + "confidence": 0.99267578125 + }, + { + "word": " turned", + "start": 1053.22, + "end": 1053.5, + "confidence": 0.99169921875 + }, + { + "word": " and", + "start": 1053.5, + "end": 1053.74, + "confidence": 0.9599609375 + }, + { + "word": " said", + "start": 1053.74, + "end": 1053.92, + "confidence": 0.99658203125 + }, + { + "word": " goodbye", + "start": 1053.92, + "end": 1054.22, + "confidence": 0.92138671875 + }, + { + "word": " to", + "start": 1054.22, + "end": 1054.52, + "confidence": 0.9921875 + }, + { + "word": " Aragast", + "start": 1054.52, + "end": 1055, + "confidence": 0.5909830729166666 + }, + { + "word": " and", + "start": 1055, + "end": 1055.2, + "confidence": 0.4248046875 + }, + { + "word": " Wu", + "start": 1055.2, + "end": 1055.38, + "confidence": 0.69873046875 + }, + { + "word": " and", + "start": 1055.38, + "end": 1055.82, + "confidence": 0.748046875 + }, + { + "word": " left", + "start": 1055.82, + "end": 1055.98, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 1055.98, + "end": 1056.2, + "confidence": 0.99755859375 + }, + { + "word": " room", + "start": 1056.2, + "end": 1056.38, + "confidence": 0.99658203125 + }, + { + "word": " to", + "start": 1056.38, + "end": 1056.58, + "confidence": 0.998046875 + }, + { + "word": " finish", + "start": 1056.58, + "end": 1056.82, + "confidence": 0.99560546875 + }, + { + "word": " her", + "start": 1056.82, + "end": 1056.98, + "confidence": 0.99560546875 + }, + { + "word": " preparations,", + "start": 1056.98, + "end": 1057.56, + "confidence": 0.99365234375 + }, + { + "word": " Farrak", + "start": 1058.28, + "end": 1058.48, + "confidence": 0.271392822265625 + }, + { + "word": " nodded", + "start": 1058.48, + "end": 1058.82, + "confidence": 0.998779296875 + }, + { + "word": " to", + "start": 1058.82, + "end": 1058.96, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 1058.96, + "end": 1059.1, + "confidence": 0.9931640625 + }, + { + "word": " others", + "start": 1059.1, + "end": 1059.32, + "confidence": 0.9912109375 + }, + { + "word": " and", + "start": 1059.32, + "end": 1059.56, + "confidence": 0.92529296875 + }, + { + "word": " followed", + "start": 1059.56, + "end": 1059.88, + "confidence": 0.99658203125 + }, + { + "word": " after", + "start": 1059.88, + "end": 1060.22, + "confidence": 0.990234375 + }, + { + "word": " the", + "start": 1060.22, + "end": 1060.36, + "confidence": 0.99560546875 + }, + { + "word": " woman", + "start": 1060.36, + "end": 1060.54, + "confidence": 0.97705078125 + }, + { + "word": " night.", + "start": 1060.54, + "end": 1060.86, + "confidence": 0.81689453125 + }, + { + "word": " Time", + "start": 1061.94, + "end": 1062.2, + "confidence": 0.052001953125 + }, + { + "word": " to", + "start": 1062.2, + "end": 1062.36, + "confidence": 0.96533203125 + }, + { + "word": " go", + "start": 1062.36, + "end": 1062.5, + "confidence": 0.97265625 + }, + { + "word": " little", + "start": 1062.5, + "end": 1062.68, + "confidence": 0.794921875 + }, + { + "word": " brother,", + "start": 1062.68, + "end": 1063.04, + "confidence": 0.97021484375 + }, + { + "word": " said", + "start": 1063.32, + "end": 1063.46, + "confidence": 0.99462890625 + }, + { + "word": " Vea,", + "start": 1063.46, + "end": 1063.92, + "confidence": 0.978515625 + }, + { + "word": " interrupting", + "start": 1064.16, + "end": 1064.48, + "confidence": 0.9462890625 + }, + { + "word": " Odarean's", + "start": 1064.48, + "end": 1065.18, + "confidence": 0.544219970703125 + }, + { + "word": " thoughts,", + "start": 1065.18, + "end": 1065.46, + "confidence": 0.998046875 + }, + { + "word": " if", + "start": 1065.94, + "end": 1066.08, + "confidence": 0.59814453125 + }, + { + "word": " you", + "start": 1066.08, + "end": 1066.2, + "confidence": 0.9921875 + }, + { + "word": " and", + "start": 1066.2, + "end": 1066.34, + "confidence": 0.99755859375 + }, + { + "word": " Aragast", + "start": 1066.34, + "end": 1066.78, + "confidence": 0.9816080729166666 + }, + { + "word": " are", + "start": 1066.78, + "end": 1066.9, + "confidence": 0.986328125 + }, + { + "word": " to", + "start": 1066.9, + "end": 1067.02, + "confidence": 0.9970703125 + }, + { + "word": " return", + "start": 1067.02, + "end": 1067.3, + "confidence": 0.99658203125 + }, + { + "word": " in", + "start": 1067.3, + "end": 1067.46, + "confidence": 0.9951171875 + }, + { + "word": " two", + "start": 1067.46, + "end": 1067.7, + "confidence": 0.95751953125 + }, + { + "word": " days", + "start": 1067.7, + "end": 1068, + "confidence": 0.99853515625 + }, + { + "word": " we", + "start": 1068, + "end": 1068.24, + "confidence": 0.7939453125 + }, + { + "word": " must", + "start": 1068.24, + "end": 1068.42, + "confidence": 0.9990234375 + }, + { + "word": " be", + "start": 1068.42, + "end": 1068.64, + "confidence": 0.9912109375 + }, + { + "word": " off.", + "start": 1068.64, + "end": 1068.94, + "confidence": 0.998046875 + }, + { + "word": " Yes,", + "start": 1069.8, + "end": 1070.28, + "confidence": 0.35595703125 + }, + { + "word": " said", + "start": 1070.5, + "end": 1070.72, + "confidence": 0.8759765625 + }, + { + "word": " the", + "start": 1070.72, + "end": 1070.88, + "confidence": 0.98291015625 + }, + { + "word": " paladin.", + "start": 1070.88, + "end": 1071.34, + "confidence": 0.6937255859375 + }, + { + "word": " Why", + "start": 1072.5, + "end": 1072.56, + "confidence": 0.166015625 + }, + { + "word": " don't", + "start": 1072.56, + "end": 1072.66, + "confidence": 0.991943359375 + }, + { + "word": " I", + "start": 1072.66, + "end": 1072.78, + "confidence": 0.982421875 + }, + { + "word": " just", + "start": 1072.78, + "end": 1072.92, + "confidence": 0.97900390625 + }, + { + "word": " send", + "start": 1072.92, + "end": 1073.14, + "confidence": 0.998046875 + }, + { + "word": " you", + "start": 1073.14, + "end": 1073.3, + "confidence": 0.9951171875 + }, + { + "word": " all", + "start": 1073.3, + "end": 1073.4, + "confidence": 0.98974609375 + }, + { + "word": " to", + "start": 1073.4, + "end": 1073.58, + "confidence": 0.9951171875 + }, + { + "word": " Lightbringer", + "start": 1073.58, + "end": 1074.04, + "confidence": 0.919921875 + }, + { + "word": " through", + "start": 1074.04, + "end": 1074.32, + "confidence": 0.9658203125 + }, + { + "word": " the", + "start": 1074.32, + "end": 1074.48, + "confidence": 0.98828125 + }, + { + "word": " portal,", + "start": 1074.48, + "end": 1074.76, + "confidence": 0.95263671875 + }, + { + "word": " asked", + "start": 1075.16, + "end": 1075.4, + "confidence": 0.52880859375 + }, + { + "word": " Wu,", + "start": 1075.4, + "end": 1075.6, + "confidence": 0.70556640625 + }, + { + "word": " the", + "start": 1075.98, + "end": 1076.08, + "confidence": 0.94287109375 + }, + { + "word": " connecting", + "start": 1076.08, + "end": 1076.36, + "confidence": 0.98193359375 + }, + { + "word": " station", + "start": 1076.36, + "end": 1076.94, + "confidence": 0.99462890625 + }, + { + "word": " is", + "start": 1076.94, + "end": 1077.18, + "confidence": 0.9892578125 + }, + { + "word": " nearly", + "start": 1077.18, + "end": 1077.44, + "confidence": 0.98779296875 + }, + { + "word": " completed.", + "start": 1077.44, + "end": 1078.02, + "confidence": 0.990234375 + }, + { + "word": " You've", + "start": 1078.92, + "end": 1079.4, + "confidence": 0.885986328125 + }, + { + "word": " put", + "start": 1079.4, + "end": 1079.48, + "confidence": 0.99853515625 + }, + { + "word": " a", + "start": 1079.48, + "end": 1079.6, + "confidence": 0.990234375 + }, + { + "word": " portal", + "start": 1079.6, + "end": 1079.88, + "confidence": 0.99609375 + }, + { + "word": " in", + "start": 1079.88, + "end": 1080.02, + "confidence": 0.5361328125 + }, + { + "word": " Lightbringer,", + "start": 1080.02, + "end": 1080.56, + "confidence": 0.9913736979166666 + }, + { + "word": " asked", + "start": 1080.84, + "end": 1081.08, + "confidence": 0.9541015625 + }, + { + "word": " Odarean", + "start": 1081.08, + "end": 1081.64, + "confidence": 0.5028076171875 + }, + { + "word": " in", + "start": 1081.64, + "end": 1081.72, + "confidence": 0.8486328125 + }, + { + "word": " surprise.", + "start": 1081.72, + "end": 1082.08, + "confidence": 0.94482421875 + }, + { + "word": " Indeed", + "start": 1083.42, + "end": 1083.7, + "confidence": 0.9326171875 + }, + { + "word": " Lightbringer", + "start": 1083.7, + "end": 1084.32, + "confidence": 0.7331949869791666 + }, + { + "word": " will", + "start": 1084.32, + "end": 1084.44, + "confidence": 0.99560546875 + }, + { + "word": " one", + "start": 1084.44, + "end": 1084.66, + "confidence": 0.982421875 + }, + { + "word": " day", + "start": 1084.66, + "end": 1084.86, + "confidence": 0.998046875 + }, + { + "word": " be", + "start": 1084.86, + "end": 1085.04, + "confidence": 0.998046875 + }, + { + "word": " an", + "start": 1085.04, + "end": 1085.14, + "confidence": 0.99609375 + }, + { + "word": " important", + "start": 1085.14, + "end": 1085.48, + "confidence": 0.99853515625 + }, + { + "word": " community,", + "start": 1085.48, + "end": 1085.98, + "confidence": 0.9951171875 + }, + { + "word": " besides", + "start": 1086.24, + "end": 1086.48, + "confidence": 0.97802734375 + }, + { + "word": " I", + "start": 1086.48, + "end": 1086.78, + "confidence": 0.88818359375 + }, + { + "word": " wanted", + "start": 1086.78, + "end": 1087, + "confidence": 0.93359375 + }, + { + "word": " easy", + "start": 1087, + "end": 1087.32, + "confidence": 0.98779296875 + }, + { + "word": " access", + "start": 1087.32, + "end": 1087.7, + "confidence": 0.9990234375 + }, + { + "word": " to", + "start": 1087.7, + "end": 1087.94, + "confidence": 0.998046875 + }, + { + "word": " my", + "start": 1087.94, + "end": 1088.06, + "confidence": 0.99755859375 + }, + { + "word": " two", + "start": 1088.06, + "end": 1088.22, + "confidence": 0.98388671875 + }, + { + "word": " best", + "start": 1088.22, + "end": 1088.42, + "confidence": 0.99951171875 + }, + { + "word": " friends,", + "start": 1088.42, + "end": 1088.9, + "confidence": 0.99072265625 + }, + { + "word": " Wu", + "start": 1089.08, + "end": 1089.16, + "confidence": 0.9609375 + }, + { + "word": " smiled", + "start": 1089.16, + "end": 1089.58, + "confidence": 0.95947265625 + }, + { + "word": " widely.", + "start": 1089.58, + "end": 1090.02, + "confidence": 0.94287109375 + }, + { + "word": " That's", + "start": 1090.02, + "end": 1090.72, + "confidence": 0.818359375 + }, + { + "word": " one", + "start": 1090.72, + "end": 1090.86, + "confidence": 0.98779296875 + }, + { + "word": " reason", + "start": 1090.86, + "end": 1091.1, + "confidence": 0.99853515625 + }, + { + "word": " I'm", + "start": 1091.1, + "end": 1091.3, + "confidence": 0.9638671875 + }, + { + "word": " coming", + "start": 1091.3, + "end": 1091.48, + "confidence": 0.99560546875 + }, + { + "word": " with", + "start": 1091.48, + "end": 1091.68, + "confidence": 0.99072265625 + }, + { + "word": " you", + "start": 1091.68, + "end": 1091.8, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 1091.8, + "end": 1091.94, + "confidence": 0.986328125 + }, + { + "word": " see", + "start": 1091.94, + "end": 1092.1, + "confidence": 0.9736328125 + }, + { + "word": " to", + "start": 1092.1, + "end": 1092.24, + "confidence": 0.83251953125 + }, + { + "word": " the", + "start": 1092.24, + "end": 1092.32, + "confidence": 0.99462890625 + }, + { + "word": " final", + "start": 1092.32, + "end": 1092.6, + "confidence": 0.9912109375 + }, + { + "word": " details,", + "start": 1092.6, + "end": 1093.04, + "confidence": 0.99072265625 + }, + { + "word": " in", + "start": 1093.36, + "end": 1093.44, + "confidence": 0.728515625 + }, + { + "word": " a", + "start": 1093.44, + "end": 1093.52, + "confidence": 0.98828125 + }, + { + "word": " year", + "start": 1093.52, + "end": 1093.66, + "confidence": 0.9990234375 + }, + { + "word": " perhaps", + "start": 1093.66, + "end": 1093.98, + "confidence": 0.94482421875 + }, + { + "word": " a", + "start": 1093.98, + "end": 1094.24, + "confidence": 0.97900390625 + }, + { + "word": " small", + "start": 1094.24, + "end": 1094.5, + "confidence": 0.9970703125 + }, + { + "word": " one", + "start": 1094.5, + "end": 1094.68, + "confidence": 0.99658203125 + }, + { + "word": " can", + "start": 1094.68, + "end": 1094.8, + "confidence": 0.9951171875 + }, + { + "word": " even", + "start": 1094.8, + "end": 1094.96, + "confidence": 0.96728515625 + }, + { + "word": " be", + "start": 1094.96, + "end": 1095.12, + "confidence": 0.99609375 + }, + { + "word": " established", + "start": 1095.12, + "end": 1095.58, + "confidence": 0.99365234375 + }, + { + "word": " in", + "start": 1095.58, + "end": 1095.82, + "confidence": 0.98828125 + }, + { + "word": " Redhorn.", + "start": 1095.82, + "end": 1096.2, + "confidence": 0.678466796875 + }, + { + "word": " The", + "start": 1096.62, + "end": 1096.7, + "confidence": 0.99072265625 + }, + { + "word": " wizard", + "start": 1096.7, + "end": 1096.92, + "confidence": 0.73583984375 + }, + { + "word": " put", + "start": 1096.92, + "end": 1097.14, + "confidence": 0.97998046875 + }, + { + "word": " his", + "start": 1097.14, + "end": 1097.3, + "confidence": 0.99755859375 + }, + { + "word": " pouch", + "start": 1097.3, + "end": 1097.5, + "confidence": 0.97509765625 + }, + { + "word": " over", + "start": 1097.5, + "end": 1097.8, + "confidence": 0.9970703125 + }, + { + "word": " his", + "start": 1097.8, + "end": 1097.96, + "confidence": 0.99609375 + }, + { + "word": " shoulder,", + "start": 1097.96, + "end": 1098.28, + "confidence": 0.99267578125 + }, + { + "word": " let's", + "start": 1098.7, + "end": 1098.9, + "confidence": 0.845703125 + }, + { + "word": " get", + "start": 1098.9, + "end": 1099.02, + "confidence": 0.99755859375 + }, + { + "word": " you", + "start": 1099.02, + "end": 1099.2, + "confidence": 0.99365234375 + }, + { + "word": " to", + "start": 1099.2, + "end": 1099.34, + "confidence": 0.99169921875 + }, + { + "word": " Lightbringer,", + "start": 1099.34, + "end": 1099.82, + "confidence": 0.83984375 + }, + { + "word": " I", + "start": 1100.12, + "end": 1100.2, + "confidence": 0.9833984375 + }, + { + "word": " will", + "start": 1100.2, + "end": 1100.28, + "confidence": 0.9853515625 + }, + { + "word": " follow", + "start": 1100.28, + "end": 1100.54, + "confidence": 0.99169921875 + }, + { + "word": " once", + "start": 1100.54, + "end": 1100.84, + "confidence": 0.97705078125 + }, + { + "word": " I've", + "start": 1100.84, + "end": 1101.08, + "confidence": 0.975830078125 + }, + { + "word": " sent", + "start": 1101.08, + "end": 1101.26, + "confidence": 0.98681640625 + }, + { + "word": " Kiri", + "start": 1101.26, + "end": 1101.72, + "confidence": 0.4085693359375 + }, + { + "word": " and", + "start": 1101.72, + "end": 1101.86, + "confidence": 0.95263671875 + }, + { + "word": " Farrak", + "start": 1101.86, + "end": 1102.16, + "confidence": 0.27874755859375 + }, + { + "word": " to", + "start": 1102.16, + "end": 1102.34, + "confidence": 0.9951171875 + }, + { + "word": " their", + "start": 1102.34, + "end": 1102.46, + "confidence": 0.994140625 + }, + { + "word": " destination.", + "start": 1102.46, + "end": 1103.08, + "confidence": 0.99365234375 + } + ], + "segments": [ + { + "id": 0, + "start": 0, + "end": 0.78, + "text": " 4.", + "words": [ + { + "word": " 4.", + "start": 0, + "end": 0.78, + "confidence": 0.0091400146484375 + } + ] + }, + { + "id": 1, + "start": 1.32, + "end": 1.8, + "text": " Sanctuary", + "words": [ + { + "word": " Sanctuary", + "start": 1.32, + "end": 1.8, + "confidence": 0.8502604166666666 + } + ] + }, + { + "id": 2, + "start": 2.68, + "end": 6.86, + "text": " We've showed no reaction to the sudden revelation of the stranger's identity, but", + "words": [ + { + "word": " We've", + "start": 2.68, + "end": 3.16, + "confidence": 0.3759765625 + }, + { + "word": " showed", + "start": 3.16, + "end": 3.3, + "confidence": 0.892578125 + }, + { + "word": " no", + "start": 3.3, + "end": 3.52, + "confidence": 0.99755859375 + }, + { + "word": " reaction", + "start": 3.52, + "end": 3.96, + "confidence": 0.99560546875 + }, + { + "word": " to", + "start": 3.96, + "end": 4.18, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 4.18, + "end": 4.3, + "confidence": 0.986328125 + }, + { + "word": " sudden", + "start": 4.3, + "end": 4.58, + "confidence": 0.99560546875 + }, + { + "word": " revelation", + "start": 4.58, + "end": 4.98, + "confidence": 0.98193359375 + }, + { + "word": " of", + "start": 4.98, + "end": 5.32, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 5.32, + "end": 5.4, + "confidence": 0.97314453125 + }, + { + "word": " stranger's", + "start": 5.4, + "end": 5.94, + "confidence": 0.85693359375 + }, + { + "word": " identity,", + "start": 5.94, + "end": 6.36, + "confidence": 0.99658203125 + }, + { + "word": " but", + "start": 6.74, + "end": 6.86, + "confidence": 0.99072265625 + } + ] + }, + { + "id": 3, + "start": 6.86, + "end": 10.9, + "text": " Aragast immediately jumped to his feet, swore in the Elven tongue and drew his long", + "words": [ + { + "word": " Aragast", + "start": 6.86, + "end": 7.24, + "confidence": 0.5611979166666666 + }, + { + "word": " immediately", + "start": 7.24, + "end": 7.72, + "confidence": 0.9921875 + }, + { + "word": " jumped", + "start": 7.72, + "end": 8.14, + "confidence": 0.9892578125 + }, + { + "word": " to", + "start": 8.14, + "end": 8.34, + "confidence": 0.994140625 + }, + { + "word": " his", + "start": 8.34, + "end": 8.48, + "confidence": 0.9970703125 + }, + { + "word": " feet,", + "start": 8.48, + "end": 8.72, + "confidence": 0.99755859375 + }, + { + "word": " swore", + "start": 9.1, + "end": 9.32, + "confidence": 0.9775390625 + }, + { + "word": " in", + "start": 9.32, + "end": 9.44, + "confidence": 0.97412109375 + }, + { + "word": " the", + "start": 9.44, + "end": 9.52, + "confidence": 0.99560546875 + }, + { + "word": " Elven", + "start": 9.52, + "end": 9.78, + "confidence": 0.821533203125 + }, + { + "word": " tongue", + "start": 9.78, + "end": 10.06, + "confidence": 0.9208984375 + }, + { + "word": " and", + "start": 10.06, + "end": 10.32, + "confidence": 0.62109375 + }, + { + "word": " drew", + "start": 10.32, + "end": 10.52, + "confidence": 0.9912109375 + }, + { + "word": " his", + "start": 10.52, + "end": 10.7, + "confidence": 0.99658203125 + }, + { + "word": " long", + "start": 10.7, + "end": 10.9, + "confidence": 0.97900390625 + } + ] + }, + { + "id": 4, + "start": 10.9, + "end": 14.96, + "text": " knife from its sheath, while Ferric grunted and readied himself to heave his considerable", + "words": [ + { + "word": " knife", + "start": 10.9, + "end": 11.18, + "confidence": 0.9111328125 + }, + { + "word": " from", + "start": 11.18, + "end": 11.4, + "confidence": 0.99658203125 + }, + { + "word": " its", + "start": 11.4, + "end": 11.56, + "confidence": 0.92333984375 + }, + { + "word": " sheath,", + "start": 11.56, + "end": 11.94, + "confidence": 0.956298828125 + }, + { + "word": " while", + "start": 12.14, + "end": 12.34, + "confidence": 0.98876953125 + }, + { + "word": " Ferric", + "start": 12.34, + "end": 12.68, + "confidence": 0.407470703125 + }, + { + "word": " grunted", + "start": 12.68, + "end": 13.12, + "confidence": 0.985595703125 + }, + { + "word": " and", + "start": 13.12, + "end": 13.34, + "confidence": 0.9794921875 + }, + { + "word": " readied", + "start": 13.34, + "end": 13.6, + "confidence": 0.7032470703125 + }, + { + "word": " himself", + "start": 13.6, + "end": 13.92, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 13.92, + "end": 14.16, + "confidence": 0.9912109375 + }, + { + "word": " heave", + "start": 14.16, + "end": 14.4, + "confidence": 0.854248046875 + }, + { + "word": " his", + "start": 14.4, + "end": 14.48, + "confidence": 0.9951171875 + }, + { + "word": " considerable", + "start": 14.48, + "end": 14.96, + "confidence": 0.9970703125 + } + ] + }, + { + "id": 5, + "start": 14.96, + "end": 18.02, + "text": " bulk at the Dark Elf, one of his people's most hated enemies.", + "words": [ + { + "word": " bulk", + "start": 14.96, + "end": 15.28, + "confidence": 0.98974609375 + }, + { + "word": " at", + "start": 15.28, + "end": 15.46, + "confidence": 0.99560546875 + }, + { + "word": " the", + "start": 15.46, + "end": 15.56, + "confidence": 0.97900390625 + }, + { + "word": " Dark", + "start": 15.56, + "end": 15.72, + "confidence": 0.74609375 + }, + { + "word": " Elf,", + "start": 15.72, + "end": 16.14, + "confidence": 0.962646484375 + }, + { + "word": " one", + "start": 16.32, + "end": 16.46, + "confidence": 0.99169921875 + }, + { + "word": " of", + "start": 16.46, + "end": 16.52, + "confidence": 0.9970703125 + }, + { + "word": " his", + "start": 16.52, + "end": 16.66, + "confidence": 0.99267578125 + }, + { + "word": " people's", + "start": 16.66, + "end": 17.12, + "confidence": 0.939453125 + }, + { + "word": " most", + "start": 17.12, + "end": 17.38, + "confidence": 0.998046875 + }, + { + "word": " hated", + "start": 17.38, + "end": 17.58, + "confidence": 0.9384765625 + }, + { + "word": " enemies.", + "start": 17.58, + "end": 18.02, + "confidence": 0.99267578125 + } + ] + }, + { + "id": 6, + "start": 18.6, + "end": 20.6, + "text": " The others simply sat in stunned silence.", + "words": [ + { + "word": " The", + "start": 18.6, + "end": 18.72, + "confidence": 0.9873046875 + }, + { + "word": " others", + "start": 18.72, + "end": 18.92, + "confidence": 0.5087890625 + }, + { + "word": " simply", + "start": 18.92, + "end": 19.3, + "confidence": 0.99560546875 + }, + { + "word": " sat", + "start": 19.3, + "end": 19.54, + "confidence": 0.9990234375 + }, + { + "word": " in", + "start": 19.54, + "end": 19.78, + "confidence": 0.9326171875 + }, + { + "word": " stunned", + "start": 19.78, + "end": 20.1, + "confidence": 0.9521484375 + }, + { + "word": " silence.", + "start": 20.1, + "end": 20.6, + "confidence": 0.96875 + } + ] + }, + { + "id": 7, + "start": 21.5, + "end": 25.84, + "text": " The Dark Elf held up his hands in a sign of peace and submission, while his diminutive", + "words": [ + { + "word": " The", + "start": 21.5, + "end": 21.98, + "confidence": 0.94091796875 + }, + { + "word": " Dark", + "start": 21.98, + "end": 22.14, + "confidence": 0.96044921875 + }, + { + "word": " Elf", + "start": 22.14, + "end": 22.5, + "confidence": 0.99169921875 + }, + { + "word": " held", + "start": 22.5, + "end": 22.66, + "confidence": 0.99462890625 + }, + { + "word": " up", + "start": 22.66, + "end": 22.84, + "confidence": 0.99462890625 + }, + { + "word": " his", + "start": 22.84, + "end": 23, + "confidence": 0.99560546875 + }, + { + "word": " hands", + "start": 23, + "end": 23.24, + "confidence": 0.98779296875 + }, + { + "word": " in", + "start": 23.24, + "end": 23.42, + "confidence": 0.8798828125 + }, + { + "word": " a", + "start": 23.42, + "end": 23.5, + "confidence": 0.994140625 + }, + { + "word": " sign", + "start": 23.5, + "end": 23.68, + "confidence": 0.98291015625 + }, + { + "word": " of", + "start": 23.68, + "end": 23.84, + "confidence": 0.9970703125 + }, + { + "word": " peace", + "start": 23.84, + "end": 24.04, + "confidence": 0.998046875 + }, + { + "word": " and", + "start": 24.04, + "end": 24.24, + "confidence": 0.98486328125 + }, + { + "word": " submission,", + "start": 24.24, + "end": 24.7, + "confidence": 0.99560546875 + }, + { + "word": " while", + "start": 25.12, + "end": 25.22, + "confidence": 0.99365234375 + }, + { + "word": " his", + "start": 25.22, + "end": 25.4, + "confidence": 0.9921875 + }, + { + "word": " diminutive", + "start": 25.4, + "end": 25.84, + "confidence": 0.969482421875 + } + ] + }, + { + "id": 8, + "start": 25.84, + "end": 30.24, + "text": " companion showed his true nature to the gathered company, that of a quickling a bluish skinned,", + "words": [ + { + "word": " companion", + "start": 25.84, + "end": 26.26, + "confidence": 0.50439453125 + }, + { + "word": " showed", + "start": 26.26, + "end": 26.62, + "confidence": 0.95703125 + }, + { + "word": " his", + "start": 26.62, + "end": 26.84, + "confidence": 0.98486328125 + }, + { + "word": " true", + "start": 26.84, + "end": 27.06, + "confidence": 0.99755859375 + }, + { + "word": " nature", + "start": 27.06, + "end": 27.3, + "confidence": 0.99462890625 + }, + { + "word": " to", + "start": 27.3, + "end": 27.52, + "confidence": 0.99560546875 + }, + { + "word": " the", + "start": 27.52, + "end": 27.64, + "confidence": 0.99267578125 + }, + { + "word": " gathered", + "start": 27.64, + "end": 27.88, + "confidence": 0.9521484375 + }, + { + "word": " company,", + "start": 27.88, + "end": 28.44, + "confidence": 0.9775390625 + }, + { + "word": " that", + "start": 28.76, + "end": 28.84, + "confidence": 0.97900390625 + }, + { + "word": " of", + "start": 28.84, + "end": 28.94, + "confidence": 0.99462890625 + }, + { + "word": " a", + "start": 28.94, + "end": 29, + "confidence": 0.98388671875 + }, + { + "word": " quickling", + "start": 29, + "end": 29.34, + "confidence": 0.69580078125 + }, + { + "word": " a", + "start": 29.34, + "end": 29.44, + "confidence": 0.09393310546875 + }, + { + "word": " bluish", + "start": 29.44, + "end": 29.76, + "confidence": 0.7607421875 + }, + { + "word": " skinned,", + "start": 29.76, + "end": 30.24, + "confidence": 0.770263671875 + } + ] + }, + { + "id": 9, + "start": 30.5, + "end": 34.02, + "text": " cream-haired sprite with the capacity to both speak and move at tremendous speeds.", + "words": [ + { + "word": " cream", + "start": 30.5, + "end": 30.64, + "confidence": 0.87890625 + }, + { + "word": "-haired", + "start": 30.64, + "end": 30.94, + "confidence": 0.87841796875 + }, + { + "word": " sprite", + "start": 30.94, + "end": 31.22, + "confidence": 0.89306640625 + }, + { + "word": " with", + "start": 31.22, + "end": 31.42, + "confidence": 0.97705078125 + }, + { + "word": " the", + "start": 31.42, + "end": 31.52, + "confidence": 0.75439453125 + }, + { + "word": " capacity", + "start": 31.52, + "end": 31.96, + "confidence": 0.99267578125 + }, + { + "word": " to", + "start": 31.96, + "end": 32.16, + "confidence": 0.99560546875 + }, + { + "word": " both", + "start": 32.16, + "end": 32.32, + "confidence": 0.99560546875 + }, + { + "word": " speak", + "start": 32.32, + "end": 32.62, + "confidence": 0.99658203125 + }, + { + "word": " and", + "start": 32.62, + "end": 32.82, + "confidence": 0.98388671875 + }, + { + "word": " move", + "start": 32.82, + "end": 33.04, + "confidence": 0.9921875 + }, + { + "word": " at", + "start": 33.04, + "end": 33.18, + "confidence": 0.994140625 + }, + { + "word": " tremendous", + "start": 33.18, + "end": 33.54, + "confidence": 0.9921875 + }, + { + "word": " speeds.", + "start": 33.54, + "end": 34.02, + "confidence": 0.98681640625 + } + ] + }, + { + "id": 10, + "start": 34.84, + "end": 38.68, + "text": " By reputation, both of these creatures were considered among the most malevolent offspring", + "words": [ + { + "word": " By", + "start": 34.84, + "end": 34.98, + "confidence": 0.9921875 + }, + { + "word": " reputation,", + "start": 34.98, + "end": 35.42, + "confidence": 0.8857421875 + }, + { + "word": " both", + "start": 35.8, + "end": 35.9, + "confidence": 0.99853515625 + }, + { + "word": " of", + "start": 35.9, + "end": 36.04, + "confidence": 0.994140625 + }, + { + "word": " these", + "start": 36.04, + "end": 36.22, + "confidence": 0.99658203125 + }, + { + "word": " creatures", + "start": 36.22, + "end": 36.54, + "confidence": 0.99560546875 + }, + { + "word": " were", + "start": 36.54, + "end": 36.76, + "confidence": 0.99560546875 + }, + { + "word": " considered", + "start": 36.76, + "end": 37.16, + "confidence": 0.9951171875 + }, + { + "word": " among", + "start": 37.16, + "end": 37.44, + "confidence": 0.9638671875 + }, + { + "word": " the", + "start": 37.44, + "end": 37.6, + "confidence": 0.9970703125 + }, + { + "word": " most", + "start": 37.6, + "end": 37.82, + "confidence": 0.99755859375 + }, + { + "word": " malevolent", + "start": 37.82, + "end": 38.34, + "confidence": 0.98779296875 + }, + { + "word": " offspring", + "start": 38.34, + "end": 38.68, + "confidence": 0.96435546875 + } + ] + }, + { + "id": 11, + "start": 38.68, + "end": 42.62, + "text": " of their cousins, the goodly surface elves, and the kind though mischievous brownies", + "words": [ + { + "word": " of", + "start": 38.68, + "end": 38.88, + "confidence": 0.99658203125 + }, + { + "word": " their", + "start": 38.88, + "end": 39, + "confidence": 0.9951171875 + }, + { + "word": " cousins,", + "start": 39, + "end": 39.36, + "confidence": 0.97607421875 + }, + { + "word": " the", + "start": 39.74, + "end": 39.8, + "confidence": 0.990234375 + }, + { + "word": " goodly", + "start": 39.8, + "end": 40.06, + "confidence": 0.78173828125 + }, + { + "word": " surface", + "start": 40.06, + "end": 40.4, + "confidence": 0.9326171875 + }, + { + "word": " elves,", + "start": 40.4, + "end": 40.76, + "confidence": 0.9609375 + }, + { + "word": " and", + "start": 41.04, + "end": 41.08, + "confidence": 0.9951171875 + }, + { + "word": " the", + "start": 41.08, + "end": 41.18, + "confidence": 0.98974609375 + }, + { + "word": " kind", + "start": 41.18, + "end": 41.46, + "confidence": 0.98681640625 + }, + { + "word": " though", + "start": 41.46, + "end": 41.7, + "confidence": 0.6259765625 + }, + { + "word": " mischievous", + "start": 41.7, + "end": 42.1, + "confidence": 0.9913736979166666 + }, + { + "word": " brownies", + "start": 42.1, + "end": 42.62, + "confidence": 0.9638671875 + } + ] + }, + { + "id": 12, + "start": 42.62, + "end": 43.42, + "text": " of the Fey World.", + "words": [ + { + "word": " of", + "start": 42.62, + "end": 42.7, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 42.7, + "end": 42.82, + "confidence": 0.99755859375 + }, + { + "word": " Fey", + "start": 42.82, + "end": 43, + "confidence": 0.39306640625 + }, + { + "word": " World.", + "start": 43, + "end": 43.42, + "confidence": 0.421875 + } + ] + }, + { + "id": 13, + "start": 44.44, + "end": 48.58, + "text": " Barris slowly said, we mean you know harm, and only seek a place we can live in peace,", + "words": [ + { + "word": " Barris", + "start": 44.44, + "end": 44.82, + "confidence": 0.41473388671875 + }, + { + "word": " slowly", + "start": 44.82, + "end": 45, + "confidence": 0.2105712890625 + }, + { + "word": " said,", + "start": 45, + "end": 45.36, + "confidence": 0.9990234375 + }, + { + "word": " we", + "start": 45.6, + "end": 45.6, + "confidence": 0.09100341796875 + }, + { + "word": " mean", + "start": 45.6, + "end": 45.8, + "confidence": 0.9892578125 + }, + { + "word": " you", + "start": 45.8, + "end": 45.92, + "confidence": 0.95947265625 + }, + { + "word": " know", + "start": 45.92, + "end": 46.06, + "confidence": 0.9306640625 + }, + { + "word": " harm,", + "start": 46.06, + "end": 46.44, + "confidence": 0.97216796875 + }, + { + "word": " and", + "start": 46.66, + "end": 46.72, + "confidence": 0.99365234375 + }, + { + "word": " only", + "start": 46.72, + "end": 46.98, + "confidence": 0.99755859375 + }, + { + "word": " seek", + "start": 46.98, + "end": 47.22, + "confidence": 0.98681640625 + }, + { + "word": " a", + "start": 47.22, + "end": 47.36, + "confidence": 0.99072265625 + }, + { + "word": " place", + "start": 47.36, + "end": 47.58, + "confidence": 0.99951171875 + }, + { + "word": " we", + "start": 47.58, + "end": 47.8, + "confidence": 0.99462890625 + }, + { + "word": " can", + "start": 47.8, + "end": 47.94, + "confidence": 0.9912109375 + }, + { + "word": " live", + "start": 47.94, + "end": 48.12, + "confidence": 0.9970703125 + }, + { + "word": " in", + "start": 48.12, + "end": 48.26, + "confidence": 0.998046875 + }, + { + "word": " peace,", + "start": 48.26, + "end": 48.58, + "confidence": 0.994140625 + } + ] + }, + { + "id": 14, + "start": 48.96, + "end": 53.3, + "text": " and be accepted for who we are, and not the color of our skin, or the reputation of our", + "words": [ + { + "word": " and", + "start": 48.96, + "end": 49.02, + "confidence": 0.99658203125 + }, + { + "word": " be", + "start": 49.02, + "end": 49.16, + "confidence": 0.99560546875 + }, + { + "word": " accepted", + "start": 49.16, + "end": 49.58, + "confidence": 0.99267578125 + }, + { + "word": " for", + "start": 49.58, + "end": 49.8, + "confidence": 0.99609375 + }, + { + "word": " who", + "start": 49.8, + "end": 49.96, + "confidence": 0.994140625 + }, + { + "word": " we", + "start": 49.96, + "end": 50.14, + "confidence": 0.99853515625 + }, + { + "word": " are,", + "start": 50.14, + "end": 50.42, + "confidence": 0.99755859375 + }, + { + "word": " and", + "start": 50.7, + "end": 50.76, + "confidence": 0.9921875 + }, + { + "word": " not", + "start": 50.76, + "end": 50.94, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 50.94, + "end": 51.1, + "confidence": 0.99560546875 + }, + { + "word": " color", + "start": 51.1, + "end": 51.34, + "confidence": 0.931640625 + }, + { + "word": " of", + "start": 51.34, + "end": 51.5, + "confidence": 0.9951171875 + }, + { + "word": " our", + "start": 51.5, + "end": 51.58, + "confidence": 0.9970703125 + }, + { + "word": " skin,", + "start": 51.58, + "end": 51.9, + "confidence": 0.99853515625 + }, + { + "word": " or", + "start": 52.18, + "end": 52.26, + "confidence": 0.99560546875 + }, + { + "word": " the", + "start": 52.26, + "end": 52.36, + "confidence": 0.978515625 + }, + { + "word": " reputation", + "start": 52.36, + "end": 52.8, + "confidence": 0.9912109375 + }, + { + "word": " of", + "start": 52.8, + "end": 53.2, + "confidence": 0.98974609375 + }, + { + "word": " our", + "start": 53.2, + "end": 53.3, + "confidence": 0.9951171875 + } + ] + }, + { + "id": 15, + "start": 53.3, + "end": 54.32, + "text": " individual heritages.", + "words": [ + { + "word": " individual", + "start": 53.3, + "end": 53.72, + "confidence": 0.9990234375 + }, + { + "word": " heritages.", + "start": 53.72, + "end": 54.32, + "confidence": 0.7589518229166666 + } + ] + }, + { + "id": 16, + "start": 55.34, + "end": 58.8, + "text": " Those are sugary words, foul Dark Elf, spat air-gassed.", + "words": [ + { + "word": " Those", + "start": 55.34, + "end": 55.74, + "confidence": 0.362548828125 + }, + { + "word": " are", + "start": 55.74, + "end": 55.96, + "confidence": 0.99072265625 + }, + { + "word": " sugary", + "start": 55.96, + "end": 56.34, + "confidence": 0.9853515625 + }, + { + "word": " words,", + "start": 56.34, + "end": 56.72, + "confidence": 0.98779296875 + }, + { + "word": " foul", + "start": 56.9, + "end": 57.04, + "confidence": 0.6513671875 + }, + { + "word": " Dark", + "start": 57.04, + "end": 57.3, + "confidence": 0.1424560546875 + }, + { + "word": " Elf,", + "start": 57.3, + "end": 57.74, + "confidence": 0.922119140625 + }, + { + "word": " spat", + "start": 57.94, + "end": 58.14, + "confidence": 0.7685546875 + }, + { + "word": " air", + "start": 58.14, + "end": 58.4, + "confidence": 0.261474609375 + }, + { + "word": "-gassed.", + "start": 58.4, + "end": 58.8, + "confidence": 0.4239501953125 + } + ] + }, + { + "id": 17, + "start": 59.26, + "end": 63.02, + "text": " You are more likely in advance scouts than to put us off our guard so that your kin can", + "words": [ + { + "word": " You", + "start": 59.26, + "end": 59.36, + "confidence": 0.95849609375 + }, + { + "word": " are", + "start": 59.36, + "end": 59.44, + "confidence": 0.9931640625 + }, + { + "word": " more", + "start": 59.44, + "end": 59.6, + "confidence": 0.99658203125 + }, + { + "word": " likely", + "start": 59.6, + "end": 59.94, + "confidence": 0.99365234375 + }, + { + "word": " in", + "start": 59.94, + "end": 60.14, + "confidence": 0.3896484375 + }, + { + "word": " advance", + "start": 60.14, + "end": 60.46, + "confidence": 0.90673828125 + }, + { + "word": " scouts", + "start": 60.46, + "end": 60.94, + "confidence": 0.7841796875 + }, + { + "word": " than", + "start": 60.94, + "end": 61.1, + "confidence": 0.8369140625 + }, + { + "word": " to", + "start": 61.1, + "end": 61.26, + "confidence": 0.84033203125 + }, + { + "word": " put", + "start": 61.26, + "end": 61.36, + "confidence": 0.958984375 + }, + { + "word": " us", + "start": 61.36, + "end": 61.52, + "confidence": 0.98583984375 + }, + { + "word": " off", + "start": 61.52, + "end": 61.68, + "confidence": 0.97021484375 + }, + { + "word": " our", + "start": 61.68, + "end": 61.8, + "confidence": 0.96826171875 + }, + { + "word": " guard", + "start": 61.8, + "end": 62.02, + "confidence": 0.91748046875 + }, + { + "word": " so", + "start": 62.02, + "end": 62.3, + "confidence": 0.75048828125 + }, + { + "word": " that", + "start": 62.3, + "end": 62.44, + "confidence": 0.84423828125 + }, + { + "word": " your", + "start": 62.44, + "end": 62.56, + "confidence": 0.986328125 + }, + { + "word": " kin", + "start": 62.56, + "end": 62.82, + "confidence": 0.8818359375 + }, + { + "word": " can", + "start": 62.82, + "end": 63.02, + "confidence": 0.98681640625 + } + ] + }, + { + "id": 18, + "start": 63.02, + "end": 63.88, + "text": " catch us unawares.", + "words": [ + { + "word": " catch", + "start": 63.02, + "end": 63.26, + "confidence": 0.97998046875 + }, + { + "word": " us", + "start": 63.26, + "end": 63.48, + "confidence": 0.998046875 + }, + { + "word": " unawares.", + "start": 63.48, + "end": 63.88, + "confidence": 0.85498046875 + } + ] + }, + { + "id": 19, + "start": 65.14, + "end": 69.44, + "text": " While the others quietly muttered to themselves, odory and grasped air-gassed by the arm, holding", + "words": [ + { + "word": " While", + "start": 65.14, + "end": 65.34, + "confidence": 0.93505859375 + }, + { + "word": " the", + "start": 65.34, + "end": 65.46, + "confidence": 0.986328125 + }, + { + "word": " others", + "start": 65.46, + "end": 65.64, + "confidence": 0.9931640625 + }, + { + "word": " quietly", + "start": 65.64, + "end": 66.02, + "confidence": 0.9697265625 + }, + { + "word": " muttered", + "start": 66.02, + "end": 66.44, + "confidence": 0.911376953125 + }, + { + "word": " to", + "start": 66.44, + "end": 66.58, + "confidence": 0.99365234375 + }, + { + "word": " themselves,", + "start": 66.58, + "end": 66.92, + "confidence": 0.9931640625 + }, + { + "word": " odory", + "start": 67.3, + "end": 67.54, + "confidence": 0.27435302734375 + }, + { + "word": " and", + "start": 67.54, + "end": 67.7, + "confidence": 0.9248046875 + }, + { + "word": " grasped", + "start": 67.7, + "end": 68.08, + "confidence": 0.986083984375 + }, + { + "word": " air", + "start": 68.08, + "end": 68.26, + "confidence": 0.9697265625 + }, + { + "word": "-gassed", + "start": 68.26, + "end": 68.6, + "confidence": 0.9734700520833334 + }, + { + "word": " by", + "start": 68.6, + "end": 68.74, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 68.74, + "end": 68.88, + "confidence": 0.9951171875 + }, + { + "word": " arm,", + "start": 68.88, + "end": 69.08, + "confidence": 0.970703125 + }, + { + "word": " holding", + "start": 69.26, + "end": 69.44, + "confidence": 0.99462890625 + } + ] + }, + { + "id": 20, + "start": 69.44, + "end": 69.84, + "text": " him back.", + "words": [ + { + "word": " him", + "start": 69.44, + "end": 69.62, + "confidence": 0.99267578125 + }, + { + "word": " back.", + "start": 69.62, + "end": 69.84, + "confidence": 0.99853515625 + } + ] + }, + { + "id": 21, + "start": 70.46, + "end": 74.36, + "text": " I sense no evil at all in these two, my old friend, let them speak, and we shall judge", + "words": [ + { + "word": " I", + "start": 70.46, + "end": 70.6, + "confidence": 0.779296875 + }, + { + "word": " sense", + "start": 70.6, + "end": 70.8, + "confidence": 0.87109375 + }, + { + "word": " no", + "start": 70.8, + "end": 71.08, + "confidence": 0.99365234375 + }, + { + "word": " evil", + "start": 71.08, + "end": 71.34, + "confidence": 0.99755859375 + }, + { + "word": " at", + "start": 71.34, + "end": 71.48, + "confidence": 0.998046875 + }, + { + "word": " all", + "start": 71.48, + "end": 71.62, + "confidence": 0.9990234375 + }, + { + "word": " in", + "start": 71.62, + "end": 71.74, + "confidence": 0.9677734375 + }, + { + "word": " these", + "start": 71.74, + "end": 71.86, + "confidence": 0.9853515625 + }, + { + "word": " two,", + "start": 71.86, + "end": 72.1, + "confidence": 0.93359375 + }, + { + "word": " my", + "start": 72.22, + "end": 72.3, + "confidence": 0.9970703125 + }, + { + "word": " old", + "start": 72.3, + "end": 72.42, + "confidence": 0.9921875 + }, + { + "word": " friend,", + "start": 72.42, + "end": 72.74, + "confidence": 0.9951171875 + }, + { + "word": " let", + "start": 73.12, + "end": 73.2, + "confidence": 0.8984375 + }, + { + "word": " them", + "start": 73.2, + "end": 73.34, + "confidence": 0.99365234375 + }, + { + "word": " speak,", + "start": 73.34, + "end": 73.62, + "confidence": 0.9990234375 + }, + { + "word": " and", + "start": 73.84, + "end": 73.86, + "confidence": 0.99072265625 + }, + { + "word": " we", + "start": 73.86, + "end": 73.98, + "confidence": 0.9921875 + }, + { + "word": " shall", + "start": 73.98, + "end": 74.12, + "confidence": 0.99755859375 + }, + { + "word": " judge", + "start": 74.12, + "end": 74.36, + "confidence": 0.9931640625 + } + ] + }, + { + "id": 22, + "start": 74.36, + "end": 76.96, + "text": " them on their own merits, not the reputation of their people.", + "words": [ + { + "word": " them", + "start": 74.36, + "end": 74.6, + "confidence": 0.99169921875 + }, + { + "word": " on", + "start": 74.6, + "end": 74.72, + "confidence": 0.9853515625 + }, + { + "word": " their", + "start": 74.72, + "end": 74.86, + "confidence": 0.9970703125 + }, + { + "word": " own", + "start": 74.86, + "end": 75.06, + "confidence": 0.99658203125 + }, + { + "word": " merits,", + "start": 75.06, + "end": 75.34, + "confidence": 0.9873046875 + }, + { + "word": " not", + "start": 75.6, + "end": 75.68, + "confidence": 0.99072265625 + }, + { + "word": " the", + "start": 75.68, + "end": 75.82, + "confidence": 0.97998046875 + }, + { + "word": " reputation", + "start": 75.82, + "end": 76.22, + "confidence": 0.94970703125 + }, + { + "word": " of", + "start": 76.22, + "end": 76.52, + "confidence": 0.9970703125 + }, + { + "word": " their", + "start": 76.52, + "end": 76.62, + "confidence": 0.99462890625 + }, + { + "word": " people.", + "start": 76.62, + "end": 76.96, + "confidence": 0.9951171875 + } + ] + }, + { + "id": 23, + "start": 77.38, + "end": 81.68, + "text": " You once told me that on occasion, Dark Elves will seek to return again to the light, perhaps", + "words": [ + { + "word": " You", + "start": 77.38, + "end": 77.5, + "confidence": 0.97705078125 + }, + { + "word": " once", + "start": 77.5, + "end": 77.62, + "confidence": 0.998046875 + }, + { + "word": " told", + "start": 77.62, + "end": 77.86, + "confidence": 0.9990234375 + }, + { + "word": " me", + "start": 77.86, + "end": 78.06, + "confidence": 0.99658203125 + }, + { + "word": " that", + "start": 78.06, + "end": 78.2, + "confidence": 0.97509765625 + }, + { + "word": " on", + "start": 78.2, + "end": 78.32, + "confidence": 0.80224609375 + }, + { + "word": " occasion,", + "start": 78.32, + "end": 78.78, + "confidence": 0.98974609375 + }, + { + "word": " Dark", + "start": 79.08, + "end": 79.2, + "confidence": 0.86865234375 + }, + { + "word": " Elves", + "start": 79.2, + "end": 79.62, + "confidence": 0.6820068359375 + }, + { + "word": " will", + "start": 79.62, + "end": 79.74, + "confidence": 0.98876953125 + }, + { + "word": " seek", + "start": 79.74, + "end": 79.92, + "confidence": 0.99560546875 + }, + { + "word": " to", + "start": 79.92, + "end": 80.1, + "confidence": 0.9833984375 + }, + { + "word": " return", + "start": 80.1, + "end": 80.36, + "confidence": 0.99560546875 + }, + { + "word": " again", + "start": 80.36, + "end": 80.62, + "confidence": 0.96142578125 + }, + { + "word": " to", + "start": 80.62, + "end": 80.82, + "confidence": 0.9892578125 + }, + { + "word": " the", + "start": 80.82, + "end": 80.92, + "confidence": 0.99169921875 + }, + { + "word": " light,", + "start": 80.92, + "end": 81.14, + "confidence": 0.81103515625 + }, + { + "word": " perhaps", + "start": 81.46, + "end": 81.68, + "confidence": 0.99365234375 + } + ] + }, + { + "id": 24, + "start": 81.68, + "end": 83.06, + "text": " he is one of these you spoke of.", + "words": [ + { + "word": " he", + "start": 81.68, + "end": 81.9, + "confidence": 0.99365234375 + }, + { + "word": " is", + "start": 81.9, + "end": 82, + "confidence": 0.9873046875 + }, + { + "word": " one", + "start": 82, + "end": 82.16, + "confidence": 0.99609375 + }, + { + "word": " of", + "start": 82.16, + "end": 82.24, + "confidence": 0.99658203125 + }, + { + "word": " these", + "start": 82.24, + "end": 82.4, + "confidence": 0.935546875 + }, + { + "word": " you", + "start": 82.4, + "end": 82.56, + "confidence": 0.97998046875 + }, + { + "word": " spoke", + "start": 82.56, + "end": 82.8, + "confidence": 0.99072265625 + }, + { + "word": " of.", + "start": 82.8, + "end": 83.06, + "confidence": 0.998046875 + } + ] + }, + { + "id": 25, + "start": 83.98, + "end": 88.42, + "text": " Yes, let them speak, insisted woo, they have come to me in search of sanctuary, and", + "words": [ + { + "word": " Yes,", + "start": 83.98, + "end": 84.42, + "confidence": 0.322265625 + }, + { + "word": " let", + "start": 84.6, + "end": 84.68, + "confidence": 0.99267578125 + }, + { + "word": " them", + "start": 84.68, + "end": 84.84, + "confidence": 0.99609375 + }, + { + "word": " speak,", + "start": 84.84, + "end": 85.12, + "confidence": 0.99755859375 + }, + { + "word": " insisted", + "start": 85.38, + "end": 85.66, + "confidence": 0.89892578125 + }, + { + "word": " woo,", + "start": 85.66, + "end": 85.94, + "confidence": 0.2685546875 + }, + { + "word": " they", + "start": 86.34, + "end": 86.5, + "confidence": 0.70654296875 + }, + { + "word": " have", + "start": 86.5, + "end": 86.58, + "confidence": 0.9794921875 + }, + { + "word": " come", + "start": 86.58, + "end": 86.76, + "confidence": 0.998046875 + }, + { + "word": " to", + "start": 86.76, + "end": 86.94, + "confidence": 0.9912109375 + }, + { + "word": " me", + "start": 86.94, + "end": 87.04, + "confidence": 0.994140625 + }, + { + "word": " in", + "start": 87.04, + "end": 87.12, + "confidence": 0.9853515625 + }, + { + "word": " search", + "start": 87.12, + "end": 87.3, + "confidence": 0.99365234375 + }, + { + "word": " of", + "start": 87.3, + "end": 87.56, + "confidence": 0.99658203125 + }, + { + "word": " sanctuary,", + "start": 87.56, + "end": 88, + "confidence": 0.81787109375 + }, + { + "word": " and", + "start": 88, + "end": 88.42, + "confidence": 0.9736328125 + } + ] + }, + { + "id": 26, + "start": 88.42, + "end": 92.66, + "text": " I shall hear them out, so put away your prejudices and your weapons for the moment and allow", + "words": [ + { + "word": " I", + "start": 88.42, + "end": 88.52, + "confidence": 0.99169921875 + }, + { + "word": " shall", + "start": 88.52, + "end": 88.66, + "confidence": 0.99755859375 + }, + { + "word": " hear", + "start": 88.66, + "end": 88.84, + "confidence": 0.951171875 + }, + { + "word": " them", + "start": 88.84, + "end": 89.04, + "confidence": 0.994140625 + }, + { + "word": " out,", + "start": 89.04, + "end": 89.24, + "confidence": 0.99609375 + }, + { + "word": " so", + "start": 89.4, + "end": 89.64, + "confidence": 0.97314453125 + }, + { + "word": " put", + "start": 89.64, + "end": 90.04, + "confidence": 0.88720703125 + }, + { + "word": " away", + "start": 90.04, + "end": 90.24, + "confidence": 0.9931640625 + }, + { + "word": " your", + "start": 90.24, + "end": 90.42, + "confidence": 0.99365234375 + }, + { + "word": " prejudices", + "start": 90.42, + "end": 90.96, + "confidence": 0.995849609375 + }, + { + "word": " and", + "start": 90.96, + "end": 91.22, + "confidence": 0.8955078125 + }, + { + "word": " your", + "start": 91.22, + "end": 91.34, + "confidence": 0.97216796875 + }, + { + "word": " weapons", + "start": 91.34, + "end": 91.58, + "confidence": 0.99267578125 + }, + { + "word": " for", + "start": 91.58, + "end": 91.82, + "confidence": 0.99267578125 + }, + { + "word": " the", + "start": 91.82, + "end": 91.94, + "confidence": 0.9912109375 + }, + { + "word": " moment", + "start": 91.94, + "end": 92.18, + "confidence": 0.998046875 + }, + { + "word": " and", + "start": 92.18, + "end": 92.42, + "confidence": 0.7265625 + }, + { + "word": " allow", + "start": 92.42, + "end": 92.66, + "confidence": 0.99658203125 + } + ] + }, + { + "id": 27, + "start": 92.66, + "end": 93.62, + "text": " them to make their case.", + "words": [ + { + "word": " them", + "start": 92.66, + "end": 92.9, + "confidence": 0.99365234375 + }, + { + "word": " to", + "start": 92.9, + "end": 93.02, + "confidence": 0.9951171875 + }, + { + "word": " make", + "start": 93.02, + "end": 93.18, + "confidence": 0.99609375 + }, + { + "word": " their", + "start": 93.18, + "end": 93.36, + "confidence": 0.9931640625 + }, + { + "word": " case.", + "start": 93.36, + "end": 93.62, + "confidence": 0.99267578125 + } + ] + }, + { + "id": 28, + "start": 94.9, + "end": 99.38, + "text": " I for one would like to hear their tale, said Jalen, always one to make decisions from", + "words": [ + { + "word": " I", + "start": 94.9, + "end": 95.06, + "confidence": 0.165771484375 + }, + { + "word": " for", + "start": 95.06, + "end": 95.2, + "confidence": 0.701171875 + }, + { + "word": " one", + "start": 95.2, + "end": 95.36, + "confidence": 0.96484375 + }, + { + "word": " would", + "start": 95.36, + "end": 95.48, + "confidence": 0.990234375 + }, + { + "word": " like", + "start": 95.48, + "end": 95.6, + "confidence": 0.9970703125 + }, + { + "word": " to", + "start": 95.6, + "end": 95.76, + "confidence": 0.99755859375 + }, + { + "word": " hear", + "start": 95.76, + "end": 95.92, + "confidence": 0.98779296875 + }, + { + "word": " their", + "start": 95.92, + "end": 96.12, + "confidence": 0.982421875 + }, + { + "word": " tale,", + "start": 96.12, + "end": 96.48, + "confidence": 0.84716796875 + }, + { + "word": " said", + "start": 96.88, + "end": 97.02, + "confidence": 0.982421875 + }, + { + "word": " Jalen,", + "start": 97.02, + "end": 97.4, + "confidence": 0.744140625 + }, + { + "word": " always", + "start": 97.86, + "end": 98.08, + "confidence": 0.798828125 + }, + { + "word": " one", + "start": 98.08, + "end": 98.32, + "confidence": 0.71435546875 + }, + { + "word": " to", + "start": 98.32, + "end": 98.48, + "confidence": 0.99267578125 + }, + { + "word": " make", + "start": 98.48, + "end": 98.62, + "confidence": 0.99755859375 + }, + { + "word": " decisions", + "start": 98.62, + "end": 99.08, + "confidence": 0.99365234375 + }, + { + "word": " from", + "start": 99.08, + "end": 99.38, + "confidence": 0.9833984375 + } + ] + }, + { + "id": 29, + "start": 99.38, + "end": 102.9, + "text": " first hand information instead of second hand knowledge or hearsay.", + "words": [ + { + "word": " first", + "start": 99.38, + "end": 99.68, + "confidence": 0.77978515625 + }, + { + "word": " hand", + "start": 99.68, + "end": 99.98, + "confidence": 0.69970703125 + }, + { + "word": " information", + "start": 99.98, + "end": 100.46, + "confidence": 0.9921875 + }, + { + "word": " instead", + "start": 100.46, + "end": 101.02, + "confidence": 0.72412109375 + }, + { + "word": " of", + "start": 101.02, + "end": 101.18, + "confidence": 0.99755859375 + }, + { + "word": " second", + "start": 101.18, + "end": 101.44, + "confidence": 0.99609375 + }, + { + "word": " hand", + "start": 101.44, + "end": 101.68, + "confidence": 0.650390625 + }, + { + "word": " knowledge", + "start": 101.68, + "end": 102.1, + "confidence": 0.99462890625 + }, + { + "word": " or", + "start": 102.1, + "end": 102.38, + "confidence": 0.71826171875 + }, + { + "word": " hearsay.", + "start": 102.38, + "end": 102.9, + "confidence": 0.91552734375 + } + ] + }, + { + "id": 30, + "start": 103.78, + "end": 107.92, + "text": " After a moment air-gassed and ferric relaxed, though the Elf did not sheath his weapon,", + "words": [ + { + "word": " After", + "start": 103.78, + "end": 104.22, + "confidence": 0.9912109375 + }, + { + "word": " a", + "start": 104.22, + "end": 104.32, + "confidence": 0.99609375 + }, + { + "word": " moment", + "start": 104.32, + "end": 104.54, + "confidence": 0.998046875 + }, + { + "word": " air", + "start": 104.54, + "end": 104.76, + "confidence": 0.0288543701171875 + }, + { + "word": "-gassed", + "start": 104.76, + "end": 105.06, + "confidence": 0.4698079427083333 + }, + { + "word": " and", + "start": 105.06, + "end": 105.22, + "confidence": 0.88427734375 + }, + { + "word": " ferric", + "start": 105.22, + "end": 105.5, + "confidence": 0.852294921875 + }, + { + "word": " relaxed,", + "start": 105.5, + "end": 106.16, + "confidence": 0.98388671875 + }, + { + "word": " though", + "start": 106.34, + "end": 106.42, + "confidence": 0.99169921875 + }, + { + "word": " the", + "start": 106.42, + "end": 106.6, + "confidence": 0.98486328125 + }, + { + "word": " Elf", + "start": 106.6, + "end": 106.82, + "confidence": 0.4321136474609375 + }, + { + "word": " did", + "start": 106.82, + "end": 106.94, + "confidence": 0.9921875 + }, + { + "word": " not", + "start": 106.94, + "end": 107.1, + "confidence": 0.9990234375 + }, + { + "word": " sheath", + "start": 107.1, + "end": 107.48, + "confidence": 0.9345703125 + }, + { + "word": " his", + "start": 107.48, + "end": 107.6, + "confidence": 0.994140625 + }, + { + "word": " weapon,", + "start": 107.6, + "end": 107.92, + "confidence": 0.994140625 + } + ] + }, + { + "id": 31, + "start": 107.92, + "end": 112.9, + "text": " and instead stood with his arms crossed with his knife in hand, ready to defend his friends.", + "words": [ + { + "word": " and", + "start": 107.92, + "end": 108.34, + "confidence": 0.74462890625 + }, + { + "word": " instead", + "start": 108.34, + "end": 108.68, + "confidence": 0.98583984375 + }, + { + "word": " stood", + "start": 108.68, + "end": 109.02, + "confidence": 0.99609375 + }, + { + "word": " with", + "start": 109.02, + "end": 109.2, + "confidence": 0.9970703125 + }, + { + "word": " his", + "start": 109.2, + "end": 109.36, + "confidence": 0.99365234375 + }, + { + "word": " arms", + "start": 109.36, + "end": 109.64, + "confidence": 0.90673828125 + }, + { + "word": " crossed", + "start": 109.64, + "end": 109.98, + "confidence": 0.99267578125 + }, + { + "word": " with", + "start": 109.98, + "end": 110.36, + "confidence": 0.82861328125 + }, + { + "word": " his", + "start": 110.36, + "end": 110.54, + "confidence": 0.99609375 + }, + { + "word": " knife", + "start": 110.54, + "end": 110.74, + "confidence": 0.986328125 + }, + { + "word": " in", + "start": 110.74, + "end": 110.96, + "confidence": 0.99072265625 + }, + { + "word": " hand,", + "start": 110.96, + "end": 111.4, + "confidence": 0.998046875 + }, + { + "word": " ready", + "start": 111.72, + "end": 111.84, + "confidence": 0.99658203125 + }, + { + "word": " to", + "start": 111.84, + "end": 112, + "confidence": 0.9990234375 + }, + { + "word": " defend", + "start": 112, + "end": 112.26, + "confidence": 0.99755859375 + }, + { + "word": " his", + "start": 112.26, + "end": 112.5, + "confidence": 0.9921875 + }, + { + "word": " friends.", + "start": 112.5, + "end": 112.9, + "confidence": 0.97607421875 + } + ] + }, + { + "id": 32, + "start": 114.06, + "end": 118.5, + "text": " Very well growled ferric, I will submit to your better judgment Master Wu for now at", + "words": [ + { + "word": " Very", + "start": 114.06, + "end": 114.32, + "confidence": 0.395263671875 + }, + { + "word": " well", + "start": 114.32, + "end": 114.7, + "confidence": 0.98974609375 + }, + { + "word": " growled", + "start": 114.7, + "end": 115.16, + "confidence": 0.4335174560546875 + }, + { + "word": " ferric,", + "start": 115.16, + "end": 115.5, + "confidence": 0.40826416015625 + }, + { + "word": " I", + "start": 115.76, + "end": 115.82, + "confidence": 0.86865234375 + }, + { + "word": " will", + "start": 115.82, + "end": 115.92, + "confidence": 0.9873046875 + }, + { + "word": " submit", + "start": 115.92, + "end": 116.22, + "confidence": 0.994140625 + }, + { + "word": " to", + "start": 116.22, + "end": 116.4, + "confidence": 0.98681640625 + }, + { + "word": " your", + "start": 116.4, + "end": 116.48, + "confidence": 0.96630859375 + }, + { + "word": " better", + "start": 116.48, + "end": 116.7, + "confidence": 0.98095703125 + }, + { + "word": " judgment", + "start": 116.7, + "end": 117.14, + "confidence": 0.62451171875 + }, + { + "word": " Master", + "start": 117.14, + "end": 117.66, + "confidence": 0.2374267578125 + }, + { + "word": " Wu", + "start": 117.66, + "end": 117.9, + "confidence": 0.87255859375 + }, + { + "word": " for", + "start": 117.9, + "end": 118.18, + "confidence": 0.92578125 + }, + { + "word": " now", + "start": 118.18, + "end": 118.34, + "confidence": 0.99609375 + }, + { + "word": " at", + "start": 118.34, + "end": 118.5, + "confidence": 0.95458984375 + } + ] + }, + { + "id": 33, + "start": 118.5, + "end": 118.68, + "text": " least.", + "words": [ + { + "word": " least.", + "start": 118.5, + "end": 118.68, + "confidence": 0.9951171875 + } + ] + }, + { + "id": 34, + "start": 119.2, + "end": 123.34, + "text": " He then glared at the two strangers, but know this if either of you try anything, neither", + "words": [ + { + "word": " He", + "start": 119.2, + "end": 119.28, + "confidence": 0.98876953125 + }, + { + "word": " then", + "start": 119.28, + "end": 119.46, + "confidence": 0.9921875 + }, + { + "word": " glared", + "start": 119.46, + "end": 119.78, + "confidence": 0.887451171875 + }, + { + "word": " at", + "start": 119.78, + "end": 119.9, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 119.9, + "end": 120, + "confidence": 0.994140625 + }, + { + "word": " two", + "start": 120, + "end": 120.16, + "confidence": 0.98779296875 + }, + { + "word": " strangers,", + "start": 120.16, + "end": 120.58, + "confidence": 0.98486328125 + }, + { + "word": " but", + "start": 121.04, + "end": 121.12, + "confidence": 0.97119140625 + }, + { + "word": " know", + "start": 121.12, + "end": 121.3, + "confidence": 0.95263671875 + }, + { + "word": " this", + "start": 121.3, + "end": 121.56, + "confidence": 0.99658203125 + }, + { + "word": " if", + "start": 121.56, + "end": 121.82, + "confidence": 0.7236328125 + }, + { + "word": " either", + "start": 121.82, + "end": 122.06, + "confidence": 0.9921875 + }, + { + "word": " of", + "start": 122.06, + "end": 122.2, + "confidence": 0.99365234375 + }, + { + "word": " you", + "start": 122.2, + "end": 122.28, + "confidence": 0.99755859375 + }, + { + "word": " try", + "start": 122.28, + "end": 122.48, + "confidence": 0.99658203125 + }, + { + "word": " anything,", + "start": 122.48, + "end": 122.92, + "confidence": 0.99658203125 + }, + { + "word": " neither", + "start": 123.22, + "end": 123.34, + "confidence": 0.95556640625 + } + ] + }, + { + "id": 35, + "start": 123.34, + "end": 124.82, + "text": " of you will leave this room alive.", + "words": [ + { + "word": " of", + "start": 123.34, + "end": 123.54, + "confidence": 0.986328125 + }, + { + "word": " you", + "start": 123.54, + "end": 123.62, + "confidence": 0.99853515625 + }, + { + "word": " will", + "start": 123.62, + "end": 123.76, + "confidence": 0.98974609375 + }, + { + "word": " leave", + "start": 123.76, + "end": 123.96, + "confidence": 0.99609375 + }, + { + "word": " this", + "start": 123.96, + "end": 124.26, + "confidence": 0.99658203125 + }, + { + "word": " room", + "start": 124.26, + "end": 124.44, + "confidence": 0.99853515625 + }, + { + "word": " alive.", + "start": 124.44, + "end": 124.82, + "confidence": 0.99755859375 + } + ] + }, + { + "id": 36, + "start": 125.88, + "end": 130.98, + "text": " The quickling turns spoke something unintelligible to his companion and smiled, the Dark Elf", + "words": [ + { + "word": " The", + "start": 125.88, + "end": 126.1, + "confidence": 0.986328125 + }, + { + "word": " quickling", + "start": 126.1, + "end": 126.44, + "confidence": 0.5272216796875 + }, + { + "word": " turns", + "start": 126.44, + "end": 126.66, + "confidence": 0.426513671875 + }, + { + "word": " spoke", + "start": 126.66, + "end": 127.08, + "confidence": 0.98095703125 + }, + { + "word": " something", + "start": 127.08, + "end": 127.46, + "confidence": 0.9970703125 + }, + { + "word": " unintelligible", + "start": 127.46, + "end": 128.04, + "confidence": 0.908203125 + }, + { + "word": " to", + "start": 128.04, + "end": 128.38, + "confidence": 0.99853515625 + }, + { + "word": " his", + "start": 128.38, + "end": 128.5, + "confidence": 0.99365234375 + }, + { + "word": " companion", + "start": 128.5, + "end": 129.02, + "confidence": 0.9921875 + }, + { + "word": " and", + "start": 129.02, + "end": 129.38, + "confidence": 0.86962890625 + }, + { + "word": " smiled,", + "start": 129.38, + "end": 129.76, + "confidence": 0.9931640625 + }, + { + "word": " the", + "start": 130.32, + "end": 130.46, + "confidence": 0.97802734375 + }, + { + "word": " Dark", + "start": 130.46, + "end": 130.64, + "confidence": 0.02838134765625 + }, + { + "word": " Elf", + "start": 130.64, + "end": 130.98, + "confidence": 0.931396484375 + } + ] + }, + { + "id": 37, + "start": 130.98, + "end": 134.12, + "text": " instantly scowled at him and the tiny creatures smile vanished.", + "words": [ + { + "word": " instantly", + "start": 130.98, + "end": 131.42, + "confidence": 0.9892578125 + }, + { + "word": " scowled", + "start": 131.42, + "end": 131.94, + "confidence": 0.721923828125 + }, + { + "word": " at", + "start": 131.94, + "end": 132.02, + "confidence": 0.99951171875 + }, + { + "word": " him", + "start": 132.02, + "end": 132.2, + "confidence": 0.9990234375 + }, + { + "word": " and", + "start": 132.2, + "end": 132.5, + "confidence": 0.6328125 + }, + { + "word": " the", + "start": 132.5, + "end": 132.64, + "confidence": 0.9921875 + }, + { + "word": " tiny", + "start": 132.64, + "end": 132.88, + "confidence": 0.98828125 + }, + { + "word": " creatures", + "start": 132.88, + "end": 133.2, + "confidence": 0.54296875 + }, + { + "word": " smile", + "start": 133.2, + "end": 133.64, + "confidence": 0.8955078125 + }, + { + "word": " vanished.", + "start": 133.64, + "end": 134.12, + "confidence": 0.9326171875 + } + ] + }, + { + "id": 38, + "start": 134.94, + "end": 137.16, + "text": " What did he say, demanded ferric?", + "words": [ + { + "word": " What", + "start": 134.94, + "end": 135.46, + "confidence": 0.2919921875 + }, + { + "word": " did", + "start": 135.46, + "end": 135.62, + "confidence": 0.99267578125 + }, + { + "word": " he", + "start": 135.62, + "end": 135.74, + "confidence": 0.98095703125 + }, + { + "word": " say,", + "start": 135.74, + "end": 136.06, + "confidence": 0.9990234375 + }, + { + "word": " demanded", + "start": 136.34, + "end": 136.72, + "confidence": 0.9736328125 + }, + { + "word": " ferric?", + "start": 136.72, + "end": 137.16, + "confidence": 0.30223846435546875 + } + ] + }, + { + "id": 39, + "start": 138.28, + "end": 143.38, + "text": " Forgive my friend he often speaks without thinking, replied the Dark Elf, pay him no attention.", + "words": [ + { + "word": " Forgive", + "start": 138.28, + "end": 138.52, + "confidence": 0.345947265625 + }, + { + "word": " my", + "start": 138.52, + "end": 138.78, + "confidence": 0.96533203125 + }, + { + "word": " friend", + "start": 138.78, + "end": 139.08, + "confidence": 0.99560546875 + }, + { + "word": " he", + "start": 139.08, + "end": 139.28, + "confidence": 0.5810546875 + }, + { + "word": " often", + "start": 139.28, + "end": 139.56, + "confidence": 0.9990234375 + }, + { + "word": " speaks", + "start": 139.56, + "end": 139.88, + "confidence": 0.99267578125 + }, + { + "word": " without", + "start": 139.88, + "end": 140.24, + "confidence": 0.98486328125 + }, + { + "word": " thinking,", + "start": 140.24, + "end": 140.72, + "confidence": 0.99462890625 + }, + { + "word": " replied", + "start": 141.08, + "end": 141.3, + "confidence": 0.87158203125 + }, + { + "word": " the", + "start": 141.3, + "end": 141.5, + "confidence": 0.98388671875 + }, + { + "word": " Dark", + "start": 141.5, + "end": 141.68, + "confidence": 0.180419921875 + }, + { + "word": " Elf,", + "start": 141.68, + "end": 142.1, + "confidence": 0.943603515625 + }, + { + "word": " pay", + "start": 142.4, + "end": 142.54, + "confidence": 0.4921875 + }, + { + "word": " him", + "start": 142.54, + "end": 142.74, + "confidence": 0.99755859375 + }, + { + "word": " no", + "start": 142.74, + "end": 142.92, + "confidence": 0.99609375 + }, + { + "word": " attention.", + "start": 142.92, + "end": 143.38, + "confidence": 0.99853515625 + } + ] + }, + { + "id": 40, + "start": 144.46, + "end": 146.28, + "text": " I'm not your friend, Bob, tell me.", + "words": [ + { + "word": " I'm", + "start": 144.46, + "end": 144.8, + "confidence": 0.72119140625 + }, + { + "word": " not", + "start": 144.8, + "end": 144.9, + "confidence": 0.99755859375 + }, + { + "word": " your", + "start": 144.9, + "end": 145.06, + "confidence": 0.994140625 + }, + { + "word": " friend,", + "start": 145.06, + "end": 145.36, + "confidence": 0.998046875 + }, + { + "word": " Bob,", + "start": 145.48, + "end": 145.64, + "confidence": 0.379638671875 + }, + { + "word": " tell", + "start": 145.88, + "end": 146.02, + "confidence": 0.99365234375 + }, + { + "word": " me.", + "start": 146.02, + "end": 146.28, + "confidence": 0.9970703125 + } + ] + }, + { + "id": 41, + "start": 147.36, + "end": 151.04, + "text": " Barris looked at the quickling who rolled his eyes, then back to ferric inside.", + "words": [ + { + "word": " Barris", + "start": 147.36, + "end": 147.7, + "confidence": 0.457763671875 + }, + { + "word": " looked", + "start": 147.7, + "end": 147.92, + "confidence": 0.99462890625 + }, + { + "word": " at", + "start": 147.92, + "end": 148.06, + "confidence": 0.99951171875 + }, + { + "word": " the", + "start": 148.06, + "end": 148.16, + "confidence": 0.99755859375 + }, + { + "word": " quickling", + "start": 148.16, + "end": 148.48, + "confidence": 0.6019287109375 + }, + { + "word": " who", + "start": 148.48, + "end": 148.64, + "confidence": 0.97705078125 + }, + { + "word": " rolled", + "start": 148.64, + "end": 148.84, + "confidence": 0.99462890625 + }, + { + "word": " his", + "start": 148.84, + "end": 149.06, + "confidence": 0.99853515625 + }, + { + "word": " eyes,", + "start": 149.06, + "end": 149.36, + "confidence": 0.9970703125 + }, + { + "word": " then", + "start": 149.66, + "end": 149.76, + "confidence": 0.990234375 + }, + { + "word": " back", + "start": 149.76, + "end": 150, + "confidence": 0.90380859375 + }, + { + "word": " to", + "start": 150, + "end": 150.22, + "confidence": 0.99609375 + }, + { + "word": " ferric", + "start": 150.22, + "end": 150.58, + "confidence": 0.93701171875 + }, + { + "word": " inside.", + "start": 150.58, + "end": 151.04, + "confidence": 0.421142578125 + } + ] + }, + { + "id": 42, + "start": 152.24, + "end": 156.74, + "text": " He said he'd like to see the oversized dwarf just try and catch him, translated Wu with", + "words": [ + { + "word": " He", + "start": 152.24, + "end": 152.48, + "confidence": 0.9931640625 + }, + { + "word": " said", + "start": 152.48, + "end": 152.64, + "confidence": 0.99853515625 + }, + { + "word": " he'd", + "start": 152.64, + "end": 152.84, + "confidence": 0.984130859375 + }, + { + "word": " like", + "start": 152.84, + "end": 152.92, + "confidence": 0.9892578125 + }, + { + "word": " to", + "start": 152.92, + "end": 153.1, + "confidence": 0.9931640625 + }, + { + "word": " see", + "start": 153.1, + "end": 153.22, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 153.22, + "end": 153.38, + "confidence": 0.99560546875 + }, + { + "word": " oversized", + "start": 153.38, + "end": 153.78, + "confidence": 0.96826171875 + }, + { + "word": " dwarf", + "start": 153.78, + "end": 154.14, + "confidence": 0.9501953125 + }, + { + "word": " just", + "start": 154.14, + "end": 154.44, + "confidence": 0.9873046875 + }, + { + "word": " try", + "start": 154.44, + "end": 154.76, + "confidence": 0.99755859375 + }, + { + "word": " and", + "start": 154.76, + "end": 154.98, + "confidence": 0.986328125 + }, + { + "word": " catch", + "start": 154.98, + "end": 155.14, + "confidence": 0.99658203125 + }, + { + "word": " him,", + "start": 155.14, + "end": 155.46, + "confidence": 0.998046875 + }, + { + "word": " translated", + "start": 155.74, + "end": 156.14, + "confidence": 0.7568359375 + }, + { + "word": " Wu", + "start": 156.14, + "end": 156.5, + "confidence": 0.246337890625 + }, + { + "word": " with", + "start": 156.5, + "end": 156.74, + "confidence": 0.9873046875 + } + ] + }, + { + "id": 43, + "start": 156.74, + "end": 161.08, + "text": " a smirk, and very likely my dwarven friend you would have some difficulty to do so.", + "words": [ + { + "word": " a", + "start": 156.74, + "end": 156.84, + "confidence": 0.9921875 + }, + { + "word": " smirk,", + "start": 156.84, + "end": 157.2, + "confidence": 0.939453125 + }, + { + "word": " and", + "start": 157.6, + "end": 157.72, + "confidence": 0.9931640625 + }, + { + "word": " very", + "start": 157.72, + "end": 157.92, + "confidence": 0.97119140625 + }, + { + "word": " likely", + "start": 157.92, + "end": 158.3, + "confidence": 0.9951171875 + }, + { + "word": " my", + "start": 158.3, + "end": 158.54, + "confidence": 0.81640625 + }, + { + "word": " dwarven", + "start": 158.54, + "end": 158.9, + "confidence": 0.884033203125 + }, + { + "word": " friend", + "start": 158.9, + "end": 159.28, + "confidence": 0.99755859375 + }, + { + "word": " you", + "start": 159.28, + "end": 159.56, + "confidence": 0.8095703125 + }, + { + "word": " would", + "start": 159.56, + "end": 159.68, + "confidence": 0.94140625 + }, + { + "word": " have", + "start": 159.68, + "end": 159.78, + "confidence": 0.998046875 + }, + { + "word": " some", + "start": 159.78, + "end": 159.98, + "confidence": 0.99462890625 + }, + { + "word": " difficulty", + "start": 159.98, + "end": 160.5, + "confidence": 0.9931640625 + }, + { + "word": " to", + "start": 160.5, + "end": 160.68, + "confidence": 0.98974609375 + }, + { + "word": " do", + "start": 160.68, + "end": 160.82, + "confidence": 0.998046875 + }, + { + "word": " so.", + "start": 160.82, + "end": 161.08, + "confidence": 0.99365234375 + } + ] + }, + { + "id": 44, + "start": 161.08, + "end": 162.98, + "text": " Now, Barris, please continue.", + "words": [ + { + "word": " Now,", + "start": 161.08, + "end": 161.58, + "confidence": 0.35498046875 + }, + { + "word": " Barris,", + "start": 161.8, + "end": 162.06, + "confidence": 0.034368038177490234 + }, + { + "word": " please", + "start": 162.24, + "end": 162.38, + "confidence": 0.9921875 + }, + { + "word": " continue.", + "start": 162.38, + "end": 162.98, + "confidence": 0.69677734375 + } + ] + }, + { + "id": 45, + "start": 164.18, + "end": 168.76, + "text": " Ferric gloured at the diminutive sprite, who cringed slightly under the dwarfs' intense glare.", + "words": [ + { + "word": " Ferric", + "start": 164.18, + "end": 164.5, + "confidence": 0.3885498046875 + }, + { + "word": " gloured", + "start": 164.5, + "end": 164.9, + "confidence": 0.0992584228515625 + }, + { + "word": " at", + "start": 164.9, + "end": 165.06, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 165.06, + "end": 165.16, + "confidence": 0.99267578125 + }, + { + "word": " diminutive", + "start": 165.16, + "end": 165.56, + "confidence": 0.94921875 + }, + { + "word": " sprite,", + "start": 165.56, + "end": 165.94, + "confidence": 0.88623046875 + }, + { + "word": " who", + "start": 166.3, + "end": 166.38, + "confidence": 0.97607421875 + }, + { + "word": " cringed", + "start": 166.38, + "end": 166.78, + "confidence": 0.96337890625 + }, + { + "word": " slightly", + "start": 166.78, + "end": 167.1, + "confidence": 0.99462890625 + }, + { + "word": " under", + "start": 167.1, + "end": 167.42, + "confidence": 0.98681640625 + }, + { + "word": " the", + "start": 167.42, + "end": 167.58, + "confidence": 0.99267578125 + }, + { + "word": " dwarfs'", + "start": 167.58, + "end": 167.94, + "confidence": 0.842529296875 + }, + { + "word": " intense", + "start": 168.08, + "end": 168.4, + "confidence": 0.99462890625 + }, + { + "word": " glare.", + "start": 168.4, + "end": 168.76, + "confidence": 0.99169921875 + } + ] + }, + { + "id": 46, + "start": 169.92, + "end": 172.64, + "text": " Barris cleared his throat and continued his heartfelt plea.", + "words": [ + { + "word": " Barris", + "start": 169.92, + "end": 170.28, + "confidence": 0.962646484375 + }, + { + "word": " cleared", + "start": 170.28, + "end": 170.48, + "confidence": 0.86279296875 + }, + { + "word": " his", + "start": 170.48, + "end": 170.7, + "confidence": 0.99755859375 + }, + { + "word": " throat", + "start": 170.7, + "end": 170.96, + "confidence": 0.99951171875 + }, + { + "word": " and", + "start": 170.96, + "end": 171.2, + "confidence": 0.8505859375 + }, + { + "word": " continued", + "start": 171.2, + "end": 171.64, + "confidence": 0.998046875 + }, + { + "word": " his", + "start": 171.64, + "end": 171.86, + "confidence": 0.978515625 + }, + { + "word": " heartfelt", + "start": 171.86, + "end": 172.14, + "confidence": 0.81884765625 + }, + { + "word": " plea.", + "start": 172.14, + "end": 172.64, + "confidence": 0.99853515625 + } + ] + }, + { + "id": 47, + "start": 173.12, + "end": 176.86, + "text": " I realize that my kin has done reprehensible things to many people for which they shall", + "words": [ + { + "word": " I", + "start": 173.12, + "end": 173.24, + "confidence": 0.71923828125 + }, + { + "word": " realize", + "start": 173.24, + "end": 173.52, + "confidence": 0.6396484375 + }, + { + "word": " that", + "start": 173.52, + "end": 173.76, + "confidence": 0.9716796875 + }, + { + "word": " my", + "start": 173.76, + "end": 173.86, + "confidence": 0.99755859375 + }, + { + "word": " kin", + "start": 173.86, + "end": 174.1, + "confidence": 0.98779296875 + }, + { + "word": " has", + "start": 174.1, + "end": 174.3, + "confidence": 0.990234375 + }, + { + "word": " done", + "start": 174.3, + "end": 174.46, + "confidence": 0.9970703125 + }, + { + "word": " reprehensible", + "start": 174.46, + "end": 175.06, + "confidence": 0.9456380208333334 + }, + { + "word": " things", + "start": 175.06, + "end": 175.4, + "confidence": 0.9990234375 + }, + { + "word": " to", + "start": 175.4, + "end": 175.66, + "confidence": 0.99658203125 + }, + { + "word": " many", + "start": 175.66, + "end": 175.82, + "confidence": 0.9990234375 + }, + { + "word": " people", + "start": 175.82, + "end": 176.16, + "confidence": 0.99853515625 + }, + { + "word": " for", + "start": 176.16, + "end": 176.38, + "confidence": 0.6015625 + }, + { + "word": " which", + "start": 176.38, + "end": 176.56, + "confidence": 0.99853515625 + }, + { + "word": " they", + "start": 176.56, + "end": 176.7, + "confidence": 0.99658203125 + }, + { + "word": " shall", + "start": 176.7, + "end": 176.86, + "confidence": 0.9912109375 + } + ] + }, + { + "id": 48, + "start": 176.86, + "end": 177.86, + "text": " be eternally damned.", + "words": [ + { + "word": " be", + "start": 176.86, + "end": 177.02, + "confidence": 0.99072265625 + }, + { + "word": " eternally", + "start": 177.02, + "end": 177.48, + "confidence": 0.995849609375 + }, + { + "word": " damned.", + "start": 177.48, + "end": 177.86, + "confidence": 0.93701171875 + } + ] + }, + { + "id": 49, + "start": 178.18, + "end": 181.72, + "text": " While I have lived among them for most of my life, I have always lived by a different set", + "words": [ + { + "word": " While", + "start": 178.18, + "end": 178.34, + "confidence": 0.99365234375 + }, + { + "word": " I", + "start": 178.34, + "end": 178.46, + "confidence": 0.99755859375 + }, + { + "word": " have", + "start": 178.46, + "end": 178.58, + "confidence": 0.984375 + }, + { + "word": " lived", + "start": 178.58, + "end": 178.74, + "confidence": 0.99755859375 + }, + { + "word": " among", + "start": 178.74, + "end": 179, + "confidence": 0.99267578125 + }, + { + "word": " them", + "start": 179, + "end": 179.18, + "confidence": 0.9970703125 + }, + { + "word": " for", + "start": 179.18, + "end": 179.36, + "confidence": 0.9677734375 + }, + { + "word": " most", + "start": 179.36, + "end": 179.56, + "confidence": 0.998046875 + }, + { + "word": " of", + "start": 179.56, + "end": 179.68, + "confidence": 0.9912109375 + }, + { + "word": " my", + "start": 179.68, + "end": 179.8, + "confidence": 0.9990234375 + }, + { + "word": " life,", + "start": 179.8, + "end": 180.12, + "confidence": 0.99951171875 + }, + { + "word": " I", + "start": 180.3, + "end": 180.36, + "confidence": 0.9990234375 + }, + { + "word": " have", + "start": 180.36, + "end": 180.48, + "confidence": 0.9775390625 + }, + { + "word": " always", + "start": 180.48, + "end": 180.72, + "confidence": 0.994140625 + }, + { + "word": " lived", + "start": 180.72, + "end": 181.02, + "confidence": 0.99853515625 + }, + { + "word": " by", + "start": 181.02, + "end": 181.22, + "confidence": 0.9951171875 + }, + { + "word": " a", + "start": 181.22, + "end": 181.32, + "confidence": 0.99560546875 + }, + { + "word": " different", + "start": 181.32, + "end": 181.5, + "confidence": 0.99755859375 + }, + { + "word": " set", + "start": 181.5, + "end": 181.72, + "confidence": 0.998046875 + } + ] + }, + { + "id": 50, + "start": 181.72, + "end": 185.58, + "text": " of morals and have strived to uphold them, even in the face of constant discovery.", + "words": [ + { + "word": " of", + "start": 181.72, + "end": 181.88, + "confidence": 0.998046875 + }, + { + "word": " morals", + "start": 181.88, + "end": 182.12, + "confidence": 0.98095703125 + }, + { + "word": " and", + "start": 182.12, + "end": 182.46, + "confidence": 0.57275390625 + }, + { + "word": " have", + "start": 182.46, + "end": 182.56, + "confidence": 0.98681640625 + }, + { + "word": " strived", + "start": 182.56, + "end": 182.9, + "confidence": 0.962890625 + }, + { + "word": " to", + "start": 182.9, + "end": 183.04, + "confidence": 0.99560546875 + }, + { + "word": " uphold", + "start": 183.04, + "end": 183.32, + "confidence": 0.9912109375 + }, + { + "word": " them,", + "start": 183.32, + "end": 183.64, + "confidence": 0.9951171875 + }, + { + "word": " even", + "start": 183.82, + "end": 183.98, + "confidence": 0.99853515625 + }, + { + "word": " in", + "start": 183.98, + "end": 184.08, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 184.08, + "end": 184.18, + "confidence": 0.99609375 + }, + { + "word": " face", + "start": 184.18, + "end": 184.38, + "confidence": 0.99755859375 + }, + { + "word": " of", + "start": 184.38, + "end": 184.58, + "confidence": 0.99853515625 + }, + { + "word": " constant", + "start": 184.58, + "end": 184.98, + "confidence": 0.99560546875 + }, + { + "word": " discovery.", + "start": 184.98, + "end": 185.58, + "confidence": 0.99755859375 + } + ] + }, + { + "id": 51, + "start": 186.12, + "end": 189.82, + "text": " Had I been discovered, it would have surely resulted in my subsequent death at the hands", + "words": [ + { + "word": " Had", + "start": 186.12, + "end": 186.24, + "confidence": 0.9951171875 + }, + { + "word": " I", + "start": 186.24, + "end": 186.3, + "confidence": 0.99853515625 + }, + { + "word": " been", + "start": 186.3, + "end": 186.44, + "confidence": 0.9970703125 + }, + { + "word": " discovered,", + "start": 186.44, + "end": 186.92, + "confidence": 0.99755859375 + }, + { + "word": " it", + "start": 187.18, + "end": 187.22, + "confidence": 0.98095703125 + }, + { + "word": " would", + "start": 187.22, + "end": 187.3, + "confidence": 0.9970703125 + }, + { + "word": " have", + "start": 187.3, + "end": 187.38, + "confidence": 0.9560546875 + }, + { + "word": " surely", + "start": 187.38, + "end": 187.7, + "confidence": 0.986328125 + }, + { + "word": " resulted", + "start": 187.7, + "end": 188.18, + "confidence": 0.99267578125 + }, + { + "word": " in", + "start": 188.18, + "end": 188.36, + "confidence": 0.99755859375 + }, + { + "word": " my", + "start": 188.36, + "end": 188.5, + "confidence": 0.998046875 + }, + { + "word": " subsequent", + "start": 188.5, + "end": 188.94, + "confidence": 0.99853515625 + }, + { + "word": " death", + "start": 188.94, + "end": 189.3, + "confidence": 0.9990234375 + }, + { + "word": " at", + "start": 189.3, + "end": 189.48, + "confidence": 0.98974609375 + }, + { + "word": " the", + "start": 189.48, + "end": 189.6, + "confidence": 0.99365234375 + }, + { + "word": " hands", + "start": 189.6, + "end": 189.82, + "confidence": 0.9990234375 + } + ] + }, + { + "id": 52, + "start": 189.82, + "end": 190.74, + "text": " of my own family.", + "words": [ + { + "word": " of", + "start": 189.82, + "end": 189.92, + "confidence": 0.392578125 + }, + { + "word": " my", + "start": 189.92, + "end": 190.1, + "confidence": 0.94921875 + }, + { + "word": " own", + "start": 190.1, + "end": 190.28, + "confidence": 0.984375 + }, + { + "word": " family.", + "start": 190.28, + "end": 190.74, + "confidence": 0.9951171875 + } + ] + }, + { + "id": 53, + "start": 192.02, + "end": 196.08, + "text": " Erragast rolled his eyes at this comment, for he knew of the crimes perpetrated against", + "words": [ + { + "word": " Erragast", + "start": 192.02, + "end": 192.44, + "confidence": 0.5775553385416666 + }, + { + "word": " rolled", + "start": 192.44, + "end": 192.68, + "confidence": 0.970703125 + }, + { + "word": " his", + "start": 192.68, + "end": 192.94, + "confidence": 0.9970703125 + }, + { + "word": " eyes", + "start": 192.94, + "end": 193.14, + "confidence": 0.99560546875 + }, + { + "word": " at", + "start": 193.14, + "end": 193.34, + "confidence": 0.994140625 + }, + { + "word": " this", + "start": 193.34, + "end": 193.52, + "confidence": 0.98828125 + }, + { + "word": " comment,", + "start": 193.52, + "end": 193.86, + "confidence": 0.89208984375 + }, + { + "word": " for", + "start": 194.18, + "end": 194.3, + "confidence": 0.8076171875 + }, + { + "word": " he", + "start": 194.3, + "end": 194.4, + "confidence": 0.99365234375 + }, + { + "word": " knew", + "start": 194.4, + "end": 194.54, + "confidence": 0.9951171875 + }, + { + "word": " of", + "start": 194.54, + "end": 194.68, + "confidence": 0.9912109375 + }, + { + "word": " the", + "start": 194.68, + "end": 194.76, + "confidence": 0.9931640625 + }, + { + "word": " crimes", + "start": 194.76, + "end": 195.06, + "confidence": 0.9833984375 + }, + { + "word": " perpetrated", + "start": 195.06, + "end": 195.78, + "confidence": 0.994384765625 + }, + { + "word": " against", + "start": 195.78, + "end": 196.08, + "confidence": 0.9990234375 + } + ] + }, + { + "id": 54, + "start": 196.08, + "end": 198.52, + "text": " his own people at the hands of his vile kin.", + "words": [ + { + "word": " his", + "start": 196.08, + "end": 196.36, + "confidence": 0.99609375 + }, + { + "word": " own", + "start": 196.36, + "end": 196.56, + "confidence": 0.98046875 + }, + { + "word": " people", + "start": 196.56, + "end": 196.92, + "confidence": 0.99658203125 + }, + { + "word": " at", + "start": 196.92, + "end": 197.28, + "confidence": 0.7646484375 + }, + { + "word": " the", + "start": 197.28, + "end": 197.4, + "confidence": 0.990234375 + }, + { + "word": " hands", + "start": 197.4, + "end": 197.6, + "confidence": 0.99853515625 + }, + { + "word": " of", + "start": 197.6, + "end": 197.8, + "confidence": 0.99853515625 + }, + { + "word": " his", + "start": 197.8, + "end": 197.92, + "confidence": 0.9931640625 + }, + { + "word": " vile", + "start": 197.92, + "end": 198.26, + "confidence": 0.880615234375 + }, + { + "word": " kin.", + "start": 198.26, + "end": 198.52, + "confidence": 0.97802734375 + } + ] + }, + { + "id": 55, + "start": 199.76, + "end": 203.82, + "text": " While I hold no delusions that any of you will accept my word on its own merit, I would", + "words": [ + { + "word": " While", + "start": 199.76, + "end": 199.94, + "confidence": 0.53466796875 + }, + { + "word": " I", + "start": 199.94, + "end": 200.08, + "confidence": 0.9951171875 + }, + { + "word": " hold", + "start": 200.08, + "end": 200.26, + "confidence": 0.99658203125 + }, + { + "word": " no", + "start": 200.26, + "end": 200.46, + "confidence": 0.99853515625 + }, + { + "word": " delusions", + "start": 200.46, + "end": 200.88, + "confidence": 0.98583984375 + }, + { + "word": " that", + "start": 200.88, + "end": 201.2, + "confidence": 0.88671875 + }, + { + "word": " any", + "start": 201.2, + "end": 201.44, + "confidence": 0.998046875 + }, + { + "word": " of", + "start": 201.44, + "end": 201.58, + "confidence": 0.998046875 + }, + { + "word": " you", + "start": 201.58, + "end": 201.68, + "confidence": 0.99853515625 + }, + { + "word": " will", + "start": 201.68, + "end": 201.84, + "confidence": 0.990234375 + }, + { + "word": " accept", + "start": 201.84, + "end": 202.1, + "confidence": 0.99658203125 + }, + { + "word": " my", + "start": 202.1, + "end": 202.36, + "confidence": 0.99755859375 + }, + { + "word": " word", + "start": 202.36, + "end": 202.58, + "confidence": 0.984375 + }, + { + "word": " on", + "start": 202.58, + "end": 202.72, + "confidence": 0.9921875 + }, + { + "word": " its", + "start": 202.72, + "end": 202.9, + "confidence": 0.9248046875 + }, + { + "word": " own", + "start": 202.9, + "end": 203.1, + "confidence": 0.9970703125 + }, + { + "word": " merit,", + "start": 203.1, + "end": 203.38, + "confidence": 0.99462890625 + }, + { + "word": " I", + "start": 203.66, + "end": 203.66, + "confidence": 0.99609375 + }, + { + "word": " would", + "start": 203.66, + "end": 203.82, + "confidence": 0.99169921875 + } + ] + }, + { + "id": 56, + "start": 203.82, + "end": 208.76, + "text": " hope, no, I demand the chance to prove ourselves through our deeds that we are not like others", + "words": [ + { + "word": " hope,", + "start": 203.82, + "end": 204.02, + "confidence": 0.9853515625 + }, + { + "word": " no,", + "start": 204.54, + "end": 204.78, + "confidence": 0.59521484375 + }, + { + "word": " I", + "start": 205.06, + "end": 205.14, + "confidence": 0.99560546875 + }, + { + "word": " demand", + "start": 205.14, + "end": 205.36, + "confidence": 0.984375 + }, + { + "word": " the", + "start": 205.36, + "end": 205.58, + "confidence": 0.990234375 + }, + { + "word": " chance", + "start": 205.58, + "end": 205.78, + "confidence": 0.99560546875 + }, + { + "word": " to", + "start": 205.78, + "end": 206.02, + "confidence": 0.9990234375 + }, + { + "word": " prove", + "start": 206.02, + "end": 206.22, + "confidence": 0.990234375 + }, + { + "word": " ourselves", + "start": 206.22, + "end": 206.68, + "confidence": 0.97021484375 + }, + { + "word": " through", + "start": 206.68, + "end": 207.06, + "confidence": 0.9736328125 + }, + { + "word": " our", + "start": 207.06, + "end": 207.22, + "confidence": 0.9970703125 + }, + { + "word": " deeds", + "start": 207.22, + "end": 207.44, + "confidence": 0.99267578125 + }, + { + "word": " that", + "start": 207.44, + "end": 207.84, + "confidence": 0.78662109375 + }, + { + "word": " we", + "start": 207.84, + "end": 208, + "confidence": 0.99755859375 + }, + { + "word": " are", + "start": 208, + "end": 208.1, + "confidence": 0.9873046875 + }, + { + "word": " not", + "start": 208.1, + "end": 208.28, + "confidence": 0.99853515625 + }, + { + "word": " like", + "start": 208.28, + "end": 208.46, + "confidence": 0.99169921875 + }, + { + "word": " others", + "start": 208.46, + "end": 208.76, + "confidence": 0.98388671875 + } + ] + }, + { + "id": 57, + "start": 208.76, + "end": 209.44, + "text": " of our kind.", + "words": [ + { + "word": " of", + "start": 208.76, + "end": 208.98, + "confidence": 0.99609375 + }, + { + "word": " our", + "start": 208.98, + "end": 209.08, + "confidence": 0.9931640625 + }, + { + "word": " kind.", + "start": 209.08, + "end": 209.44, + "confidence": 0.994140625 + } + ] + }, + { + "id": 58, + "start": 210.54, + "end": 215.1, + "text": " Barris then petitioned Wu directly, headmaster, if what you have built here is truly based", + "words": [ + { + "word": " Barris", + "start": 210.54, + "end": 210.96, + "confidence": 0.031341552734375 + }, + { + "word": " then", + "start": 210.96, + "end": 211.14, + "confidence": 0.75537109375 + }, + { + "word": " petitioned", + "start": 211.14, + "end": 211.76, + "confidence": 0.9599609375 + }, + { + "word": " Wu", + "start": 211.76, + "end": 211.84, + "confidence": 0.396240234375 + }, + { + "word": " directly,", + "start": 211.84, + "end": 212.32, + "confidence": 0.9814453125 + }, + { + "word": " headmaster,", + "start": 212.78, + "end": 213.32, + "confidence": 0.690673828125 + }, + { + "word": " if", + "start": 213.62, + "end": 213.74, + "confidence": 0.91064453125 + }, + { + "word": " what", + "start": 213.74, + "end": 213.84, + "confidence": 0.9951171875 + }, + { + "word": " you", + "start": 213.84, + "end": 213.96, + "confidence": 0.998046875 + }, + { + "word": " have", + "start": 213.96, + "end": 214.04, + "confidence": 0.93212890625 + }, + { + "word": " built", + "start": 214.04, + "end": 214.22, + "confidence": 0.99755859375 + }, + { + "word": " here", + "start": 214.22, + "end": 214.42, + "confidence": 0.96923828125 + }, + { + "word": " is", + "start": 214.42, + "end": 214.56, + "confidence": 0.99169921875 + }, + { + "word": " truly", + "start": 214.56, + "end": 214.82, + "confidence": 0.9970703125 + }, + { + "word": " based", + "start": 214.82, + "end": 215.1, + "confidence": 0.998046875 + } + ] + }, + { + "id": 59, + "start": 215.1, + "end": 220.06, + "text": " on knowledge, truth, understanding, and openness to those who may normally be viewed as outcasts,", + "words": [ + { + "word": " on", + "start": 215.1, + "end": 215.26, + "confidence": 0.07208251953125 + }, + { + "word": " knowledge,", + "start": 215.26, + "end": 215.68, + "confidence": 0.9873046875 + }, + { + "word": " truth,", + "start": 215.94, + "end": 216.24, + "confidence": 0.99560546875 + }, + { + "word": " understanding,", + "start": 216.46, + "end": 216.96, + "confidence": 0.99609375 + }, + { + "word": " and", + "start": 217.14, + "end": 217.18, + "confidence": 0.9931640625 + }, + { + "word": " openness", + "start": 217.18, + "end": 217.52, + "confidence": 0.9970703125 + }, + { + "word": " to", + "start": 217.52, + "end": 217.78, + "confidence": 0.98828125 + }, + { + "word": " those", + "start": 217.78, + "end": 217.98, + "confidence": 0.998046875 + }, + { + "word": " who", + "start": 217.98, + "end": 218.16, + "confidence": 0.970703125 + }, + { + "word": " may", + "start": 218.16, + "end": 218.3, + "confidence": 0.99658203125 + }, + { + "word": " normally", + "start": 218.3, + "end": 218.64, + "confidence": 0.98291015625 + }, + { + "word": " be", + "start": 218.64, + "end": 218.9, + "confidence": 0.9912109375 + }, + { + "word": " viewed", + "start": 218.9, + "end": 219.14, + "confidence": 0.99755859375 + }, + { + "word": " as", + "start": 219.14, + "end": 219.3, + "confidence": 0.998046875 + }, + { + "word": " outcasts,", + "start": 219.3, + "end": 220.06, + "confidence": 0.9763997395833334 + } + ] + }, + { + "id": 60, + "start": 220.26, + "end": 223.58, + "text": " then we are within our rights to demand the chance to prove ourselves as either friend", + "words": [ + { + "word": " then", + "start": 220.26, + "end": 220.34, + "confidence": 0.939453125 + }, + { + "word": " we", + "start": 220.34, + "end": 220.46, + "confidence": 0.994140625 + }, + { + "word": " are", + "start": 220.46, + "end": 220.52, + "confidence": 0.99365234375 + }, + { + "word": " within", + "start": 220.52, + "end": 220.7, + "confidence": 0.99267578125 + }, + { + "word": " our", + "start": 220.7, + "end": 220.86, + "confidence": 0.99755859375 + }, + { + "word": " rights", + "start": 220.86, + "end": 221.08, + "confidence": 0.90673828125 + }, + { + "word": " to", + "start": 221.08, + "end": 221.32, + "confidence": 0.9951171875 + }, + { + "word": " demand", + "start": 221.32, + "end": 221.52, + "confidence": 0.99462890625 + }, + { + "word": " the", + "start": 221.52, + "end": 221.72, + "confidence": 0.98779296875 + }, + { + "word": " chance", + "start": 221.72, + "end": 221.92, + "confidence": 0.99169921875 + }, + { + "word": " to", + "start": 221.92, + "end": 222.16, + "confidence": 0.99853515625 + }, + { + "word": " prove", + "start": 222.16, + "end": 222.38, + "confidence": 0.9892578125 + }, + { + "word": " ourselves", + "start": 222.38, + "end": 222.8, + "confidence": 0.990234375 + }, + { + "word": " as", + "start": 222.8, + "end": 223.08, + "confidence": 0.9921875 + }, + { + "word": " either", + "start": 223.08, + "end": 223.28, + "confidence": 0.99462890625 + }, + { + "word": " friend", + "start": 223.28, + "end": 223.58, + "confidence": 0.8857421875 + } + ] + }, + { + "id": 61, + "start": 223.58, + "end": 224.28, + "text": " or foe.", + "words": [ + { + "word": " or", + "start": 223.58, + "end": 223.8, + "confidence": 0.9853515625 + }, + { + "word": " foe.", + "start": 223.8, + "end": 224.28, + "confidence": 0.98486328125 + } + ] + }, + { + "id": 62, + "start": 224.6, + "end": 225.76, + "text": " Will you allow us the chance?", + "words": [ + { + "word": " Will", + "start": 224.6, + "end": 224.78, + "confidence": 0.92919921875 + }, + { + "word": " you", + "start": 224.78, + "end": 224.9, + "confidence": 0.99560546875 + }, + { + "word": " allow", + "start": 224.9, + "end": 225.14, + "confidence": 0.998046875 + }, + { + "word": " us", + "start": 225.14, + "end": 225.36, + "confidence": 0.99951171875 + }, + { + "word": " the", + "start": 225.36, + "end": 225.48, + "confidence": 0.98095703125 + }, + { + "word": " chance?", + "start": 225.48, + "end": 225.76, + "confidence": 0.98828125 + } + ] + }, + { + "id": 63, + "start": 227.04, + "end": 231.72, + "text": " Wu stared at the dark elf, searching his eyes for any signs of subterfuge, seeing none", + "words": [ + { + "word": " Wu", + "start": 227.04, + "end": 227.2, + "confidence": 0.00411224365234375 + }, + { + "word": " stared", + "start": 227.2, + "end": 227.46, + "confidence": 0.9384765625 + }, + { + "word": " at", + "start": 227.46, + "end": 227.64, + "confidence": 0.99853515625 + }, + { + "word": " the", + "start": 227.64, + "end": 227.74, + "confidence": 0.99658203125 + }, + { + "word": " dark", + "start": 227.74, + "end": 227.92, + "confidence": 0.92041015625 + }, + { + "word": " elf,", + "start": 227.92, + "end": 228.24, + "confidence": 0.9326171875 + }, + { + "word": " searching", + "start": 228.48, + "end": 228.68, + "confidence": 0.9892578125 + }, + { + "word": " his", + "start": 228.68, + "end": 228.9, + "confidence": 0.99609375 + }, + { + "word": " eyes", + "start": 228.9, + "end": 229.14, + "confidence": 0.99853515625 + }, + { + "word": " for", + "start": 229.14, + "end": 229.36, + "confidence": 0.9921875 + }, + { + "word": " any", + "start": 229.36, + "end": 229.54, + "confidence": 0.9990234375 + }, + { + "word": " signs", + "start": 229.54, + "end": 229.82, + "confidence": 0.994140625 + }, + { + "word": " of", + "start": 229.82, + "end": 230.04, + "confidence": 0.9990234375 + }, + { + "word": " subterfuge,", + "start": 230.04, + "end": 230.66, + "confidence": 0.91357421875 + }, + { + "word": " seeing", + "start": 231.28, + "end": 231.42, + "confidence": 0.96484375 + }, + { + "word": " none", + "start": 231.42, + "end": 231.72, + "confidence": 0.8994140625 + } + ] + }, + { + "id": 64, + "start": 231.72, + "end": 233.54, + "text": " he stood and paced the room in thought.", + "words": [ + { + "word": " he", + "start": 231.72, + "end": 232, + "confidence": 0.6591796875 + }, + { + "word": " stood", + "start": 232, + "end": 232.26, + "confidence": 0.998046875 + }, + { + "word": " and", + "start": 232.26, + "end": 232.5, + "confidence": 0.8291015625 + }, + { + "word": " paced", + "start": 232.5, + "end": 232.8, + "confidence": 0.911376953125 + }, + { + "word": " the", + "start": 232.8, + "end": 232.94, + "confidence": 0.9970703125 + }, + { + "word": " room", + "start": 232.94, + "end": 233.12, + "confidence": 0.98779296875 + }, + { + "word": " in", + "start": 233.12, + "end": 233.28, + "confidence": 0.572265625 + }, + { + "word": " thought.", + "start": 233.28, + "end": 233.54, + "confidence": 0.98828125 + } + ] + }, + { + "id": 65, + "start": 234.58, + "end": 239.3, + "text": " Their kind can't be trusted, headmaster, whispered Erragast harshly, you must think about", + "words": [ + { + "word": " Their", + "start": 234.58, + "end": 234.8, + "confidence": 0.7529296875 + }, + { + "word": " kind", + "start": 234.8, + "end": 235.06, + "confidence": 0.97021484375 + }, + { + "word": " can't", + "start": 235.06, + "end": 235.38, + "confidence": 0.990478515625 + }, + { + "word": " be", + "start": 235.38, + "end": 235.46, + "confidence": 0.99462890625 + }, + { + "word": " trusted,", + "start": 235.46, + "end": 235.84, + "confidence": 0.99560546875 + }, + { + "word": " headmaster,", + "start": 236, + "end": 236.5, + "confidence": 0.829833984375 + }, + { + "word": " whispered", + "start": 236.86, + "end": 237.24, + "confidence": 0.970458984375 + }, + { + "word": " Erragast", + "start": 237.24, + "end": 237.66, + "confidence": 0.45237986246744794 + }, + { + "word": " harshly,", + "start": 237.66, + "end": 238.18, + "confidence": 0.851318359375 + }, + { + "word": " you", + "start": 238.64, + "end": 238.74, + "confidence": 0.388671875 + }, + { + "word": " must", + "start": 238.74, + "end": 238.92, + "confidence": 0.99951171875 + }, + { + "word": " think", + "start": 238.92, + "end": 239.1, + "confidence": 0.99658203125 + }, + { + "word": " about", + "start": 239.1, + "end": 239.3, + "confidence": 0.9970703125 + } + ] + }, + { + "id": 66, + "start": 239.3, + "end": 240.66, + "text": " your students and your citizens.", + "words": [ + { + "word": " your", + "start": 239.3, + "end": 239.48, + "confidence": 0.9970703125 + }, + { + "word": " students", + "start": 239.48, + "end": 239.84, + "confidence": 0.99609375 + }, + { + "word": " and", + "start": 239.84, + "end": 240.1, + "confidence": 0.97607421875 + }, + { + "word": " your", + "start": 240.1, + "end": 240.28, + "confidence": 0.99462890625 + }, + { + "word": " citizens.", + "start": 240.28, + "end": 240.66, + "confidence": 0.99560546875 + } + ] + }, + { + "id": 67, + "start": 241.56, + "end": 244.58, + "text": " But he raises a valid point, my friend, countered Wu.", + "words": [ + { + "word": " But", + "start": 241.56, + "end": 242.04, + "confidence": 0.2086181640625 + }, + { + "word": " he", + "start": 242.04, + "end": 242.16, + "confidence": 0.919921875 + }, + { + "word": " raises", + "start": 242.16, + "end": 242.46, + "confidence": 0.9912109375 + }, + { + "word": " a", + "start": 242.46, + "end": 242.62, + "confidence": 0.99462890625 + }, + { + "word": " valid", + "start": 242.62, + "end": 242.86, + "confidence": 0.99267578125 + }, + { + "word": " point,", + "start": 242.86, + "end": 243.18, + "confidence": 0.99169921875 + }, + { + "word": " my", + "start": 243.3, + "end": 243.38, + "confidence": 0.97802734375 + }, + { + "word": " friend,", + "start": 243.38, + "end": 243.74, + "confidence": 0.99462890625 + }, + { + "word": " countered", + "start": 244.04, + "end": 244.46, + "confidence": 0.80908203125 + }, + { + "word": " Wu.", + "start": 244.46, + "end": 244.58, + "confidence": 0.3330078125 + } + ] + }, + { + "id": 68, + "start": 245.22, + "end": 249.58, + "text": " If this academy is truly founded on the very virtues our guest has claimed and rest assured", + "words": [ + { + "word": " If", + "start": 245.22, + "end": 245.44, + "confidence": 0.947265625 + }, + { + "word": " this", + "start": 245.44, + "end": 245.64, + "confidence": 0.99609375 + }, + { + "word": " academy", + "start": 245.64, + "end": 246.04, + "confidence": 0.78271484375 + }, + { + "word": " is", + "start": 246.04, + "end": 246.28, + "confidence": 0.98828125 + }, + { + "word": " truly", + "start": 246.28, + "end": 246.52, + "confidence": 0.998046875 + }, + { + "word": " founded", + "start": 246.52, + "end": 247, + "confidence": 0.970703125 + }, + { + "word": " on", + "start": 247, + "end": 247.14, + "confidence": 0.98583984375 + }, + { + "word": " the", + "start": 247.14, + "end": 247.26, + "confidence": 0.9931640625 + }, + { + "word": " very", + "start": 247.26, + "end": 247.48, + "confidence": 0.9384765625 + }, + { + "word": " virtues", + "start": 247.48, + "end": 247.82, + "confidence": 0.99365234375 + }, + { + "word": " our", + "start": 247.82, + "end": 248.04, + "confidence": 0.9873046875 + }, + { + "word": " guest", + "start": 248.04, + "end": 248.22, + "confidence": 0.91650390625 + }, + { + "word": " has", + "start": 248.22, + "end": 248.46, + "confidence": 0.994140625 + }, + { + "word": " claimed", + "start": 248.46, + "end": 248.84, + "confidence": 0.98583984375 + }, + { + "word": " and", + "start": 248.84, + "end": 249.1, + "confidence": 0.8359375 + }, + { + "word": " rest", + "start": 249.1, + "end": 249.3, + "confidence": 0.91748046875 + }, + { + "word": " assured", + "start": 249.3, + "end": 249.58, + "confidence": 0.9990234375 + } + ] + }, + { + "id": 69, + "start": 249.58, + "end": 253.4, + "text": " it has, then I must allow him and his friend to prove whether they are different from their", + "words": [ + { + "word": " it", + "start": 249.58, + "end": 249.82, + "confidence": 0.98486328125 + }, + { + "word": " has,", + "start": 249.82, + "end": 250.1, + "confidence": 0.994140625 + }, + { + "word": " then", + "start": 250.44, + "end": 250.52, + "confidence": 0.9765625 + }, + { + "word": " I", + "start": 250.52, + "end": 250.62, + "confidence": 0.9931640625 + }, + { + "word": " must", + "start": 250.62, + "end": 250.78, + "confidence": 0.99951171875 + }, + { + "word": " allow", + "start": 250.78, + "end": 251.04, + "confidence": 0.9970703125 + }, + { + "word": " him", + "start": 251.04, + "end": 251.26, + "confidence": 0.99755859375 + }, + { + "word": " and", + "start": 251.26, + "end": 251.42, + "confidence": 0.98291015625 + }, + { + "word": " his", + "start": 251.42, + "end": 251.54, + "confidence": 0.99853515625 + }, + { + "word": " friend", + "start": 251.54, + "end": 251.78, + "confidence": 0.98974609375 + }, + { + "word": " to", + "start": 251.78, + "end": 251.98, + "confidence": 0.99658203125 + }, + { + "word": " prove", + "start": 251.98, + "end": 252.22, + "confidence": 0.994140625 + }, + { + "word": " whether", + "start": 252.22, + "end": 252.52, + "confidence": 0.990234375 + }, + { + "word": " they", + "start": 252.52, + "end": 252.7, + "confidence": 0.9970703125 + }, + { + "word": " are", + "start": 252.7, + "end": 252.8, + "confidence": 0.98779296875 + }, + { + "word": " different", + "start": 252.8, + "end": 253.06, + "confidence": 0.998046875 + }, + { + "word": " from", + "start": 253.06, + "end": 253.28, + "confidence": 0.99609375 + }, + { + "word": " their", + "start": 253.28, + "end": 253.4, + "confidence": 0.9970703125 + } + ] + }, + { + "id": 70, + "start": 253.4, + "end": 256.84, + "text": " vile kinfolk, or simply posing as such for some greater purpose.", + "words": [ + { + "word": " vile", + "start": 253.4, + "end": 253.72, + "confidence": 0.825927734375 + }, + { + "word": " kinfolk,", + "start": 253.72, + "end": 254.16, + "confidence": 0.766357421875 + }, + { + "word": " or", + "start": 254.52, + "end": 254.62, + "confidence": 0.99609375 + }, + { + "word": " simply", + "start": 254.62, + "end": 254.98, + "confidence": 0.99853515625 + }, + { + "word": " posing", + "start": 254.98, + "end": 255.36, + "confidence": 0.98828125 + }, + { + "word": " as", + "start": 255.36, + "end": 255.54, + "confidence": 0.9921875 + }, + { + "word": " such", + "start": 255.54, + "end": 255.78, + "confidence": 0.998046875 + }, + { + "word": " for", + "start": 255.78, + "end": 255.94, + "confidence": 0.9912109375 + }, + { + "word": " some", + "start": 255.94, + "end": 256.1, + "confidence": 0.9921875 + }, + { + "word": " greater", + "start": 256.1, + "end": 256.4, + "confidence": 0.984375 + }, + { + "word": " purpose.", + "start": 256.4, + "end": 256.84, + "confidence": 0.998046875 + } + ] + }, + { + "id": 71, + "start": 258.12, + "end": 260.84, + "text": " If I may, headmaster, requested Odorean.", + "words": [ + { + "word": " If", + "start": 258.12, + "end": 258.32, + "confidence": 0.89208984375 + }, + { + "word": " I", + "start": 258.32, + "end": 258.44, + "confidence": 0.9951171875 + }, + { + "word": " may,", + "start": 258.44, + "end": 258.64, + "confidence": 0.9970703125 + }, + { + "word": " headmaster,", + "start": 258.82, + "end": 259.42, + "confidence": 0.6103515625 + }, + { + "word": " requested", + "start": 259.78, + "end": 260.16, + "confidence": 0.94482421875 + }, + { + "word": " Odorean.", + "start": 260.16, + "end": 260.84, + "confidence": 0.5390625 + } + ] + }, + { + "id": 72, + "start": 261.84, + "end": 266.48, + "text": " Please my friend say what you have to say, your unique experiences over the last year", + "words": [ + { + "word": " Please", + "start": 261.84, + "end": 262.16, + "confidence": 0.91162109375 + }, + { + "word": " my", + "start": 262.16, + "end": 262.46, + "confidence": 0.11126708984375 + }, + { + "word": " friend", + "start": 262.46, + "end": 262.82, + "confidence": 0.9609375 + }, + { + "word": " say", + "start": 262.82, + "end": 263.14, + "confidence": 0.472412109375 + }, + { + "word": " what", + "start": 263.14, + "end": 263.3, + "confidence": 0.99365234375 + }, + { + "word": " you", + "start": 263.3, + "end": 263.42, + "confidence": 0.99609375 + }, + { + "word": " have", + "start": 263.42, + "end": 263.54, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 263.54, + "end": 263.72, + "confidence": 0.99853515625 + }, + { + "word": " say,", + "start": 263.72, + "end": 264.02, + "confidence": 0.9990234375 + }, + { + "word": " your", + "start": 264.42, + "end": 264.54, + "confidence": 0.87646484375 + }, + { + "word": " unique", + "start": 264.54, + "end": 264.8, + "confidence": 0.99658203125 + }, + { + "word": " experiences", + "start": 264.8, + "end": 265.6, + "confidence": 0.93701171875 + }, + { + "word": " over", + "start": 265.6, + "end": 265.9, + "confidence": 0.978515625 + }, + { + "word": " the", + "start": 265.9, + "end": 266.02, + "confidence": 0.99658203125 + }, + { + "word": " last", + "start": 266.02, + "end": 266.28, + "confidence": 0.99755859375 + }, + { + "word": " year", + "start": 266.28, + "end": 266.48, + "confidence": 0.99755859375 + } + ] + }, + { + "id": 73, + "start": 266.48, + "end": 269.04, + "text": " may be able to shed some light on our little dilemma here.", + "words": [ + { + "word": " may", + "start": 266.48, + "end": 266.66, + "confidence": 0.9912109375 + }, + { + "word": " be", + "start": 266.66, + "end": 266.84, + "confidence": 0.9970703125 + }, + { + "word": " able", + "start": 266.84, + "end": 267.02, + "confidence": 0.98779296875 + }, + { + "word": " to", + "start": 267.02, + "end": 267.18, + "confidence": 0.99560546875 + }, + { + "word": " shed", + "start": 267.18, + "end": 267.34, + "confidence": 0.9990234375 + }, + { + "word": " some", + "start": 267.34, + "end": 267.58, + "confidence": 0.99462890625 + }, + { + "word": " light", + "start": 267.58, + "end": 267.84, + "confidence": 0.99755859375 + }, + { + "word": " on", + "start": 267.84, + "end": 268.1, + "confidence": 0.99169921875 + }, + { + "word": " our", + "start": 268.1, + "end": 268.22, + "confidence": 0.9951171875 + }, + { + "word": " little", + "start": 268.22, + "end": 268.4, + "confidence": 0.9833984375 + }, + { + "word": " dilemma", + "start": 268.4, + "end": 268.7, + "confidence": 0.94970703125 + }, + { + "word": " here.", + "start": 268.7, + "end": 269.04, + "confidence": 0.95654296875 + } + ] + }, + { + "id": 74, + "start": 269.94, + "end": 274.8, + "text": " Thank you, said the paladin as he drew himself up to his full height, he then moved to stand", + "words": [ + { + "word": " Thank", + "start": 269.94, + "end": 270.42, + "confidence": 0.04931640625 + }, + { + "word": " you,", + "start": 270.42, + "end": 270.74, + "confidence": 0.88818359375 + }, + { + "word": " said", + "start": 270.92, + "end": 271, + "confidence": 0.96533203125 + }, + { + "word": " the", + "start": 271, + "end": 271.16, + "confidence": 0.9921875 + }, + { + "word": " paladin", + "start": 271.16, + "end": 271.48, + "confidence": 0.7144775390625 + }, + { + "word": " as", + "start": 271.48, + "end": 271.7, + "confidence": 0.77783203125 + }, + { + "word": " he", + "start": 271.7, + "end": 271.8, + "confidence": 0.994140625 + }, + { + "word": " drew", + "start": 271.8, + "end": 271.98, + "confidence": 0.994140625 + }, + { + "word": " himself", + "start": 271.98, + "end": 272.3, + "confidence": 0.9970703125 + }, + { + "word": " up", + "start": 272.3, + "end": 272.56, + "confidence": 0.9951171875 + }, + { + "word": " to", + "start": 272.56, + "end": 272.72, + "confidence": 0.99462890625 + }, + { + "word": " his", + "start": 272.72, + "end": 272.88, + "confidence": 0.994140625 + }, + { + "word": " full", + "start": 272.88, + "end": 273.1, + "confidence": 0.9970703125 + }, + { + "word": " height,", + "start": 273.1, + "end": 273.38, + "confidence": 0.98779296875 + }, + { + "word": " he", + "start": 273.9, + "end": 274.04, + "confidence": 0.97314453125 + }, + { + "word": " then", + "start": 274.04, + "end": 274.16, + "confidence": 0.9970703125 + }, + { + "word": " moved", + "start": 274.16, + "end": 274.36, + "confidence": 0.9912109375 + }, + { + "word": " to", + "start": 274.36, + "end": 274.56, + "confidence": 0.9970703125 + }, + { + "word": " stand", + "start": 274.56, + "end": 274.8, + "confidence": 0.98486328125 + } + ] + }, + { + "id": 75, + "start": 274.8, + "end": 278.28, + "text": " before the dark elf and the little sprite, his frame towering over them.", + "words": [ + { + "word": " before", + "start": 274.8, + "end": 275.1, + "confidence": 0.99560546875 + }, + { + "word": " the", + "start": 275.1, + "end": 275.28, + "confidence": 0.99462890625 + }, + { + "word": " dark", + "start": 275.28, + "end": 275.44, + "confidence": 0.87158203125 + }, + { + "word": " elf", + "start": 275.44, + "end": 275.72, + "confidence": 0.919921875 + }, + { + "word": " and", + "start": 275.72, + "end": 275.94, + "confidence": 0.7109375 + }, + { + "word": " the", + "start": 275.94, + "end": 276.06, + "confidence": 0.94189453125 + }, + { + "word": " little", + "start": 276.06, + "end": 276.24, + "confidence": 0.99658203125 + }, + { + "word": " sprite,", + "start": 276.24, + "end": 276.58, + "confidence": 0.908203125 + }, + { + "word": " his", + "start": 276.88, + "end": 277, + "confidence": 0.98974609375 + }, + { + "word": " frame", + "start": 277, + "end": 277.28, + "confidence": 0.8017578125 + }, + { + "word": " towering", + "start": 277.28, + "end": 277.86, + "confidence": 0.984130859375 + }, + { + "word": " over", + "start": 277.86, + "end": 278.08, + "confidence": 0.9970703125 + }, + { + "word": " them.", + "start": 278.08, + "end": 278.28, + "confidence": 0.9814453125 + } + ] + }, + { + "id": 76, + "start": 279.38, + "end": 284.22, + "text": " The two petitioners nearly had to bend backwards to look up at the massive human, the quickling", + "words": [ + { + "word": " The", + "start": 279.38, + "end": 279.5, + "confidence": 0.99072265625 + }, + { + "word": " two", + "start": 279.5, + "end": 279.7, + "confidence": 0.99560546875 + }, + { + "word": " petitioners", + "start": 279.7, + "end": 280.24, + "confidence": 0.96337890625 + }, + { + "word": " nearly", + "start": 280.24, + "end": 280.56, + "confidence": 0.98388671875 + }, + { + "word": " had", + "start": 280.56, + "end": 280.84, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 280.84, + "end": 281, + "confidence": 0.99755859375 + }, + { + "word": " bend", + "start": 281, + "end": 281.22, + "confidence": 0.998046875 + }, + { + "word": " backwards", + "start": 281.22, + "end": 281.64, + "confidence": 0.9716796875 + }, + { + "word": " to", + "start": 281.64, + "end": 281.92, + "confidence": 0.99755859375 + }, + { + "word": " look", + "start": 281.92, + "end": 282.06, + "confidence": 0.99609375 + }, + { + "word": " up", + "start": 282.06, + "end": 282.24, + "confidence": 0.9873046875 + }, + { + "word": " at", + "start": 282.24, + "end": 282.4, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 282.4, + "end": 282.5, + "confidence": 0.99560546875 + }, + { + "word": " massive", + "start": 282.5, + "end": 282.82, + "confidence": 0.9736328125 + }, + { + "word": " human,", + "start": 282.82, + "end": 283.24, + "confidence": 0.99462890625 + }, + { + "word": " the", + "start": 283.8, + "end": 283.86, + "confidence": 0.9658203125 + }, + { + "word": " quickling", + "start": 283.86, + "end": 284.22, + "confidence": 0.435791015625 + } + ] + }, + { + "id": 77, + "start": 284.22, + "end": 286.24, + "text": " quip something that made the dark elf smile.", + "words": [ + { + "word": " quip", + "start": 284.22, + "end": 284.44, + "confidence": 0.632568359375 + }, + { + "word": " something", + "start": 284.44, + "end": 284.86, + "confidence": 0.28564453125 + }, + { + "word": " that", + "start": 284.86, + "end": 285.12, + "confidence": 0.99267578125 + }, + { + "word": " made", + "start": 285.12, + "end": 285.3, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 285.3, + "end": 285.44, + "confidence": 0.99609375 + }, + { + "word": " dark", + "start": 285.44, + "end": 285.62, + "confidence": 0.96875 + }, + { + "word": " elf", + "start": 285.62, + "end": 285.9, + "confidence": 0.9853515625 + }, + { + "word": " smile.", + "start": 285.9, + "end": 286.24, + "confidence": 0.98779296875 + } + ] + }, + { + "id": 78, + "start": 287.34, + "end": 289.26, + "text": " What did he say, asked Odorean.", + "words": [ + { + "word": " What", + "start": 287.34, + "end": 287.56, + "confidence": 0.427001953125 + }, + { + "word": " did", + "start": 287.56, + "end": 287.7, + "confidence": 0.998046875 + }, + { + "word": " he", + "start": 287.7, + "end": 287.8, + "confidence": 0.99658203125 + }, + { + "word": " say,", + "start": 287.8, + "end": 288.12, + "confidence": 0.9990234375 + }, + { + "word": " asked", + "start": 288.36, + "end": 288.64, + "confidence": 0.8388671875 + }, + { + "word": " Odorean.", + "start": 288.64, + "end": 289.26, + "confidence": 0.478515625 + } + ] + }, + { + "id": 79, + "start": 290.2, + "end": 293.26, + "text": " He said he thought the dwarf was big, replied Barra's.", + "words": [ + { + "word": " He", + "start": 290.2, + "end": 290.44, + "confidence": 0.61279296875 + }, + { + "word": " said", + "start": 290.44, + "end": 290.62, + "confidence": 0.99609375 + }, + { + "word": " he", + "start": 290.62, + "end": 290.74, + "confidence": 0.9755859375 + }, + { + "word": " thought", + "start": 290.74, + "end": 290.98, + "confidence": 0.98046875 + }, + { + "word": " the", + "start": 290.98, + "end": 291.14, + "confidence": 0.9853515625 + }, + { + "word": " dwarf", + "start": 291.14, + "end": 291.34, + "confidence": 0.97900390625 + }, + { + "word": " was", + "start": 291.34, + "end": 291.62, + "confidence": 0.99853515625 + }, + { + "word": " big,", + "start": 291.62, + "end": 291.92, + "confidence": 0.95556640625 + }, + { + "word": " replied", + "start": 292.3, + "end": 292.62, + "confidence": 0.98486328125 + }, + { + "word": " Barra's.", + "start": 292.62, + "end": 293.26, + "confidence": 0.531982421875 + } + ] + }, + { + "id": 80, + "start": 294.08, + "end": 298.26, + "text": " The paladin smiled at the sprite, then asked, will you listen to what I have to say.", + "words": [ + { + "word": " The", + "start": 294.08, + "end": 294.36, + "confidence": 0.189453125 + }, + { + "word": " paladin", + "start": 294.36, + "end": 294.76, + "confidence": 0.6448974609375 + }, + { + "word": " smiled", + "start": 294.76, + "end": 295.18, + "confidence": 0.98876953125 + }, + { + "word": " at", + "start": 295.18, + "end": 295.36, + "confidence": 0.9912109375 + }, + { + "word": " the", + "start": 295.36, + "end": 295.48, + "confidence": 0.99267578125 + }, + { + "word": " sprite,", + "start": 295.48, + "end": 295.76, + "confidence": 0.87255859375 + }, + { + "word": " then", + "start": 295.76, + "end": 296.06, + "confidence": 0.935546875 + }, + { + "word": " asked,", + "start": 296.06, + "end": 296.48, + "confidence": 0.95751953125 + }, + { + "word": " will", + "start": 296.82, + "end": 296.84, + "confidence": 0.0357666015625 + }, + { + "word": " you", + "start": 296.84, + "end": 296.96, + "confidence": 0.9921875 + }, + { + "word": " listen", + "start": 296.96, + "end": 297.22, + "confidence": 0.98779296875 + }, + { + "word": " to", + "start": 297.22, + "end": 297.4, + "confidence": 0.990234375 + }, + { + "word": " what", + "start": 297.4, + "end": 297.56, + "confidence": 0.9951171875 + }, + { + "word": " I", + "start": 297.56, + "end": 297.66, + "confidence": 0.990234375 + }, + { + "word": " have", + "start": 297.66, + "end": 297.82, + "confidence": 0.99560546875 + }, + { + "word": " to", + "start": 297.82, + "end": 297.98, + "confidence": 0.99755859375 + }, + { + "word": " say.", + "start": 297.98, + "end": 298.26, + "confidence": 0.9990234375 + } + ] + }, + { + "id": 81, + "start": 299.4, + "end": 303.82, + "text": " You are a trusted friend of the headmaster and a champion of light, ask the dark elf.", + "words": [ + { + "word": " You", + "start": 299.4, + "end": 299.62, + "confidence": 0.640625 + }, + { + "word": " are", + "start": 299.62, + "end": 299.76, + "confidence": 0.9716796875 + }, + { + "word": " a", + "start": 299.76, + "end": 299.84, + "confidence": 0.98779296875 + }, + { + "word": " trusted", + "start": 299.84, + "end": 300.14, + "confidence": 0.9892578125 + }, + { + "word": " friend", + "start": 300.14, + "end": 300.44, + "confidence": 0.99755859375 + }, + { + "word": " of", + "start": 300.44, + "end": 300.6, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 300.6, + "end": 300.72, + "confidence": 0.98583984375 + }, + { + "word": " headmaster", + "start": 300.72, + "end": 301.3, + "confidence": 0.872314453125 + }, + { + "word": " and", + "start": 301.3, + "end": 301.58, + "confidence": 0.7734375 + }, + { + "word": " a", + "start": 301.58, + "end": 301.68, + "confidence": 0.9609375 + }, + { + "word": " champion", + "start": 301.68, + "end": 302.06, + "confidence": 0.9716796875 + }, + { + "word": " of", + "start": 302.06, + "end": 302.26, + "confidence": 0.99853515625 + }, + { + "word": " light,", + "start": 302.26, + "end": 302.48, + "confidence": 0.947265625 + }, + { + "word": " ask", + "start": 302.86, + "end": 303.04, + "confidence": 0.88916015625 + }, + { + "word": " the", + "start": 303.04, + "end": 303.2, + "confidence": 0.978515625 + }, + { + "word": " dark", + "start": 303.2, + "end": 303.42, + "confidence": 0.662109375 + }, + { + "word": " elf.", + "start": 303.42, + "end": 303.82, + "confidence": 0.8896484375 + } + ] + }, + { + "id": 82, + "start": 305.02, + "end": 307.72, + "text": " Odorean nodded, then we will listen.", + "words": [ + { + "word": " Odorean", + "start": 305.02, + "end": 305.58, + "confidence": 0.4937744140625 + }, + { + "word": " nodded,", + "start": 305.58, + "end": 306, + "confidence": 0.9833984375 + }, + { + "word": " then", + "start": 306.68, + "end": 306.92, + "confidence": 0.697265625 + }, + { + "word": " we", + "start": 306.92, + "end": 307.14, + "confidence": 0.9912109375 + }, + { + "word": " will", + "start": 307.14, + "end": 307.3, + "confidence": 0.99560546875 + }, + { + "word": " listen.", + "start": 307.3, + "end": 307.72, + "confidence": 0.95166015625 + } + ] + }, + { + "id": 83, + "start": 308.48, + "end": 313.22, + "text": " Odorean nodded again as a duly appointed agent of the great empire of Bloodstone and", + "words": [ + { + "word": " Odorean", + "start": 308.48, + "end": 308.96, + "confidence": 0.9864908854166666 + }, + { + "word": " nodded", + "start": 308.96, + "end": 309.28, + "confidence": 0.999755859375 + }, + { + "word": " again", + "start": 309.28, + "end": 309.58, + "confidence": 0.98828125 + }, + { + "word": " as", + "start": 309.58, + "end": 310.08, + "confidence": 0.399658203125 + }, + { + "word": " a", + "start": 310.08, + "end": 310.2, + "confidence": 0.99462890625 + }, + { + "word": " duly", + "start": 310.2, + "end": 310.5, + "confidence": 0.96875 + }, + { + "word": " appointed", + "start": 310.5, + "end": 310.9, + "confidence": 0.7919921875 + }, + { + "word": " agent", + "start": 310.9, + "end": 311.28, + "confidence": 0.99072265625 + }, + { + "word": " of", + "start": 311.28, + "end": 311.46, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 311.46, + "end": 311.56, + "confidence": 0.98681640625 + }, + { + "word": " great", + "start": 311.56, + "end": 311.74, + "confidence": 0.88330078125 + }, + { + "word": " empire", + "start": 311.74, + "end": 312.14, + "confidence": 0.69287109375 + }, + { + "word": " of", + "start": 312.14, + "end": 312.42, + "confidence": 0.99267578125 + }, + { + "word": " Bloodstone", + "start": 312.42, + "end": 312.86, + "confidence": 0.7158203125 + }, + { + "word": " and", + "start": 312.86, + "end": 313.22, + "confidence": 0.642578125 + } + ] + }, + { + "id": 84, + "start": 313.22, + "end": 317.58, + "text": " as a member of the human race against whom your kind has also perpetrated innumerable crimes,", + "words": [ + { + "word": " as", + "start": 313.22, + "end": 313.34, + "confidence": 0.98681640625 + }, + { + "word": " a", + "start": 313.34, + "end": 313.4, + "confidence": 0.998046875 + }, + { + "word": " member", + "start": 313.4, + "end": 313.64, + "confidence": 0.99658203125 + }, + { + "word": " of", + "start": 313.64, + "end": 313.82, + "confidence": 0.99853515625 + }, + { + "word": " the", + "start": 313.82, + "end": 313.88, + "confidence": 0.990234375 + }, + { + "word": " human", + "start": 313.88, + "end": 314.12, + "confidence": 0.9580078125 + }, + { + "word": " race", + "start": 314.12, + "end": 314.42, + "confidence": 0.9990234375 + }, + { + "word": " against", + "start": 314.42, + "end": 314.86, + "confidence": 0.91552734375 + }, + { + "word": " whom", + "start": 314.86, + "end": 315.14, + "confidence": 0.99169921875 + }, + { + "word": " your", + "start": 315.14, + "end": 315.3, + "confidence": 0.9697265625 + }, + { + "word": " kind", + "start": 315.3, + "end": 315.54, + "confidence": 0.98876953125 + }, + { + "word": " has", + "start": 315.54, + "end": 315.78, + "confidence": 0.99609375 + }, + { + "word": " also", + "start": 315.78, + "end": 316.1, + "confidence": 0.9970703125 + }, + { + "word": " perpetrated", + "start": 316.1, + "end": 316.66, + "confidence": 0.99462890625 + }, + { + "word": " innumerable", + "start": 316.66, + "end": 317.22, + "confidence": 0.9933268229166666 + }, + { + "word": " crimes,", + "start": 317.22, + "end": 317.58, + "confidence": 0.99365234375 + } + ] + }, + { + "id": 85, + "start": 318.06, + "end": 321.64, + "text": " I ensure the chance for you to prove yourselves but with certain stipulations.", + "words": [ + { + "word": " I", + "start": 318.06, + "end": 318.18, + "confidence": 0.9736328125 + }, + { + "word": " ensure", + "start": 318.18, + "end": 318.5, + "confidence": 0.79052734375 + }, + { + "word": " the", + "start": 318.5, + "end": 318.68, + "confidence": 0.990234375 + }, + { + "word": " chance", + "start": 318.68, + "end": 318.88, + "confidence": 0.9951171875 + }, + { + "word": " for", + "start": 318.88, + "end": 319.14, + "confidence": 0.99755859375 + }, + { + "word": " you", + "start": 319.14, + "end": 319.26, + "confidence": 0.998046875 + }, + { + "word": " to", + "start": 319.26, + "end": 319.38, + "confidence": 0.99853515625 + }, + { + "word": " prove", + "start": 319.38, + "end": 319.6, + "confidence": 0.99267578125 + }, + { + "word": " yourselves", + "start": 319.6, + "end": 320.06, + "confidence": 0.9775390625 + }, + { + "word": " but", + "start": 320.06, + "end": 320.44, + "confidence": 0.6005859375 + }, + { + "word": " with", + "start": 320.44, + "end": 320.6, + "confidence": 0.99462890625 + }, + { + "word": " certain", + "start": 320.6, + "end": 320.92, + "confidence": 0.9970703125 + }, + { + "word": " stipulations.", + "start": 320.92, + "end": 321.64, + "confidence": 0.989013671875 + } + ] + }, + { + "id": 86, + "start": 322.1, + "end": 323.62, + "text": " Are we agreed, headmaster?", + "words": [ + { + "word": " Are", + "start": 322.1, + "end": 322.54, + "confidence": 0.0084686279296875 + }, + { + "word": " we", + "start": 322.54, + "end": 322.7, + "confidence": 0.984375 + }, + { + "word": " agreed,", + "start": 322.7, + "end": 323, + "confidence": 0.92919921875 + }, + { + "word": " headmaster?", + "start": 323.2, + "end": 323.62, + "confidence": 0.6485595703125 + } + ] + }, + { + "id": 87, + "start": 324.7, + "end": 327.04, + "text": " Indeed as I trust your fairness, said Wu.", + "words": [ + { + "word": " Indeed", + "start": 324.7, + "end": 325.1, + "confidence": 0.364013671875 + }, + { + "word": " as", + "start": 325.1, + "end": 325.36, + "confidence": 0.19921875 + }, + { + "word": " I", + "start": 325.36, + "end": 325.5, + "confidence": 0.98779296875 + }, + { + "word": " trust", + "start": 325.5, + "end": 325.72, + "confidence": 0.9755859375 + }, + { + "word": " your", + "start": 325.72, + "end": 325.92, + "confidence": 0.9677734375 + }, + { + "word": " fairness,", + "start": 325.92, + "end": 326.28, + "confidence": 0.98974609375 + }, + { + "word": " said", + "start": 326.66, + "end": 326.84, + "confidence": 0.9873046875 + }, + { + "word": " Wu.", + "start": 326.84, + "end": 327.04, + "confidence": 0.55078125 + } + ] + }, + { + "id": 88, + "start": 327.88, + "end": 330.62, + "text": " And what are these conditions, ask Barra's.", + "words": [ + { + "word": " And", + "start": 327.88, + "end": 328.32, + "confidence": 0.70263671875 + }, + { + "word": " what", + "start": 328.32, + "end": 328.44, + "confidence": 0.9921875 + }, + { + "word": " are", + "start": 328.44, + "end": 328.54, + "confidence": 0.9853515625 + }, + { + "word": " these", + "start": 328.54, + "end": 328.8, + "confidence": 0.99462890625 + }, + { + "word": " conditions,", + "start": 328.8, + "end": 329.36, + "confidence": 0.947265625 + }, + { + "word": " ask", + "start": 329.8, + "end": 330.02, + "confidence": 0.76123046875 + }, + { + "word": " Barra's.", + "start": 330.02, + "end": 330.62, + "confidence": 0.5830891927083334 + } + ] + }, + { + "id": 89, + "start": 331.6, + "end": 335.4, + "text": " First you will be given a probationary period in which to prove that you are not like others", + "words": [ + { + "word": " First", + "start": 331.6, + "end": 331.86, + "confidence": 0.9169921875 + }, + { + "word": " you", + "start": 331.86, + "end": 332.06, + "confidence": 0.64892578125 + }, + { + "word": " will", + "start": 332.06, + "end": 332.14, + "confidence": 0.966796875 + }, + { + "word": " be", + "start": 332.14, + "end": 332.26, + "confidence": 0.99658203125 + }, + { + "word": " given", + "start": 332.26, + "end": 332.46, + "confidence": 0.99658203125 + }, + { + "word": " a", + "start": 332.46, + "end": 332.6, + "confidence": 0.994140625 + }, + { + "word": " probationary", + "start": 332.6, + "end": 333.26, + "confidence": 0.96630859375 + }, + { + "word": " period", + "start": 333.26, + "end": 333.68, + "confidence": 0.99560546875 + }, + { + "word": " in", + "start": 333.68, + "end": 333.82, + "confidence": 0.98974609375 + }, + { + "word": " which", + "start": 333.82, + "end": 333.94, + "confidence": 0.998046875 + }, + { + "word": " to", + "start": 333.94, + "end": 334.12, + "confidence": 0.99853515625 + }, + { + "word": " prove", + "start": 334.12, + "end": 334.36, + "confidence": 0.99560546875 + }, + { + "word": " that", + "start": 334.36, + "end": 334.56, + "confidence": 0.9638671875 + }, + { + "word": " you", + "start": 334.56, + "end": 334.68, + "confidence": 0.9951171875 + }, + { + "word": " are", + "start": 334.68, + "end": 334.76, + "confidence": 0.91552734375 + }, + { + "word": " not", + "start": 334.76, + "end": 334.94, + "confidence": 0.9990234375 + }, + { + "word": " like", + "start": 334.94, + "end": 335.12, + "confidence": 0.98974609375 + }, + { + "word": " others", + "start": 335.12, + "end": 335.4, + "confidence": 0.9853515625 + } + ] + }, + { + "id": 90, + "start": 335.4, + "end": 338.08, + "text": " of your kind, let's say three months by our calendar.", + "words": [ + { + "word": " of", + "start": 335.4, + "end": 335.6, + "confidence": 0.99609375 + }, + { + "word": " your", + "start": 335.6, + "end": 335.68, + "confidence": 0.994140625 + }, + { + "word": " kind,", + "start": 335.68, + "end": 336, + "confidence": 0.99365234375 + }, + { + "word": " let's", + "start": 336.42, + "end": 336.62, + "confidence": 0.958251953125 + }, + { + "word": " say", + "start": 336.62, + "end": 336.74, + "confidence": 0.9990234375 + }, + { + "word": " three", + "start": 336.74, + "end": 337, + "confidence": 0.87841796875 + }, + { + "word": " months", + "start": 337, + "end": 337.2, + "confidence": 0.9970703125 + }, + { + "word": " by", + "start": 337.2, + "end": 337.52, + "confidence": 0.98974609375 + }, + { + "word": " our", + "start": 337.52, + "end": 337.64, + "confidence": 0.994140625 + }, + { + "word": " calendar.", + "start": 337.64, + "end": 338.08, + "confidence": 0.95263671875 + } + ] + }, + { + "id": 91, + "start": 338.5, + "end": 342.18, + "text": " During this time you and your friend will be kept under constant watch, given only limited", + "words": [ + { + "word": " During", + "start": 338.5, + "end": 338.62, + "confidence": 0.99267578125 + }, + { + "word": " this", + "start": 338.62, + "end": 338.82, + "confidence": 0.99853515625 + }, + { + "word": " time", + "start": 338.82, + "end": 339.06, + "confidence": 0.99853515625 + }, + { + "word": " you", + "start": 339.06, + "end": 339.28, + "confidence": 0.61376953125 + }, + { + "word": " and", + "start": 339.28, + "end": 339.38, + "confidence": 0.99609375 + }, + { + "word": " your", + "start": 339.38, + "end": 339.48, + "confidence": 0.994140625 + }, + { + "word": " friend", + "start": 339.48, + "end": 339.68, + "confidence": 0.9892578125 + }, + { + "word": " will", + "start": 339.68, + "end": 339.86, + "confidence": 0.9931640625 + }, + { + "word": " be", + "start": 339.86, + "end": 339.98, + "confidence": 0.998046875 + }, + { + "word": " kept", + "start": 339.98, + "end": 340.16, + "confidence": 0.9990234375 + }, + { + "word": " under", + "start": 340.16, + "end": 340.42, + "confidence": 0.99755859375 + }, + { + "word": " constant", + "start": 340.42, + "end": 340.84, + "confidence": 0.9921875 + }, + { + "word": " watch,", + "start": 340.84, + "end": 341.24, + "confidence": 0.99658203125 + }, + { + "word": " given", + "start": 341.48, + "end": 341.58, + "confidence": 0.90673828125 + }, + { + "word": " only", + "start": 341.58, + "end": 341.82, + "confidence": 0.98583984375 + }, + { + "word": " limited", + "start": 341.82, + "end": 342.18, + "confidence": 0.99609375 + } + ] + }, + { + "id": 92, + "start": 342.18, + "end": 346.3, + "text": " access to this facility and must adhere to the rules set forth by the headmaster.", + "words": [ + { + "word": " access", + "start": 342.18, + "end": 342.58, + "confidence": 0.99951171875 + }, + { + "word": " to", + "start": 342.58, + "end": 342.84, + "confidence": 0.9990234375 + }, + { + "word": " this", + "start": 342.84, + "end": 343, + "confidence": 0.98779296875 + }, + { + "word": " facility", + "start": 343, + "end": 343.42, + "confidence": 0.99755859375 + }, + { + "word": " and", + "start": 343.42, + "end": 343.78, + "confidence": 0.26123046875 + }, + { + "word": " must", + "start": 343.78, + "end": 343.94, + "confidence": 0.98876953125 + }, + { + "word": " adhere", + "start": 343.94, + "end": 344.18, + "confidence": 0.9931640625 + }, + { + "word": " to", + "start": 344.18, + "end": 344.44, + "confidence": 0.99853515625 + }, + { + "word": " the", + "start": 344.44, + "end": 344.54, + "confidence": 0.98681640625 + }, + { + "word": " rules", + "start": 344.54, + "end": 344.76, + "confidence": 0.98095703125 + }, + { + "word": " set", + "start": 344.76, + "end": 345.1, + "confidence": 0.99609375 + }, + { + "word": " forth", + "start": 345.1, + "end": 345.4, + "confidence": 0.9921875 + }, + { + "word": " by", + "start": 345.4, + "end": 345.58, + "confidence": 0.9990234375 + }, + { + "word": " the", + "start": 345.58, + "end": 345.7, + "confidence": 0.990234375 + }, + { + "word": " headmaster.", + "start": 345.7, + "end": 346.3, + "confidence": 0.93017578125 + } + ] + }, + { + "id": 93, + "start": 346.74, + "end": 350.4, + "text": " This is both for your own safety and that of the rest of the academy, agreed.", + "words": [ + { + "word": " This", + "start": 346.74, + "end": 346.86, + "confidence": 0.99365234375 + }, + { + "word": " is", + "start": 346.86, + "end": 347, + "confidence": 0.9970703125 + }, + { + "word": " both", + "start": 347, + "end": 347.26, + "confidence": 0.990234375 + }, + { + "word": " for", + "start": 347.26, + "end": 347.46, + "confidence": 0.99658203125 + }, + { + "word": " your", + "start": 347.46, + "end": 347.58, + "confidence": 0.9931640625 + }, + { + "word": " own", + "start": 347.58, + "end": 347.72, + "confidence": 0.990234375 + }, + { + "word": " safety", + "start": 347.72, + "end": 348.2, + "confidence": 0.99853515625 + }, + { + "word": " and", + "start": 348.2, + "end": 348.42, + "confidence": 0.91162109375 + }, + { + "word": " that", + "start": 348.42, + "end": 348.58, + "confidence": 0.9794921875 + }, + { + "word": " of", + "start": 348.58, + "end": 348.72, + "confidence": 0.9921875 + }, + { + "word": " the", + "start": 348.72, + "end": 348.8, + "confidence": 0.99658203125 + }, + { + "word": " rest", + "start": 348.8, + "end": 348.96, + "confidence": 0.998046875 + }, + { + "word": " of", + "start": 348.96, + "end": 349.14, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 349.14, + "end": 349.24, + "confidence": 0.99169921875 + }, + { + "word": " academy,", + "start": 349.24, + "end": 349.72, + "confidence": 0.787109375 + }, + { + "word": " agreed.", + "start": 350.14, + "end": 350.4, + "confidence": 0.97314453125 + } + ] + }, + { + "id": 94, + "start": 351.72, + "end": 353.28, + "text": " Agreed nodded the dark elf.", + "words": [ + { + "word": " Agreed", + "start": 351.72, + "end": 352.24, + "confidence": 0.58270263671875 + }, + { + "word": " nodded", + "start": 352.24, + "end": 352.62, + "confidence": 0.6434326171875 + }, + { + "word": " the", + "start": 352.62, + "end": 352.74, + "confidence": 0.97802734375 + }, + { + "word": " dark", + "start": 352.74, + "end": 352.92, + "confidence": 0.66162109375 + }, + { + "word": " elf.", + "start": 352.92, + "end": 353.28, + "confidence": 0.9052734375 + } + ] + }, + { + "id": 95, + "start": 354.48, + "end": 358.6, + "text": " Second once your probation is over, you will be given full access and rights to all parts", + "words": [ + { + "word": " Second", + "start": 354.48, + "end": 354.7, + "confidence": 0.73291015625 + }, + { + "word": " once", + "start": 354.7, + "end": 354.98, + "confidence": 0.1004638671875 + }, + { + "word": " your", + "start": 354.98, + "end": 355.16, + "confidence": 0.923828125 + }, + { + "word": " probation", + "start": 355.16, + "end": 355.46, + "confidence": 0.94287109375 + }, + { + "word": " is", + "start": 355.46, + "end": 355.82, + "confidence": 0.998046875 + }, + { + "word": " over,", + "start": 355.82, + "end": 356.12, + "confidence": 0.99755859375 + }, + { + "word": " you", + "start": 356.38, + "end": 356.4, + "confidence": 0.984375 + }, + { + "word": " will", + "start": 356.4, + "end": 356.48, + "confidence": 0.96533203125 + }, + { + "word": " be", + "start": 356.48, + "end": 356.58, + "confidence": 0.99853515625 + }, + { + "word": " given", + "start": 356.58, + "end": 356.8, + "confidence": 0.99853515625 + }, + { + "word": " full", + "start": 356.8, + "end": 357.06, + "confidence": 0.998046875 + }, + { + "word": " access", + "start": 357.06, + "end": 357.46, + "confidence": 0.9970703125 + }, + { + "word": " and", + "start": 357.46, + "end": 357.74, + "confidence": 0.98486328125 + }, + { + "word": " rights", + "start": 357.74, + "end": 357.92, + "confidence": 0.95751953125 + }, + { + "word": " to", + "start": 357.92, + "end": 358.18, + "confidence": 0.99560546875 + }, + { + "word": " all", + "start": 358.18, + "end": 358.34, + "confidence": 0.998046875 + }, + { + "word": " parts", + "start": 358.34, + "end": 358.6, + "confidence": 0.99609375 + } + ] + }, + { + "id": 96, + "start": 358.6, + "end": 361.48, + "text": " of the academy, even the community of Ravenhill itself.", + "words": [ + { + "word": " of", + "start": 358.6, + "end": 358.78, + "confidence": 0.9990234375 + }, + { + "word": " the", + "start": 358.78, + "end": 358.88, + "confidence": 0.99609375 + }, + { + "word": " academy,", + "start": 358.88, + "end": 359.34, + "confidence": 0.75 + }, + { + "word": " even", + "start": 359.7, + "end": 359.86, + "confidence": 0.99365234375 + }, + { + "word": " the", + "start": 359.86, + "end": 360, + "confidence": 0.99609375 + }, + { + "word": " community", + "start": 360, + "end": 360.44, + "confidence": 0.9873046875 + }, + { + "word": " of", + "start": 360.44, + "end": 360.64, + "confidence": 0.9970703125 + }, + { + "word": " Ravenhill", + "start": 360.64, + "end": 361.06, + "confidence": 0.79150390625 + }, + { + "word": " itself.", + "start": 361.06, + "end": 361.48, + "confidence": 0.99560546875 + } + ] + }, + { + "id": 97, + "start": 362.22, + "end": 366.52, + "text": " While many strange things happen here, a dark elf walking openly could still be dangerous,", + "words": [ + { + "word": " While", + "start": 362.22, + "end": 362.34, + "confidence": 0.9794921875 + }, + { + "word": " many", + "start": 362.34, + "end": 362.52, + "confidence": 0.99853515625 + }, + { + "word": " strange", + "start": 362.52, + "end": 362.84, + "confidence": 0.994140625 + }, + { + "word": " things", + "start": 362.84, + "end": 363.12, + "confidence": 0.99951171875 + }, + { + "word": " happen", + "start": 363.12, + "end": 363.54, + "confidence": 0.96728515625 + }, + { + "word": " here,", + "start": 363.54, + "end": 363.84, + "confidence": 0.994140625 + }, + { + "word": " a", + "start": 364.08, + "end": 364.14, + "confidence": 0.99072265625 + }, + { + "word": " dark", + "start": 364.14, + "end": 364.32, + "confidence": 0.99267578125 + }, + { + "word": " elf", + "start": 364.32, + "end": 364.6, + "confidence": 0.9951171875 + }, + { + "word": " walking", + "start": 364.6, + "end": 364.96, + "confidence": 0.98291015625 + }, + { + "word": " openly", + "start": 364.96, + "end": 365.4, + "confidence": 0.97021484375 + }, + { + "word": " could", + "start": 365.4, + "end": 365.62, + "confidence": 0.99609375 + }, + { + "word": " still", + "start": 365.62, + "end": 365.88, + "confidence": 0.98583984375 + }, + { + "word": " be", + "start": 365.88, + "end": 366.06, + "confidence": 0.99951171875 + }, + { + "word": " dangerous,", + "start": 366.06, + "end": 366.52, + "confidence": 0.998046875 + } + ] + }, + { + "id": 98, + "start": 366.9, + "end": 369.74, + "text": " thus I would counsel prudence and caution in both cases.", + "words": [ + { + "word": " thus", + "start": 366.9, + "end": 367.14, + "confidence": 0.96142578125 + }, + { + "word": " I", + "start": 367.14, + "end": 367.44, + "confidence": 0.88330078125 + }, + { + "word": " would", + "start": 367.44, + "end": 367.54, + "confidence": 0.99560546875 + }, + { + "word": " counsel", + "start": 367.54, + "end": 367.88, + "confidence": 0.91357421875 + }, + { + "word": " prudence", + "start": 367.88, + "end": 368.38, + "confidence": 0.9583333333333334 + }, + { + "word": " and", + "start": 368.38, + "end": 368.54, + "confidence": 0.9951171875 + }, + { + "word": " caution", + "start": 368.54, + "end": 368.86, + "confidence": 0.9951171875 + }, + { + "word": " in", + "start": 368.86, + "end": 369.08, + "confidence": 0.994140625 + }, + { + "word": " both", + "start": 369.08, + "end": 369.26, + "confidence": 0.9990234375 + }, + { + "word": " cases.", + "start": 369.26, + "end": 369.74, + "confidence": 0.99853515625 + } + ] + }, + { + "id": 99, + "start": 370.92, + "end": 372.44, + "text": " Again Barra nodded.", + "words": [ + { + "word": " Again", + "start": 370.92, + "end": 371.3, + "confidence": 0.9404296875 + }, + { + "word": " Barra", + "start": 371.3, + "end": 371.9, + "confidence": 0.1080169677734375 + }, + { + "word": " nodded.", + "start": 371.9, + "end": 372.44, + "confidence": 0.560638427734375 + } + ] + }, + { + "id": 100, + "start": 373.22, + "end": 376.76, + "text": " Finally if you do not prove yourselves as anything separate from your kin, you will be", + "words": [ + { + "word": " Finally", + "start": 373.22, + "end": 373.62, + "confidence": 0.97216796875 + }, + { + "word": " if", + "start": 373.62, + "end": 373.86, + "confidence": 0.64697265625 + }, + { + "word": " you", + "start": 373.86, + "end": 373.92, + "confidence": 0.99755859375 + }, + { + "word": " do", + "start": 373.92, + "end": 374, + "confidence": 0.99462890625 + }, + { + "word": " not", + "start": 374, + "end": 374.12, + "confidence": 0.99951171875 + }, + { + "word": " prove", + "start": 374.12, + "end": 374.38, + "confidence": 0.994140625 + }, + { + "word": " yourselves", + "start": 374.38, + "end": 374.74, + "confidence": 0.9404296875 + }, + { + "word": " as", + "start": 374.74, + "end": 374.98, + "confidence": 0.98974609375 + }, + { + "word": " anything", + "start": 374.98, + "end": 375.3, + "confidence": 0.98486328125 + }, + { + "word": " separate", + "start": 375.3, + "end": 375.7, + "confidence": 0.99755859375 + }, + { + "word": " from", + "start": 375.7, + "end": 375.88, + "confidence": 0.9970703125 + }, + { + "word": " your", + "start": 375.88, + "end": 376.02, + "confidence": 0.99072265625 + }, + { + "word": " kin,", + "start": 376.02, + "end": 376.26, + "confidence": 0.9892578125 + }, + { + "word": " you", + "start": 376.52, + "end": 376.58, + "confidence": 0.9970703125 + }, + { + "word": " will", + "start": 376.58, + "end": 376.66, + "confidence": 0.98779296875 + }, + { + "word": " be", + "start": 376.66, + "end": 376.76, + "confidence": 0.9990234375 + } + ] + }, + { + "id": 101, + "start": 376.76, + "end": 380.64, + "text": " cast out of the academy and community and placed into the hands of our laman for judgment.", + "words": [ + { + "word": " cast", + "start": 376.76, + "end": 376.98, + "confidence": 0.98828125 + }, + { + "word": " out", + "start": 376.98, + "end": 377.2, + "confidence": 0.99462890625 + }, + { + "word": " of", + "start": 377.2, + "end": 377.28, + "confidence": 0.98779296875 + }, + { + "word": " the", + "start": 377.28, + "end": 377.38, + "confidence": 0.9912109375 + }, + { + "word": " academy", + "start": 377.38, + "end": 377.76, + "confidence": 0.91552734375 + }, + { + "word": " and", + "start": 377.76, + "end": 377.94, + "confidence": 0.90185546875 + }, + { + "word": " community", + "start": 377.94, + "end": 378.42, + "confidence": 0.994140625 + }, + { + "word": " and", + "start": 378.42, + "end": 378.72, + "confidence": 0.7373046875 + }, + { + "word": " placed", + "start": 378.72, + "end": 378.94, + "confidence": 0.99365234375 + }, + { + "word": " into", + "start": 378.94, + "end": 379.2, + "confidence": 0.97314453125 + }, + { + "word": " the", + "start": 379.2, + "end": 379.34, + "confidence": 0.98828125 + }, + { + "word": " hands", + "start": 379.34, + "end": 379.5, + "confidence": 0.99853515625 + }, + { + "word": " of", + "start": 379.5, + "end": 379.66, + "confidence": 0.9990234375 + }, + { + "word": " our", + "start": 379.66, + "end": 379.76, + "confidence": 0.95068359375 + }, + { + "word": " laman", + "start": 379.76, + "end": 380.08, + "confidence": 0.4766845703125 + }, + { + "word": " for", + "start": 380.08, + "end": 380.28, + "confidence": 0.99560546875 + }, + { + "word": " judgment.", + "start": 380.28, + "end": 380.64, + "confidence": 0.7080078125 + } + ] + }, + { + "id": 102, + "start": 381.14, + "end": 384.58, + "text": " As long as you heed our laws and remain true to your professed morals, then there should", + "words": [ + { + "word": " As", + "start": 381.14, + "end": 381.34, + "confidence": 0.09619140625 + }, + { + "word": " long", + "start": 381.34, + "end": 381.52, + "confidence": 0.9970703125 + }, + { + "word": " as", + "start": 381.52, + "end": 381.68, + "confidence": 0.99169921875 + }, + { + "word": " you", + "start": 381.68, + "end": 381.76, + "confidence": 0.9951171875 + }, + { + "word": " heed", + "start": 381.76, + "end": 381.9, + "confidence": 0.74267578125 + }, + { + "word": " our", + "start": 381.9, + "end": 382.04, + "confidence": 0.99365234375 + }, + { + "word": " laws", + "start": 382.04, + "end": 382.28, + "confidence": 0.99658203125 + }, + { + "word": " and", + "start": 382.28, + "end": 382.5, + "confidence": 0.93359375 + }, + { + "word": " remain", + "start": 382.5, + "end": 382.74, + "confidence": 0.99609375 + }, + { + "word": " true", + "start": 382.74, + "end": 383.06, + "confidence": 0.99365234375 + }, + { + "word": " to", + "start": 383.06, + "end": 383.22, + "confidence": 0.9970703125 + }, + { + "word": " your", + "start": 383.22, + "end": 383.3, + "confidence": 0.994140625 + }, + { + "word": " professed", + "start": 383.3, + "end": 383.82, + "confidence": 0.958984375 + }, + { + "word": " morals,", + "start": 383.82, + "end": 384.02, + "confidence": 0.98974609375 + }, + { + "word": " then", + "start": 384.28, + "end": 384.36, + "confidence": 0.90625 + }, + { + "word": " there", + "start": 384.36, + "end": 384.46, + "confidence": 0.99609375 + }, + { + "word": " should", + "start": 384.46, + "end": 384.58, + "confidence": 0.9970703125 + } + ] + }, + { + "id": 103, + "start": 384.58, + "end": 385.68, + "text": " be no need for concern.", + "words": [ + { + "word": " be", + "start": 384.58, + "end": 384.72, + "confidence": 0.97412109375 + }, + { + "word": " no", + "start": 384.72, + "end": 384.88, + "confidence": 0.9990234375 + }, + { + "word": " need", + "start": 384.88, + "end": 385.06, + "confidence": 0.99951171875 + }, + { + "word": " for", + "start": 385.06, + "end": 385.26, + "confidence": 0.998046875 + }, + { + "word": " concern.", + "start": 385.26, + "end": 385.68, + "confidence": 0.998046875 + } + ] + }, + { + "id": 104, + "start": 386.08, + "end": 388.94, + "text": " In time you will both have free reign of the academy and the community.", + "words": [ + { + "word": " In", + "start": 386.08, + "end": 386.16, + "confidence": 0.99365234375 + }, + { + "word": " time", + "start": 386.16, + "end": 386.4, + "confidence": 0.98876953125 + }, + { + "word": " you", + "start": 386.4, + "end": 386.62, + "confidence": 0.40625 + }, + { + "word": " will", + "start": 386.62, + "end": 386.7, + "confidence": 0.94775390625 + }, + { + "word": " both", + "start": 386.7, + "end": 386.88, + "confidence": 0.98974609375 + }, + { + "word": " have", + "start": 386.88, + "end": 387.02, + "confidence": 0.99853515625 + }, + { + "word": " free", + "start": 387.02, + "end": 387.3, + "confidence": 0.98388671875 + }, + { + "word": " reign", + "start": 387.3, + "end": 387.56, + "confidence": 0.9130859375 + }, + { + "word": " of", + "start": 387.56, + "end": 387.64, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 387.64, + "end": 387.76, + "confidence": 0.99267578125 + }, + { + "word": " academy", + "start": 387.76, + "end": 388.16, + "confidence": 0.6748046875 + }, + { + "word": " and", + "start": 388.16, + "end": 388.38, + "confidence": 0.83984375 + }, + { + "word": " the", + "start": 388.38, + "end": 388.5, + "confidence": 0.96435546875 + }, + { + "word": " community.", + "start": 388.5, + "end": 388.94, + "confidence": 0.99560546875 + } + ] + }, + { + "id": 105, + "start": 389.26, + "end": 393.02, + "text": " If you truly wish to find acceptance, then this is likely one of the only places you will", + "words": [ + { + "word": " If", + "start": 389.26, + "end": 389.4, + "confidence": 0.9931640625 + }, + { + "word": " you", + "start": 389.4, + "end": 389.48, + "confidence": 0.998046875 + }, + { + "word": " truly", + "start": 389.48, + "end": 389.76, + "confidence": 0.99951171875 + }, + { + "word": " wish", + "start": 389.76, + "end": 389.98, + "confidence": 0.99169921875 + }, + { + "word": " to", + "start": 389.98, + "end": 390.14, + "confidence": 0.9990234375 + }, + { + "word": " find", + "start": 390.14, + "end": 390.34, + "confidence": 0.99755859375 + }, + { + "word": " acceptance,", + "start": 390.34, + "end": 390.84, + "confidence": 0.9912109375 + }, + { + "word": " then", + "start": 391.08, + "end": 391.14, + "confidence": 0.95849609375 + }, + { + "word": " this", + "start": 391.14, + "end": 391.28, + "confidence": 0.9951171875 + }, + { + "word": " is", + "start": 391.28, + "end": 391.42, + "confidence": 0.99560546875 + }, + { + "word": " likely", + "start": 391.42, + "end": 391.66, + "confidence": 0.99072265625 + }, + { + "word": " one", + "start": 391.66, + "end": 391.92, + "confidence": 0.99072265625 + }, + { + "word": " of", + "start": 391.92, + "end": 392.02, + "confidence": 0.9990234375 + }, + { + "word": " the", + "start": 392.02, + "end": 392.12, + "confidence": 0.9970703125 + }, + { + "word": " only", + "start": 392.12, + "end": 392.32, + "confidence": 0.99365234375 + }, + { + "word": " places", + "start": 392.32, + "end": 392.7, + "confidence": 0.99853515625 + }, + { + "word": " you", + "start": 392.7, + "end": 392.92, + "confidence": 0.98974609375 + }, + { + "word": " will", + "start": 392.92, + "end": 393.02, + "confidence": 0.98828125 + } + ] + }, + { + "id": 106, + "start": 393.02, + "end": 394.62, + "text": " find it is this acceptable.", + "words": [ + { + "word": " find", + "start": 393.02, + "end": 393.3, + "confidence": 0.998046875 + }, + { + "word": " it", + "start": 393.3, + "end": 393.5, + "confidence": 0.982421875 + }, + { + "word": " is", + "start": 393.5, + "end": 393.9, + "confidence": 0.12548828125 + }, + { + "word": " this", + "start": 393.9, + "end": 394.06, + "confidence": 0.95654296875 + }, + { + "word": " acceptable.", + "start": 394.06, + "end": 394.62, + "confidence": 0.98193359375 + } + ] + }, + { + "id": 107, + "start": 395.8, + "end": 398.92, + "text": " It is fair under the circumstances confirmed Barra's.", + "words": [ + { + "word": " It", + "start": 395.8, + "end": 396, + "confidence": 0.939453125 + }, + { + "word": " is", + "start": 396, + "end": 396.12, + "confidence": 0.9951171875 + }, + { + "word": " fair", + "start": 396.12, + "end": 396.36, + "confidence": 0.9931640625 + }, + { + "word": " under", + "start": 396.36, + "end": 396.64, + "confidence": 0.89111328125 + }, + { + "word": " the", + "start": 396.64, + "end": 396.78, + "confidence": 0.99462890625 + }, + { + "word": " circumstances", + "start": 396.78, + "end": 397.28, + "confidence": 0.99853515625 + }, + { + "word": " confirmed", + "start": 397.28, + "end": 398.14, + "confidence": 0.763671875 + }, + { + "word": " Barra's.", + "start": 398.14, + "end": 398.92, + "confidence": 0.5323079427083334 + } + ] + }, + { + "id": 108, + "start": 399.88, + "end": 404.08, + "text": " Then we have an agreement, headmaster, I place them in your charge, see that they are given", + "words": [ + { + "word": " Then", + "start": 399.88, + "end": 400.08, + "confidence": 0.974609375 + }, + { + "word": " we", + "start": 400.08, + "end": 400.22, + "confidence": 0.97216796875 + }, + { + "word": " have", + "start": 400.22, + "end": 400.36, + "confidence": 0.994140625 + }, + { + "word": " an", + "start": 400.36, + "end": 400.5, + "confidence": 0.99365234375 + }, + { + "word": " agreement,", + "start": 400.5, + "end": 400.84, + "confidence": 0.99365234375 + }, + { + "word": " headmaster,", + "start": 401.18, + "end": 401.74, + "confidence": 0.665771484375 + }, + { + "word": " I", + "start": 401.92, + "end": 401.96, + "confidence": 0.974609375 + }, + { + "word": " place", + "start": 401.96, + "end": 402.18, + "confidence": 0.97265625 + }, + { + "word": " them", + "start": 402.18, + "end": 402.38, + "confidence": 0.9921875 + }, + { + "word": " in", + "start": 402.38, + "end": 402.46, + "confidence": 0.99560546875 + }, + { + "word": " your", + "start": 402.46, + "end": 402.56, + "confidence": 0.9912109375 + }, + { + "word": " charge,", + "start": 402.56, + "end": 403.04, + "confidence": 0.99658203125 + }, + { + "word": " see", + "start": 403.32, + "end": 403.5, + "confidence": 0.97998046875 + }, + { + "word": " that", + "start": 403.5, + "end": 403.64, + "confidence": 0.98974609375 + }, + { + "word": " they", + "start": 403.64, + "end": 403.78, + "confidence": 0.99560546875 + }, + { + "word": " are", + "start": 403.78, + "end": 403.86, + "confidence": 0.9873046875 + }, + { + "word": " given", + "start": 403.86, + "end": 404.08, + "confidence": 0.96240234375 + } + ] + }, + { + "id": 109, + "start": 404.08, + "end": 405.96, + "text": " fair latitude to prove their word.", + "words": [ + { + "word": " fair", + "start": 404.08, + "end": 404.44, + "confidence": 0.9912109375 + }, + { + "word": " latitude", + "start": 404.44, + "end": 404.88, + "confidence": 0.9541015625 + }, + { + "word": " to", + "start": 404.88, + "end": 405.18, + "confidence": 0.99609375 + }, + { + "word": " prove", + "start": 405.18, + "end": 405.42, + "confidence": 0.99169921875 + }, + { + "word": " their", + "start": 405.42, + "end": 405.64, + "confidence": 0.99755859375 + }, + { + "word": " word.", + "start": 405.64, + "end": 405.96, + "confidence": 0.97265625 + } + ] + }, + { + "id": 110, + "start": 407.22, + "end": 409.96, + "text": " Aragast quietly shook his head but remained silent.", + "words": [ + { + "word": " Aragast", + "start": 407.22, + "end": 407.66, + "confidence": 0.55389404296875 + }, + { + "word": " quietly", + "start": 407.66, + "end": 408.1, + "confidence": 0.98388671875 + }, + { + "word": " shook", + "start": 408.1, + "end": 408.34, + "confidence": 0.99951171875 + }, + { + "word": " his", + "start": 408.34, + "end": 408.56, + "confidence": 0.99658203125 + }, + { + "word": " head", + "start": 408.56, + "end": 408.78, + "confidence": 0.99853515625 + }, + { + "word": " but", + "start": 408.78, + "end": 409.02, + "confidence": 0.55322265625 + }, + { + "word": " remained", + "start": 409.02, + "end": 409.34, + "confidence": 0.9892578125 + }, + { + "word": " silent.", + "start": 409.34, + "end": 409.96, + "confidence": 0.99658203125 + } + ] + }, + { + "id": 111, + "start": 411.2, + "end": 415.1, + "text": " Rest assured, my friend said, Woo, they shall have every opportunity to do so.", + "words": [ + { + "word": " Rest", + "start": 411.2, + "end": 411.32, + "confidence": 0.1494140625 + }, + { + "word": " assured,", + "start": 411.32, + "end": 411.68, + "confidence": 0.99755859375 + }, + { + "word": " my", + "start": 411.88, + "end": 411.94, + "confidence": 0.86279296875 + }, + { + "word": " friend", + "start": 411.94, + "end": 412.26, + "confidence": 0.994140625 + }, + { + "word": " said,", + "start": 412.26, + "end": 412.64, + "confidence": 0.2120361328125 + }, + { + "word": " Woo,", + "start": 412.78, + "end": 412.86, + "confidence": 0.032196044921875 + }, + { + "word": " they", + "start": 413.12, + "end": 413.2, + "confidence": 0.9306640625 + }, + { + "word": " shall", + "start": 413.2, + "end": 413.34, + "confidence": 0.98779296875 + }, + { + "word": " have", + "start": 413.34, + "end": 413.52, + "confidence": 0.998046875 + }, + { + "word": " every", + "start": 413.52, + "end": 413.84, + "confidence": 0.98974609375 + }, + { + "word": " opportunity", + "start": 413.84, + "end": 414.42, + "confidence": 0.9970703125 + }, + { + "word": " to", + "start": 414.42, + "end": 414.68, + "confidence": 0.99658203125 + }, + { + "word": " do", + "start": 414.68, + "end": 414.82, + "confidence": 0.9951171875 + }, + { + "word": " so.", + "start": 414.82, + "end": 415.1, + "confidence": 0.9990234375 + } + ] + }, + { + "id": 112, + "start": 415.64, + "end": 418.62, + "text": " He then addressed his two charges and asked, where do you two come from?", + "words": [ + { + "word": " He", + "start": 415.64, + "end": 415.78, + "confidence": 0.994140625 + }, + { + "word": " then", + "start": 415.78, + "end": 415.9, + "confidence": 0.99072265625 + }, + { + "word": " addressed", + "start": 415.9, + "end": 416.14, + "confidence": 0.98681640625 + }, + { + "word": " his", + "start": 416.14, + "end": 416.42, + "confidence": 0.990234375 + }, + { + "word": " two", + "start": 416.42, + "end": 416.6, + "confidence": 0.9873046875 + }, + { + "word": " charges", + "start": 416.6, + "end": 417, + "confidence": 0.99365234375 + }, + { + "word": " and", + "start": 417, + "end": 417.22, + "confidence": 0.94677734375 + }, + { + "word": " asked,", + "start": 417.22, + "end": 417.56, + "confidence": 0.97900390625 + }, + { + "word": " where", + "start": 417.78, + "end": 417.86, + "confidence": 0.42333984375 + }, + { + "word": " do", + "start": 417.86, + "end": 417.94, + "confidence": 0.9765625 + }, + { + "word": " you", + "start": 417.94, + "end": 418.04, + "confidence": 0.99609375 + }, + { + "word": " two", + "start": 418.04, + "end": 418.18, + "confidence": 0.43212890625 + }, + { + "word": " come", + "start": 418.18, + "end": 418.38, + "confidence": 0.9951171875 + }, + { + "word": " from?", + "start": 418.38, + "end": 418.62, + "confidence": 0.998046875 + } + ] + }, + { + "id": 113, + "start": 419.7, + "end": 423.92, + "text": " Most recently we came here from the forest of memories far to the northwest of your empire.", + "words": [ + { + "word": " Most", + "start": 419.7, + "end": 419.9, + "confidence": 0.95361328125 + }, + { + "word": " recently", + "start": 419.9, + "end": 420.3, + "confidence": 0.99658203125 + }, + { + "word": " we", + "start": 420.3, + "end": 420.5, + "confidence": 0.71630859375 + }, + { + "word": " came", + "start": 420.5, + "end": 420.68, + "confidence": 0.99658203125 + }, + { + "word": " here", + "start": 420.68, + "end": 420.92, + "confidence": 0.98583984375 + }, + { + "word": " from", + "start": 420.92, + "end": 421.1, + "confidence": 0.98583984375 + }, + { + "word": " the", + "start": 421.1, + "end": 421.2, + "confidence": 0.9912109375 + }, + { + "word": " forest", + "start": 421.2, + "end": 421.48, + "confidence": 0.716796875 + }, + { + "word": " of", + "start": 421.48, + "end": 421.7, + "confidence": 0.99658203125 + }, + { + "word": " memories", + "start": 421.7, + "end": 421.98, + "confidence": 0.8173828125 + }, + { + "word": " far", + "start": 421.98, + "end": 422.52, + "confidence": 0.60888671875 + }, + { + "word": " to", + "start": 422.52, + "end": 422.7, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 422.7, + "end": 422.8, + "confidence": 0.9970703125 + }, + { + "word": " northwest", + "start": 422.8, + "end": 423.14, + "confidence": 0.84619140625 + }, + { + "word": " of", + "start": 423.14, + "end": 423.42, + "confidence": 0.998046875 + }, + { + "word": " your", + "start": 423.42, + "end": 423.52, + "confidence": 0.99560546875 + }, + { + "word": " empire.", + "start": 423.52, + "end": 423.92, + "confidence": 0.88525390625 + } + ] + }, + { + "id": 114, + "start": 424.58, + "end": 428.58, + "text": " We spent the last year there barely surviving, though we were able to make a good name for", + "words": [ + { + "word": " We", + "start": 424.58, + "end": 424.76, + "confidence": 0.9970703125 + }, + { + "word": " spent", + "start": 424.76, + "end": 424.98, + "confidence": 0.99853515625 + }, + { + "word": " the", + "start": 424.98, + "end": 425.12, + "confidence": 0.99755859375 + }, + { + "word": " last", + "start": 425.12, + "end": 425.34, + "confidence": 0.99951171875 + }, + { + "word": " year", + "start": 425.34, + "end": 425.56, + "confidence": 0.998046875 + }, + { + "word": " there", + "start": 425.56, + "end": 425.84, + "confidence": 0.99755859375 + }, + { + "word": " barely", + "start": 425.84, + "end": 426.28, + "confidence": 0.6630859375 + }, + { + "word": " surviving,", + "start": 426.28, + "end": 426.88, + "confidence": 0.99853515625 + }, + { + "word": " though", + "start": 427.12, + "end": 427.24, + "confidence": 0.97900390625 + }, + { + "word": " we", + "start": 427.24, + "end": 427.38, + "confidence": 0.9921875 + }, + { + "word": " were", + "start": 427.38, + "end": 427.46, + "confidence": 0.9970703125 + }, + { + "word": " able", + "start": 427.46, + "end": 427.64, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 427.64, + "end": 427.76, + "confidence": 0.99658203125 + }, + { + "word": " make", + "start": 427.76, + "end": 427.88, + "confidence": 0.9970703125 + }, + { + "word": " a", + "start": 427.88, + "end": 428, + "confidence": 0.99169921875 + }, + { + "word": " good", + "start": 428, + "end": 428.14, + "confidence": 0.998046875 + }, + { + "word": " name", + "start": 428.14, + "end": 428.36, + "confidence": 0.998046875 + }, + { + "word": " for", + "start": 428.36, + "end": 428.58, + "confidence": 0.99755859375 + } + ] + }, + { + "id": 115, + "start": 428.58, + "end": 430.5, + "text": " ourselves there, answered Barra's.", + "words": [ + { + "word": " ourselves", + "start": 428.58, + "end": 428.9, + "confidence": 0.974609375 + }, + { + "word": " there,", + "start": 428.9, + "end": 429.28, + "confidence": 0.99267578125 + }, + { + "word": " answered", + "start": 429.6, + "end": 429.88, + "confidence": 0.95703125 + }, + { + "word": " Barra's.", + "start": 429.88, + "end": 430.5, + "confidence": 0.5354410807291666 + } + ] + }, + { + "id": 116, + "start": 431.48, + "end": 434.28, + "text": " Then why come here, asked Aragast with a hint of hatred?", + "words": [ + { + "word": " Then", + "start": 431.48, + "end": 431.7, + "confidence": 0.9736328125 + }, + { + "word": " why", + "start": 431.7, + "end": 431.88, + "confidence": 0.66162109375 + }, + { + "word": " come", + "start": 431.88, + "end": 432.06, + "confidence": 0.9970703125 + }, + { + "word": " here,", + "start": 432.06, + "end": 432.36, + "confidence": 0.99755859375 + }, + { + "word": " asked", + "start": 432.58, + "end": 432.8, + "confidence": 0.931640625 + }, + { + "word": " Aragast", + "start": 432.8, + "end": 433.4, + "confidence": 0.9632161458333334 + }, + { + "word": " with", + "start": 433.4, + "end": 433.56, + "confidence": 0.978515625 + }, + { + "word": " a", + "start": 433.56, + "end": 433.66, + "confidence": 0.99072265625 + }, + { + "word": " hint", + "start": 433.66, + "end": 433.78, + "confidence": 0.9990234375 + }, + { + "word": " of", + "start": 433.78, + "end": 433.98, + "confidence": 0.99755859375 + }, + { + "word": " hatred?", + "start": 433.98, + "end": 434.28, + "confidence": 0.97998046875 + } + ] + }, + { + "id": 117, + "start": 434.28, + "end": 437.06, + "text": " If things were going well, why come all the way here?", + "words": [ + { + "word": " If", + "start": 434.28, + "end": 434.86, + "confidence": 0.321533203125 + }, + { + "word": " things", + "start": 434.86, + "end": 435.08, + "confidence": 0.97509765625 + }, + { + "word": " were", + "start": 435.08, + "end": 435.24, + "confidence": 0.9912109375 + }, + { + "word": " going", + "start": 435.24, + "end": 435.5, + "confidence": 0.998046875 + }, + { + "word": " well,", + "start": 435.5, + "end": 435.86, + "confidence": 0.99267578125 + }, + { + "word": " why", + "start": 436.04, + "end": 436.1, + "confidence": 0.96875 + }, + { + "word": " come", + "start": 436.1, + "end": 436.34, + "confidence": 0.99365234375 + }, + { + "word": " all", + "start": 436.34, + "end": 436.5, + "confidence": 0.990234375 + }, + { + "word": " the", + "start": 436.5, + "end": 436.6, + "confidence": 0.9970703125 + }, + { + "word": " way", + "start": 436.6, + "end": 436.76, + "confidence": 0.9990234375 + }, + { + "word": " here?", + "start": 436.76, + "end": 437.06, + "confidence": 0.9931640625 + } + ] + }, + { + "id": 118, + "start": 438.2, + "end": 439.32, + "text": " Barra's cleared at the elf.", + "words": [ + { + "word": " Barra's", + "start": 438.2, + "end": 438.6, + "confidence": 0.23056538899739584 + }, + { + "word": " cleared", + "start": 438.6, + "end": 438.76, + "confidence": 0.2147216796875 + }, + { + "word": " at", + "start": 438.76, + "end": 438.94, + "confidence": 0.82568359375 + }, + { + "word": " the", + "start": 438.94, + "end": 439.06, + "confidence": 0.96826171875 + }, + { + "word": " elf.", + "start": 439.06, + "end": 439.32, + "confidence": 0.3017578125 + } + ] + }, + { + "id": 119, + "start": 439.78, + "end": 443.88, + "text": " As I said, we came to find an opportunity to build a life for ourselves based on fulfillment", + "words": [ + { + "word": " As", + "start": 439.78, + "end": 439.9, + "confidence": 0.95849609375 + }, + { + "word": " I", + "start": 439.9, + "end": 440, + "confidence": 0.986328125 + }, + { + "word": " said,", + "start": 440, + "end": 440.22, + "confidence": 0.998046875 + }, + { + "word": " we", + "start": 440.34, + "end": 440.36, + "confidence": 0.9609375 + }, + { + "word": " came", + "start": 440.36, + "end": 440.56, + "confidence": 0.9931640625 + }, + { + "word": " to", + "start": 440.56, + "end": 440.68, + "confidence": 0.9970703125 + }, + { + "word": " find", + "start": 440.68, + "end": 440.88, + "confidence": 0.99462890625 + }, + { + "word": " an", + "start": 440.88, + "end": 441, + "confidence": 0.9912109375 + }, + { + "word": " opportunity", + "start": 441, + "end": 441.44, + "confidence": 0.9970703125 + }, + { + "word": " to", + "start": 441.44, + "end": 441.8, + "confidence": 0.96728515625 + }, + { + "word": " build", + "start": 441.8, + "end": 441.98, + "confidence": 0.9970703125 + }, + { + "word": " a", + "start": 441.98, + "end": 442.1, + "confidence": 0.99609375 + }, + { + "word": " life", + "start": 442.1, + "end": 442.3, + "confidence": 0.9970703125 + }, + { + "word": " for", + "start": 442.3, + "end": 442.52, + "confidence": 0.99560546875 + }, + { + "word": " ourselves", + "start": 442.52, + "end": 442.88, + "confidence": 0.98388671875 + }, + { + "word": " based", + "start": 442.88, + "end": 443.24, + "confidence": 0.94140625 + }, + { + "word": " on", + "start": 443.24, + "end": 443.4, + "confidence": 0.99755859375 + }, + { + "word": " fulfillment", + "start": 443.4, + "end": 443.88, + "confidence": 0.9306640625 + } + ] + }, + { + "id": 120, + "start": 443.88, + "end": 446.08, + "text": " and accomplishment and not just mere survival.", + "words": [ + { + "word": " and", + "start": 443.88, + "end": 444.08, + "confidence": 0.97607421875 + }, + { + "word": " accomplishment", + "start": 444.08, + "end": 444.58, + "confidence": 0.99462890625 + }, + { + "word": " and", + "start": 444.58, + "end": 445, + "confidence": 0.787109375 + }, + { + "word": " not", + "start": 445, + "end": 445.14, + "confidence": 0.99853515625 + }, + { + "word": " just", + "start": 445.14, + "end": 445.36, + "confidence": 0.99462890625 + }, + { + "word": " mere", + "start": 445.36, + "end": 445.54, + "confidence": 0.986328125 + }, + { + "word": " survival.", + "start": 445.54, + "end": 446.08, + "confidence": 0.99853515625 + } + ] + }, + { + "id": 121, + "start": 446.42, + "end": 450.34, + "text": " We were stagnating in that place, while we had been treated fairly by its inhabitants there", + "words": [ + { + "word": " We", + "start": 446.42, + "end": 446.54, + "confidence": 0.9921875 + }, + { + "word": " were", + "start": 446.54, + "end": 446.64, + "confidence": 0.99658203125 + }, + { + "word": " stagnating", + "start": 446.64, + "end": 447.2, + "confidence": 0.991455078125 + }, + { + "word": " in", + "start": 447.2, + "end": 447.34, + "confidence": 0.9970703125 + }, + { + "word": " that", + "start": 447.34, + "end": 447.48, + "confidence": 0.99755859375 + }, + { + "word": " place,", + "start": 447.48, + "end": 447.86, + "confidence": 0.99853515625 + }, + { + "word": " while", + "start": 448.06, + "end": 448.2, + "confidence": 0.95947265625 + }, + { + "word": " we", + "start": 448.2, + "end": 448.32, + "confidence": 0.998046875 + }, + { + "word": " had", + "start": 448.32, + "end": 448.4, + "confidence": 0.98388671875 + }, + { + "word": " been", + "start": 448.4, + "end": 448.48, + "confidence": 0.99072265625 + }, + { + "word": " treated", + "start": 448.48, + "end": 448.76, + "confidence": 0.99755859375 + }, + { + "word": " fairly", + "start": 448.76, + "end": 449.16, + "confidence": 0.98583984375 + }, + { + "word": " by", + "start": 449.16, + "end": 449.4, + "confidence": 0.998046875 + }, + { + "word": " its", + "start": 449.4, + "end": 449.56, + "confidence": 0.93505859375 + }, + { + "word": " inhabitants", + "start": 449.56, + "end": 450.04, + "confidence": 0.998046875 + }, + { + "word": " there", + "start": 450.04, + "end": 450.34, + "confidence": 0.1820068359375 + } + ] + }, + { + "id": 122, + "start": 450.34, + "end": 454.54, + "text": " was nothing there for us, so we came here in hopes of gaining experience and the chance", + "words": [ + { + "word": " was", + "start": 450.34, + "end": 450.46, + "confidence": 0.99609375 + }, + { + "word": " nothing", + "start": 450.46, + "end": 450.7, + "confidence": 0.998046875 + }, + { + "word": " there", + "start": 450.7, + "end": 450.9, + "confidence": 0.9912109375 + }, + { + "word": " for", + "start": 450.9, + "end": 451.12, + "confidence": 0.99462890625 + }, + { + "word": " us,", + "start": 451.12, + "end": 451.36, + "confidence": 0.99853515625 + }, + { + "word": " so", + "start": 451.54, + "end": 451.68, + "confidence": 0.98876953125 + }, + { + "word": " we", + "start": 451.68, + "end": 451.86, + "confidence": 0.99169921875 + }, + { + "word": " came", + "start": 451.86, + "end": 452.06, + "confidence": 0.998046875 + }, + { + "word": " here", + "start": 452.06, + "end": 452.4, + "confidence": 0.99658203125 + }, + { + "word": " in", + "start": 452.4, + "end": 452.62, + "confidence": 0.8955078125 + }, + { + "word": " hopes", + "start": 452.62, + "end": 452.84, + "confidence": 0.9951171875 + }, + { + "word": " of", + "start": 452.84, + "end": 453.04, + "confidence": 0.99853515625 + }, + { + "word": " gaining", + "start": 453.04, + "end": 453.22, + "confidence": 0.99658203125 + }, + { + "word": " experience", + "start": 453.22, + "end": 453.94, + "confidence": 0.994140625 + }, + { + "word": " and", + "start": 453.94, + "end": 454.24, + "confidence": 0.9501953125 + }, + { + "word": " the", + "start": 454.24, + "end": 454.34, + "confidence": 0.95654296875 + }, + { + "word": " chance", + "start": 454.34, + "end": 454.54, + "confidence": 0.99658203125 + } + ] + }, + { + "id": 123, + "start": 454.54, + "end": 456.4, + "text": " to truly change our lives for the better.", + "words": [ + { + "word": " to", + "start": 454.54, + "end": 454.76, + "confidence": 0.99853515625 + }, + { + "word": " truly", + "start": 454.76, + "end": 455.06, + "confidence": 0.99951171875 + }, + { + "word": " change", + "start": 455.06, + "end": 455.38, + "confidence": 0.99609375 + }, + { + "word": " our", + "start": 455.38, + "end": 455.54, + "confidence": 0.9970703125 + }, + { + "word": " lives", + "start": 455.54, + "end": 455.84, + "confidence": 0.99951171875 + }, + { + "word": " for", + "start": 455.84, + "end": 456.06, + "confidence": 0.9951171875 + }, + { + "word": " the", + "start": 456.06, + "end": 456.16, + "confidence": 0.994140625 + }, + { + "word": " better.", + "start": 456.16, + "end": 456.4, + "confidence": 0.9990234375 + } + ] + }, + { + "id": 124, + "start": 457.5, + "end": 459.16, + "text": " The dark elf exhale deeply.", + "words": [ + { + "word": " The", + "start": 457.5, + "end": 457.7, + "confidence": 0.87548828125 + }, + { + "word": " dark", + "start": 457.7, + "end": 457.88, + "confidence": 0.5869140625 + }, + { + "word": " elf", + "start": 457.88, + "end": 458.14, + "confidence": 0.5419921875 + }, + { + "word": " exhale", + "start": 458.14, + "end": 458.56, + "confidence": 0.275146484375 + }, + { + "word": " deeply.", + "start": 458.56, + "end": 459.16, + "confidence": 0.9833984375 + } + ] + }, + { + "id": 125, + "start": 459.72, + "end": 463.84, + "text": " I realize that it will not be easy to gain your trust or that of your people, but we are", + "words": [ + { + "word": " I", + "start": 459.72, + "end": 459.9, + "confidence": 0.9619140625 + }, + { + "word": " realize", + "start": 459.9, + "end": 460.24, + "confidence": 0.7626953125 + }, + { + "word": " that", + "start": 460.24, + "end": 460.52, + "confidence": 0.9794921875 + }, + { + "word": " it", + "start": 460.52, + "end": 460.6, + "confidence": 0.9892578125 + }, + { + "word": " will", + "start": 460.6, + "end": 460.7, + "confidence": 0.98876953125 + }, + { + "word": " not", + "start": 460.7, + "end": 460.86, + "confidence": 0.99853515625 + }, + { + "word": " be", + "start": 460.86, + "end": 461.06, + "confidence": 0.998046875 + }, + { + "word": " easy", + "start": 461.06, + "end": 461.36, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 461.36, + "end": 461.52, + "confidence": 0.9990234375 + }, + { + "word": " gain", + "start": 461.52, + "end": 461.68, + "confidence": 0.99462890625 + }, + { + "word": " your", + "start": 461.68, + "end": 461.86, + "confidence": 0.99365234375 + }, + { + "word": " trust", + "start": 461.86, + "end": 462.2, + "confidence": 0.99853515625 + }, + { + "word": " or", + "start": 462.2, + "end": 462.48, + "confidence": 0.78564453125 + }, + { + "word": " that", + "start": 462.48, + "end": 462.64, + "confidence": 0.99365234375 + }, + { + "word": " of", + "start": 462.64, + "end": 462.8, + "confidence": 0.99658203125 + }, + { + "word": " your", + "start": 462.8, + "end": 462.88, + "confidence": 0.99169921875 + }, + { + "word": " people,", + "start": 462.88, + "end": 463.2, + "confidence": 0.998046875 + }, + { + "word": " but", + "start": 463.46, + "end": 463.58, + "confidence": 0.994140625 + }, + { + "word": " we", + "start": 463.58, + "end": 463.72, + "confidence": 0.9951171875 + }, + { + "word": " are", + "start": 463.72, + "end": 463.84, + "confidence": 0.97314453125 + } + ] + }, + { + "id": 126, + "start": 463.84, + "end": 465.98, + "text": " eager for the opportunity to prove our worth.", + "words": [ + { + "word": " eager", + "start": 463.84, + "end": 464.12, + "confidence": 0.4033203125 + }, + { + "word": " for", + "start": 464.12, + "end": 464.34, + "confidence": 0.98486328125 + }, + { + "word": " the", + "start": 464.34, + "end": 464.46, + "confidence": 0.966796875 + }, + { + "word": " opportunity", + "start": 464.46, + "end": 464.88, + "confidence": 0.994140625 + }, + { + "word": " to", + "start": 464.88, + "end": 465.18, + "confidence": 0.9970703125 + }, + { + "word": " prove", + "start": 465.18, + "end": 465.42, + "confidence": 0.98486328125 + }, + { + "word": " our", + "start": 465.42, + "end": 465.58, + "confidence": 0.9814453125 + }, + { + "word": " worth.", + "start": 465.58, + "end": 465.98, + "confidence": 0.99560546875 + } + ] + }, + { + "id": 127, + "start": 466.88, + "end": 470.5, + "text": " Fairly said, encouraged wew with a nod, and you shall have that opportunity.", + "words": [ + { + "word": " Fairly", + "start": 466.88, + "end": 467.3, + "confidence": 0.97119140625 + }, + { + "word": " said,", + "start": 467.3, + "end": 467.6, + "confidence": 0.99658203125 + }, + { + "word": " encouraged", + "start": 467.78, + "end": 468.18, + "confidence": 0.564453125 + }, + { + "word": " wew", + "start": 468.18, + "end": 468.46, + "confidence": 0.376220703125 + }, + { + "word": " with", + "start": 468.46, + "end": 468.58, + "confidence": 0.89306640625 + }, + { + "word": " a", + "start": 468.58, + "end": 468.64, + "confidence": 0.779296875 + }, + { + "word": " nod,", + "start": 468.64, + "end": 468.86, + "confidence": 0.95068359375 + }, + { + "word": " and", + "start": 469.24, + "end": 469.3, + "confidence": 0.923828125 + }, + { + "word": " you", + "start": 469.3, + "end": 469.4, + "confidence": 0.97607421875 + }, + { + "word": " shall", + "start": 469.4, + "end": 469.54, + "confidence": 0.98583984375 + }, + { + "word": " have", + "start": 469.54, + "end": 469.74, + "confidence": 0.998046875 + }, + { + "word": " that", + "start": 469.74, + "end": 469.94, + "confidence": 0.98876953125 + }, + { + "word": " opportunity.", + "start": 469.94, + "end": 470.5, + "confidence": 0.99658203125 + } + ] + }, + { + "id": 128, + "start": 471.06, + "end": 475.3, + "text": " He walked to a long braided rope and pulled, soon a knock sounded and an attendant opened", + "words": [ + { + "word": " He", + "start": 471.06, + "end": 471.14, + "confidence": 0.9541015625 + }, + { + "word": " walked", + "start": 471.14, + "end": 471.32, + "confidence": 0.978515625 + }, + { + "word": " to", + "start": 471.32, + "end": 471.52, + "confidence": 0.9951171875 + }, + { + "word": " a", + "start": 471.52, + "end": 471.62, + "confidence": 0.9853515625 + }, + { + "word": " long", + "start": 471.62, + "end": 471.84, + "confidence": 0.9970703125 + }, + { + "word": " braided", + "start": 471.84, + "end": 472.28, + "confidence": 0.873046875 + }, + { + "word": " rope", + "start": 472.28, + "end": 472.5, + "confidence": 0.90234375 + }, + { + "word": " and", + "start": 472.5, + "end": 472.74, + "confidence": 0.93603515625 + }, + { + "word": " pulled,", + "start": 472.74, + "end": 472.98, + "confidence": 0.974609375 + }, + { + "word": " soon", + "start": 473.44, + "end": 473.56, + "confidence": 0.96435546875 + }, + { + "word": " a", + "start": 473.56, + "end": 473.7, + "confidence": 0.8720703125 + }, + { + "word": " knock", + "start": 473.7, + "end": 473.84, + "confidence": 0.53173828125 + }, + { + "word": " sounded", + "start": 473.84, + "end": 474.28, + "confidence": 0.97998046875 + }, + { + "word": " and", + "start": 474.28, + "end": 474.5, + "confidence": 0.6064453125 + }, + { + "word": " an", + "start": 474.5, + "end": 474.62, + "confidence": 0.95703125 + }, + { + "word": " attendant", + "start": 474.62, + "end": 474.96, + "confidence": 0.9892578125 + }, + { + "word": " opened", + "start": 474.96, + "end": 475.3, + "confidence": 0.98583984375 + } + ] + }, + { + "id": 129, + "start": 475.3, + "end": 475.7, + "text": " the door.", + "words": [ + { + "word": " the", + "start": 475.3, + "end": 475.48, + "confidence": 0.99658203125 + }, + { + "word": " door.", + "start": 475.48, + "end": 475.7, + "confidence": 0.9990234375 + } + ] + }, + { + "id": 130, + "start": 476.86, + "end": 482.06, + "text": " You rang headmaster of the attendant asked, yes, meeing please arrange quarters for our", + "words": [ + { + "word": " You", + "start": 476.86, + "end": 477.04, + "confidence": 0.53271484375 + }, + { + "word": " rang", + "start": 477.04, + "end": 477.3, + "confidence": 0.95703125 + }, + { + "word": " headmaster", + "start": 477.3, + "end": 477.98, + "confidence": 0.79052734375 + }, + { + "word": " of", + "start": 477.98, + "end": 478.22, + "confidence": 0.61572265625 + }, + { + "word": " the", + "start": 478.22, + "end": 478.28, + "confidence": 0.98974609375 + }, + { + "word": " attendant", + "start": 478.28, + "end": 478.62, + "confidence": 0.978515625 + }, + { + "word": " asked,", + "start": 478.62, + "end": 479.16, + "confidence": 0.91650390625 + }, + { + "word": " yes,", + "start": 480.2, + "end": 480.42, + "confidence": 0.1341552734375 + }, + { + "word": " meeing", + "start": 480.6, + "end": 480.78, + "confidence": 0.33538818359375 + }, + { + "word": " please", + "start": 480.78, + "end": 481, + "confidence": 0.76806640625 + }, + { + "word": " arrange", + "start": 481, + "end": 481.36, + "confidence": 0.97509765625 + }, + { + "word": " quarters", + "start": 481.36, + "end": 481.72, + "confidence": 0.978515625 + }, + { + "word": " for", + "start": 481.72, + "end": 481.96, + "confidence": 0.99365234375 + }, + { + "word": " our", + "start": 481.96, + "end": 482.06, + "confidence": 0.986328125 + } + ] + }, + { + "id": 131, + "start": 482.06, + "end": 484.14, + "text": " two guests here and see to their comforts.", + "words": [ + { + "word": " two", + "start": 482.06, + "end": 482.22, + "confidence": 0.966796875 + }, + { + "word": " guests", + "start": 482.22, + "end": 482.48, + "confidence": 0.9951171875 + }, + { + "word": " here", + "start": 482.48, + "end": 482.8, + "confidence": 0.98583984375 + }, + { + "word": " and", + "start": 482.8, + "end": 483, + "confidence": 0.921875 + }, + { + "word": " see", + "start": 483, + "end": 483.18, + "confidence": 0.78466796875 + }, + { + "word": " to", + "start": 483.18, + "end": 483.34, + "confidence": 0.984375 + }, + { + "word": " their", + "start": 483.34, + "end": 483.48, + "confidence": 0.994140625 + }, + { + "word": " comforts.", + "start": 483.48, + "end": 484.14, + "confidence": 0.97509765625 + } + ] + }, + { + "id": 132, + "start": 484.52, + "end": 488.82, + "text": " However, they are allowed access only to the library and main rooms, but must be escorted", + "words": [ + { + "word": " However,", + "start": 484.52, + "end": 484.74, + "confidence": 0.9931640625 + }, + { + "word": " they", + "start": 484.96, + "end": 485.06, + "confidence": 0.9951171875 + }, + { + "word": " are", + "start": 485.06, + "end": 485.18, + "confidence": 0.98876953125 + }, + { + "word": " allowed", + "start": 485.18, + "end": 485.4, + "confidence": 0.99072265625 + }, + { + "word": " access", + "start": 485.4, + "end": 485.82, + "confidence": 0.99658203125 + }, + { + "word": " only", + "start": 485.82, + "end": 486.18, + "confidence": 0.98828125 + }, + { + "word": " to", + "start": 486.18, + "end": 486.36, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 486.36, + "end": 486.48, + "confidence": 0.99462890625 + }, + { + "word": " library", + "start": 486.48, + "end": 486.86, + "confidence": 0.88427734375 + }, + { + "word": " and", + "start": 486.86, + "end": 487.14, + "confidence": 0.402587890625 + }, + { + "word": " main", + "start": 487.14, + "end": 487.32, + "confidence": 0.92626953125 + }, + { + "word": " rooms,", + "start": 487.32, + "end": 487.76, + "confidence": 0.9677734375 + }, + { + "word": " but", + "start": 487.9, + "end": 487.98, + "confidence": 0.99658203125 + }, + { + "word": " must", + "start": 487.98, + "end": 488.16, + "confidence": 0.99951171875 + }, + { + "word": " be", + "start": 488.16, + "end": 488.38, + "confidence": 0.998046875 + }, + { + "word": " escorted", + "start": 488.38, + "end": 488.82, + "confidence": 0.9833984375 + } + ] + }, + { + "id": 133, + "start": 488.82, + "end": 489.54, + "text": " at all times.", + "words": [ + { + "word": " at", + "start": 488.82, + "end": 489.02, + "confidence": 0.9912109375 + }, + { + "word": " all", + "start": 489.02, + "end": 489.16, + "confidence": 0.99609375 + }, + { + "word": " times.", + "start": 489.16, + "end": 489.54, + "confidence": 0.9970703125 + } + ] + }, + { + "id": 134, + "start": 489.96, + "end": 491.8, + "text": " I will provide further instructions later.", + "words": [ + { + "word": " I", + "start": 489.96, + "end": 490.04, + "confidence": 0.99462890625 + }, + { + "word": " will", + "start": 490.04, + "end": 490.12, + "confidence": 0.99267578125 + }, + { + "word": " provide", + "start": 490.12, + "end": 490.4, + "confidence": 0.99658203125 + }, + { + "word": " further", + "start": 490.4, + "end": 490.78, + "confidence": 0.998046875 + }, + { + "word": " instructions", + "start": 490.78, + "end": 491.34, + "confidence": 0.99267578125 + }, + { + "word": " later.", + "start": 491.34, + "end": 491.8, + "confidence": 0.99072265625 + } + ] + }, + { + "id": 135, + "start": 492.56, + "end": 496.78, + "text": " The woman looked at the two strangers with concern as they quickly covered their faces", + "words": [ + { + "word": " The", + "start": 492.56, + "end": 493.04, + "confidence": 0.32861328125 + }, + { + "word": " woman", + "start": 493.04, + "end": 493.26, + "confidence": 0.94384765625 + }, + { + "word": " looked", + "start": 493.26, + "end": 493.54, + "confidence": 0.990234375 + }, + { + "word": " at", + "start": 493.54, + "end": 493.64, + "confidence": 0.99853515625 + }, + { + "word": " the", + "start": 493.64, + "end": 493.76, + "confidence": 0.99365234375 + }, + { + "word": " two", + "start": 493.76, + "end": 493.94, + "confidence": 0.99072265625 + }, + { + "word": " strangers", + "start": 493.94, + "end": 494.34, + "confidence": 0.9892578125 + }, + { + "word": " with", + "start": 494.34, + "end": 494.66, + "confidence": 0.9521484375 + }, + { + "word": " concern", + "start": 494.66, + "end": 495.1, + "confidence": 0.9970703125 + }, + { + "word": " as", + "start": 495.1, + "end": 495.44, + "confidence": 0.89306640625 + }, + { + "word": " they", + "start": 495.44, + "end": 495.56, + "confidence": 0.998046875 + }, + { + "word": " quickly", + "start": 495.56, + "end": 495.86, + "confidence": 0.99853515625 + }, + { + "word": " covered", + "start": 495.86, + "end": 496.2, + "confidence": 0.99609375 + }, + { + "word": " their", + "start": 496.2, + "end": 496.4, + "confidence": 0.99560546875 + }, + { + "word": " faces", + "start": 496.4, + "end": 496.78, + "confidence": 0.99755859375 + } + ] + }, + { + "id": 136, + "start": 496.78, + "end": 498.1, + "text": " with their hoods.", + "words": [ + { + "word": " with", + "start": 496.78, + "end": 497.04, + "confidence": 0.9951171875 + }, + { + "word": " their", + "start": 497.04, + "end": 497.22, + "confidence": 0.9970703125 + }, + { + "word": " hoods.", + "start": 497.22, + "end": 498.1, + "confidence": 0.965087890625 + } + ] + }, + { + "id": 137, + "start": 498.1, + "end": 500.18, + "text": " Yes, headmaster, I will see to it.", + "words": [ + { + "word": " Yes,", + "start": 498.1, + "end": 498.46, + "confidence": 0.121826171875 + }, + { + "word": " headmaster,", + "start": 498.62, + "end": 498.94, + "confidence": 0.650146484375 + }, + { + "word": " I", + "start": 499.4, + "end": 499.48, + "confidence": 0.99609375 + }, + { + "word": " will", + "start": 499.48, + "end": 499.6, + "confidence": 0.98974609375 + }, + { + "word": " see", + "start": 499.6, + "end": 499.82, + "confidence": 0.97705078125 + }, + { + "word": " to", + "start": 499.82, + "end": 500.02, + "confidence": 0.9892578125 + }, + { + "word": " it.", + "start": 500.02, + "end": 500.18, + "confidence": 0.99267578125 + } + ] + }, + { + "id": 138, + "start": 500.5, + "end": 503.36, + "text": " The woman bowed and motioned for the two guests to follow her.", + "words": [ + { + "word": " The", + "start": 500.5, + "end": 500.6, + "confidence": 0.98876953125 + }, + { + "word": " woman", + "start": 500.6, + "end": 500.82, + "confidence": 0.99169921875 + }, + { + "word": " bowed", + "start": 500.82, + "end": 501.34, + "confidence": 0.97509765625 + }, + { + "word": " and", + "start": 501.34, + "end": 501.42, + "confidence": 0.5693359375 + }, + { + "word": " motioned", + "start": 501.42, + "end": 501.94, + "confidence": 0.979248046875 + }, + { + "word": " for", + "start": 501.94, + "end": 502.02, + "confidence": 0.99072265625 + }, + { + "word": " the", + "start": 502.02, + "end": 502.14, + "confidence": 0.99267578125 + }, + { + "word": " two", + "start": 502.14, + "end": 502.32, + "confidence": 0.99560546875 + }, + { + "word": " guests", + "start": 502.32, + "end": 502.54, + "confidence": 0.9912109375 + }, + { + "word": " to", + "start": 502.54, + "end": 502.82, + "confidence": 0.99658203125 + }, + { + "word": " follow", + "start": 502.82, + "end": 503.12, + "confidence": 0.99853515625 + }, + { + "word": " her.", + "start": 503.12, + "end": 503.36, + "confidence": 0.998046875 + } + ] + }, + { + "id": 139, + "start": 504.46, + "end": 508.98, + "text": " Once the door was closed, Jalen exclaimed, by the abyss, a dark elf here on the surface", + "words": [ + { + "word": " Once", + "start": 504.46, + "end": 504.6, + "confidence": 0.93701171875 + }, + { + "word": " the", + "start": 504.6, + "end": 504.76, + "confidence": 0.99755859375 + }, + { + "word": " door", + "start": 504.76, + "end": 504.9, + "confidence": 0.99853515625 + }, + { + "word": " was", + "start": 504.9, + "end": 505.06, + "confidence": 0.9990234375 + }, + { + "word": " closed,", + "start": 505.06, + "end": 505.42, + "confidence": 0.9931640625 + }, + { + "word": " Jalen", + "start": 505.68, + "end": 505.88, + "confidence": 0.66455078125 + }, + { + "word": " exclaimed,", + "start": 505.88, + "end": 506.48, + "confidence": 0.992431640625 + }, + { + "word": " by", + "start": 506.84, + "end": 506.88, + "confidence": 0.406982421875 + }, + { + "word": " the", + "start": 506.88, + "end": 507.04, + "confidence": 0.98828125 + }, + { + "word": " abyss,", + "start": 507.04, + "end": 507.44, + "confidence": 0.8447265625 + }, + { + "word": " a", + "start": 507.62, + "end": 507.66, + "confidence": 0.98388671875 + }, + { + "word": " dark", + "start": 507.66, + "end": 507.84, + "confidence": 0.9736328125 + }, + { + "word": " elf", + "start": 507.84, + "end": 508.12, + "confidence": 0.9736328125 + }, + { + "word": " here", + "start": 508.12, + "end": 508.4, + "confidence": 0.92626953125 + }, + { + "word": " on", + "start": 508.4, + "end": 508.52, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 508.52, + "end": 508.62, + "confidence": 0.99609375 + }, + { + "word": " surface", + "start": 508.62, + "end": 508.98, + "confidence": 0.99755859375 + } + ] + }, + { + "id": 140, + "start": 508.98, + "end": 510.36, + "text": " looking to change his spots.", + "words": [ + { + "word": " looking", + "start": 508.98, + "end": 509.28, + "confidence": 0.8544921875 + }, + { + "word": " to", + "start": 509.28, + "end": 509.5, + "confidence": 0.9990234375 + }, + { + "word": " change", + "start": 509.5, + "end": 509.74, + "confidence": 0.98828125 + }, + { + "word": " his", + "start": 509.74, + "end": 509.92, + "confidence": 0.99365234375 + }, + { + "word": " spots.", + "start": 509.92, + "end": 510.36, + "confidence": 0.9873046875 + } + ] + }, + { + "id": 141, + "start": 510.78, + "end": 513.66, + "text": " The inquisitor shook his head, what is the world coming to?", + "words": [ + { + "word": " The", + "start": 510.78, + "end": 510.88, + "confidence": 0.98974609375 + }, + { + "word": " inquisitor", + "start": 510.88, + "end": 511.36, + "confidence": 0.8971354166666666 + }, + { + "word": " shook", + "start": 511.36, + "end": 511.6, + "confidence": 0.9990234375 + }, + { + "word": " his", + "start": 511.6, + "end": 511.82, + "confidence": 0.998046875 + }, + { + "word": " head,", + "start": 511.82, + "end": 512.1, + "confidence": 0.9990234375 + }, + { + "word": " what", + "start": 512.46, + "end": 512.62, + "confidence": 0.153564453125 + }, + { + "word": " is", + "start": 512.62, + "end": 512.76, + "confidence": 0.99365234375 + }, + { + "word": " the", + "start": 512.76, + "end": 512.88, + "confidence": 0.9970703125 + }, + { + "word": " world", + "start": 512.88, + "end": 513.1, + "confidence": 0.9892578125 + }, + { + "word": " coming", + "start": 513.1, + "end": 513.42, + "confidence": 0.99365234375 + }, + { + "word": " to?", + "start": 513.42, + "end": 513.66, + "confidence": 0.9931640625 + } + ] + }, + { + "id": 142, + "start": 514.54, + "end": 518.86, + "text": " Master Wu, I hope that you've not just destroyed your pretty little academy here, Spat", + "words": [ + { + "word": " Master", + "start": 514.54, + "end": 515.02, + "confidence": 0.66748046875 + }, + { + "word": " Wu,", + "start": 515.02, + "end": 515.22, + "confidence": 0.84326171875 + }, + { + "word": " I", + "start": 515.44, + "end": 515.48, + "confidence": 0.99609375 + }, + { + "word": " hope", + "start": 515.48, + "end": 515.64, + "confidence": 0.99609375 + }, + { + "word": " that", + "start": 515.64, + "end": 515.8, + "confidence": 0.86376953125 + }, + { + "word": " you've", + "start": 515.8, + "end": 516, + "confidence": 0.941162109375 + }, + { + "word": " not", + "start": 516, + "end": 516.08, + "confidence": 0.9912109375 + }, + { + "word": " just", + "start": 516.08, + "end": 516.32, + "confidence": 0.9892578125 + }, + { + "word": " destroyed", + "start": 516.32, + "end": 516.82, + "confidence": 0.99462890625 + }, + { + "word": " your", + "start": 516.82, + "end": 517.02, + "confidence": 0.99267578125 + }, + { + "word": " pretty", + "start": 517.02, + "end": 517.26, + "confidence": 0.9912109375 + }, + { + "word": " little", + "start": 517.26, + "end": 517.54, + "confidence": 0.99560546875 + }, + { + "word": " academy", + "start": 517.54, + "end": 517.96, + "confidence": 0.83251953125 + }, + { + "word": " here,", + "start": 517.96, + "end": 518.3, + "confidence": 0.98046875 + }, + { + "word": " Spat", + "start": 518.58, + "end": 518.86, + "confidence": 0.628173828125 + } + ] + }, + { + "id": 143, + "start": 518.86, + "end": 522.56, + "text": " Faric, nothing good can come from this dark elf or his little friend.", + "words": [ + { + "word": " Faric,", + "start": 518.86, + "end": 519.28, + "confidence": 0.1297760009765625 + }, + { + "word": " nothing", + "start": 519.74, + "end": 519.96, + "confidence": 0.89208984375 + }, + { + "word": " good", + "start": 519.96, + "end": 520.24, + "confidence": 0.99072265625 + }, + { + "word": " can", + "start": 520.24, + "end": 520.46, + "confidence": 0.99072265625 + }, + { + "word": " come", + "start": 520.46, + "end": 520.66, + "confidence": 0.99658203125 + }, + { + "word": " from", + "start": 520.66, + "end": 520.86, + "confidence": 0.99609375 + }, + { + "word": " this", + "start": 520.86, + "end": 521.06, + "confidence": 0.986328125 + }, + { + "word": " dark", + "start": 521.06, + "end": 521.26, + "confidence": 0.931640625 + }, + { + "word": " elf", + "start": 521.26, + "end": 521.56, + "confidence": 0.94384765625 + }, + { + "word": " or", + "start": 521.56, + "end": 521.82, + "confidence": 0.9248046875 + }, + { + "word": " his", + "start": 521.82, + "end": 521.98, + "confidence": 0.9755859375 + }, + { + "word": " little", + "start": 521.98, + "end": 522.16, + "confidence": 0.99853515625 + }, + { + "word": " friend.", + "start": 522.16, + "end": 522.56, + "confidence": 0.99609375 + } + ] + }, + { + "id": 144, + "start": 523.54, + "end": 527.04, + "text": " Perhaps good dwarf, but only time will tell, surmise the wizard.", + "words": [ + { + "word": " Perhaps", + "start": 523.54, + "end": 523.96, + "confidence": 0.57568359375 + }, + { + "word": " good", + "start": 523.96, + "end": 524.28, + "confidence": 0.8525390625 + }, + { + "word": " dwarf,", + "start": 524.28, + "end": 524.56, + "confidence": 0.93505859375 + }, + { + "word": " but", + "start": 524.76, + "end": 524.82, + "confidence": 0.9970703125 + }, + { + "word": " only", + "start": 524.82, + "end": 525.06, + "confidence": 0.9970703125 + }, + { + "word": " time", + "start": 525.06, + "end": 525.34, + "confidence": 0.99072265625 + }, + { + "word": " will", + "start": 525.34, + "end": 525.54, + "confidence": 0.97802734375 + }, + { + "word": " tell,", + "start": 525.54, + "end": 525.9, + "confidence": 0.99560546875 + }, + { + "word": " surmise", + "start": 526.28, + "end": 526.56, + "confidence": 0.91162109375 + }, + { + "word": " the", + "start": 526.56, + "end": 526.78, + "confidence": 0.98388671875 + }, + { + "word": " wizard.", + "start": 526.78, + "end": 527.04, + "confidence": 0.875 + } + ] + }, + { + "id": 145, + "start": 528.12, + "end": 533.54, + "text": " If this dark elf is truly returning, said Aragast doubtfully, then it is a joyous occasion", + "words": [ + { + "word": " If", + "start": 528.12, + "end": 528.36, + "confidence": 0.3115234375 + }, + { + "word": " this", + "start": 528.36, + "end": 528.54, + "confidence": 0.99169921875 + }, + { + "word": " dark", + "start": 528.54, + "end": 528.82, + "confidence": 0.98291015625 + }, + { + "word": " elf", + "start": 528.82, + "end": 529.04, + "confidence": 0.9951171875 + }, + { + "word": " is", + "start": 529.04, + "end": 529.2, + "confidence": 0.990234375 + }, + { + "word": " truly", + "start": 529.2, + "end": 529.56, + "confidence": 0.9931640625 + }, + { + "word": " returning,", + "start": 529.56, + "end": 530.2, + "confidence": 0.82568359375 + }, + { + "word": " said", + "start": 530.52, + "end": 530.68, + "confidence": 0.962890625 + }, + { + "word": " Aragast", + "start": 530.68, + "end": 531.06, + "confidence": 0.6297607421875 + }, + { + "word": " doubtfully,", + "start": 531.06, + "end": 531.62, + "confidence": 0.6787109375 + }, + { + "word": " then", + "start": 532.02, + "end": 532.2, + "confidence": 0.9912109375 + }, + { + "word": " it", + "start": 532.2, + "end": 532.38, + "confidence": 0.994140625 + }, + { + "word": " is", + "start": 532.38, + "end": 532.52, + "confidence": 0.9931640625 + }, + { + "word": " a", + "start": 532.52, + "end": 532.62, + "confidence": 0.99560546875 + }, + { + "word": " joyous", + "start": 532.62, + "end": 533.08, + "confidence": 0.9873046875 + }, + { + "word": " occasion", + "start": 533.08, + "end": 533.54, + "confidence": 0.99853515625 + } + ] + }, + { + "id": 146, + "start": 533.54, + "end": 533.92, + "text": " indeed.", + "words": [ + { + "word": " indeed.", + "start": 533.54, + "end": 533.92, + "confidence": 0.82421875 + } + ] + }, + { + "id": 147, + "start": 534.9, + "end": 536.7, + "text": " Why is that, Curie asked?", + "words": [ + { + "word": " Why", + "start": 534.9, + "end": 535.42, + "confidence": 0.7734375 + }, + { + "word": " is", + "start": 535.42, + "end": 535.6, + "confidence": 0.98974609375 + }, + { + "word": " that,", + "start": 535.6, + "end": 535.82, + "confidence": 0.994140625 + }, + { + "word": " Curie", + "start": 536.04, + "end": 536.32, + "confidence": 0.508544921875 + }, + { + "word": " asked?", + "start": 536.32, + "end": 536.7, + "confidence": 0.865234375 + } + ] + }, + { + "id": 148, + "start": 537.46, + "end": 541.16, + "text": " Because the dark powers that drew our cousins into the deep recesses of the underworld", + "words": [ + { + "word": " Because", + "start": 537.46, + "end": 537.94, + "confidence": 0.93017578125 + }, + { + "word": " the", + "start": 537.94, + "end": 538.12, + "confidence": 0.9833984375 + }, + { + "word": " dark", + "start": 538.12, + "end": 538.3, + "confidence": 0.982421875 + }, + { + "word": " powers", + "start": 538.3, + "end": 538.68, + "confidence": 0.99267578125 + }, + { + "word": " that", + "start": 538.68, + "end": 538.9, + "confidence": 0.99560546875 + }, + { + "word": " drew", + "start": 538.9, + "end": 539.08, + "confidence": 0.99072265625 + }, + { + "word": " our", + "start": 539.08, + "end": 539.24, + "confidence": 0.9912109375 + }, + { + "word": " cousins", + "start": 539.24, + "end": 539.5, + "confidence": 0.9677734375 + }, + { + "word": " into", + "start": 539.5, + "end": 539.76, + "confidence": 0.990234375 + }, + { + "word": " the", + "start": 539.76, + "end": 539.92, + "confidence": 0.9951171875 + }, + { + "word": " deep", + "start": 539.92, + "end": 540.08, + "confidence": 0.99609375 + }, + { + "word": " recesses", + "start": 540.08, + "end": 540.62, + "confidence": 0.997802734375 + }, + { + "word": " of", + "start": 540.62, + "end": 540.74, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 540.74, + "end": 540.86, + "confidence": 0.9912109375 + }, + { + "word": " underworld", + "start": 540.86, + "end": 541.16, + "confidence": 0.94384765625 + } + ] + }, + { + "id": 149, + "start": 541.16, + "end": 542.56, + "text": " hold great sway over them.", + "words": [ + { + "word": " hold", + "start": 541.16, + "end": 541.44, + "confidence": 0.98583984375 + }, + { + "word": " great", + "start": 541.44, + "end": 541.78, + "confidence": 0.9931640625 + }, + { + "word": " sway", + "start": 541.78, + "end": 542.08, + "confidence": 0.98095703125 + }, + { + "word": " over", + "start": 542.08, + "end": 542.4, + "confidence": 0.998046875 + }, + { + "word": " them.", + "start": 542.4, + "end": 542.56, + "confidence": 0.9970703125 + } + ] + }, + { + "id": 150, + "start": 543.18, + "end": 547.36, + "text": " Evil permeates their entire society, their children are taught to mistrust and hate from", + "words": [ + { + "word": " Evil", + "start": 543.18, + "end": 543.36, + "confidence": 0.93115234375 + }, + { + "word": " permeates", + "start": 543.36, + "end": 543.9, + "confidence": 0.983642578125 + }, + { + "word": " their", + "start": 543.9, + "end": 544.08, + "confidence": 0.99609375 + }, + { + "word": " entire", + "start": 544.08, + "end": 544.38, + "confidence": 0.9951171875 + }, + { + "word": " society,", + "start": 544.38, + "end": 545.02, + "confidence": 0.99365234375 + }, + { + "word": " their", + "start": 545.42, + "end": 545.52, + "confidence": 0.98291015625 + }, + { + "word": " children", + "start": 545.52, + "end": 545.88, + "confidence": 0.99609375 + }, + { + "word": " are", + "start": 545.88, + "end": 546.04, + "confidence": 0.99853515625 + }, + { + "word": " taught", + "start": 546.04, + "end": 546.22, + "confidence": 0.9951171875 + }, + { + "word": " to", + "start": 546.22, + "end": 546.4, + "confidence": 0.9970703125 + }, + { + "word": " mistrust", + "start": 546.4, + "end": 546.74, + "confidence": 0.985595703125 + }, + { + "word": " and", + "start": 546.74, + "end": 547, + "confidence": 0.9814453125 + }, + { + "word": " hate", + "start": 547, + "end": 547.14, + "confidence": 0.9951171875 + }, + { + "word": " from", + "start": 547.14, + "end": 547.36, + "confidence": 0.99267578125 + } + ] + }, + { + "id": 151, + "start": 547.36, + "end": 551.5, + "text": " an early age, and would willingly put a blade into a fellow dark elf's back as join with", + "words": [ + { + "word": " an", + "start": 547.36, + "end": 547.46, + "confidence": 0.79296875 + }, + { + "word": " early", + "start": 547.46, + "end": 547.68, + "confidence": 0.99462890625 + }, + { + "word": " age,", + "start": 547.68, + "end": 548.08, + "confidence": 0.99365234375 + }, + { + "word": " and", + "start": 548.28, + "end": 548.36, + "confidence": 0.9921875 + }, + { + "word": " would", + "start": 548.36, + "end": 548.46, + "confidence": 0.98486328125 + }, + { + "word": " willingly", + "start": 548.46, + "end": 548.72, + "confidence": 0.99365234375 + }, + { + "word": " put", + "start": 548.72, + "end": 549, + "confidence": 0.99755859375 + }, + { + "word": " a", + "start": 549, + "end": 549.12, + "confidence": 0.986328125 + }, + { + "word": " blade", + "start": 549.12, + "end": 549.3, + "confidence": 0.994140625 + }, + { + "word": " into", + "start": 549.3, + "end": 549.54, + "confidence": 0.99072265625 + }, + { + "word": " a", + "start": 549.54, + "end": 549.68, + "confidence": 0.99755859375 + }, + { + "word": " fellow", + "start": 549.68, + "end": 549.88, + "confidence": 0.9365234375 + }, + { + "word": " dark", + "start": 549.88, + "end": 550.12, + "confidence": 0.273193359375 + }, + { + "word": " elf's", + "start": 550.12, + "end": 550.52, + "confidence": 0.77978515625 + }, + { + "word": " back", + "start": 550.52, + "end": 550.68, + "confidence": 0.9912109375 + }, + { + "word": " as", + "start": 550.68, + "end": 551, + "confidence": 0.77490234375 + }, + { + "word": " join", + "start": 551, + "end": 551.26, + "confidence": 0.454833984375 + }, + { + "word": " with", + "start": 551.26, + "end": 551.5, + "confidence": 0.9892578125 + } + ] + }, + { + "id": 152, + "start": 551.5, + "end": 552.48, + "text": " him in a common cause.", + "words": [ + { + "word": " him", + "start": 551.5, + "end": 551.62, + "confidence": 0.99169921875 + }, + { + "word": " in", + "start": 551.62, + "end": 551.74, + "confidence": 0.9912109375 + }, + { + "word": " a", + "start": 551.74, + "end": 551.82, + "confidence": 0.994140625 + }, + { + "word": " common", + "start": 551.82, + "end": 552.08, + "confidence": 0.98583984375 + }, + { + "word": " cause.", + "start": 552.08, + "end": 552.48, + "confidence": 0.99853515625 + } + ] + }, + { + "id": 153, + "start": 553.1, + "end": 556.78, + "text": " I only know of two other instances in my lifetime that dark elves have made a return,", + "words": [ + { + "word": " I", + "start": 553.1, + "end": 553.18, + "confidence": 0.9755859375 + }, + { + "word": " only", + "start": 553.18, + "end": 553.34, + "confidence": 0.99267578125 + }, + { + "word": " know", + "start": 553.34, + "end": 553.52, + "confidence": 0.99853515625 + }, + { + "word": " of", + "start": 553.52, + "end": 553.68, + "confidence": 0.98681640625 + }, + { + "word": " two", + "start": 553.68, + "end": 553.86, + "confidence": 0.98681640625 + }, + { + "word": " other", + "start": 553.86, + "end": 554.14, + "confidence": 0.99658203125 + }, + { + "word": " instances", + "start": 554.14, + "end": 554.58, + "confidence": 0.99267578125 + }, + { + "word": " in", + "start": 554.58, + "end": 554.8, + "confidence": 0.97509765625 + }, + { + "word": " my", + "start": 554.8, + "end": 554.9, + "confidence": 0.998046875 + }, + { + "word": " lifetime", + "start": 554.9, + "end": 555.28, + "confidence": 0.9453125 + }, + { + "word": " that", + "start": 555.28, + "end": 555.54, + "confidence": 0.99267578125 + }, + { + "word": " dark", + "start": 555.54, + "end": 555.78, + "confidence": 0.96728515625 + }, + { + "word": " elves", + "start": 555.78, + "end": 556.04, + "confidence": 0.9755859375 + }, + { + "word": " have", + "start": 556.04, + "end": 556.2, + "confidence": 0.9794921875 + }, + { + "word": " made", + "start": 556.2, + "end": 556.34, + "confidence": 0.99365234375 + }, + { + "word": " a", + "start": 556.34, + "end": 556.42, + "confidence": 0.9873046875 + }, + { + "word": " return,", + "start": 556.42, + "end": 556.78, + "confidence": 0.99267578125 + } + ] + }, + { + "id": 154, + "start": 557.22, + "end": 558.04, + "text": " the elf explained.", + "words": [ + { + "word": " the", + "start": 557.22, + "end": 557.3, + "confidence": 0.9580078125 + }, + { + "word": " elf", + "start": 557.3, + "end": 557.48, + "confidence": 0.95068359375 + }, + { + "word": " explained.", + "start": 557.48, + "end": 558.04, + "confidence": 0.98974609375 + } + ] + }, + { + "id": 155, + "start": 559.1, + "end": 563.72, + "text": " Is there a way for us to know that he is speaking the truth, that he has indeed returned, ask", + "words": [ + { + "word": " Is", + "start": 559.1, + "end": 559.34, + "confidence": 0.83740234375 + }, + { + "word": " there", + "start": 559.34, + "end": 559.5, + "confidence": 0.99755859375 + }, + { + "word": " a", + "start": 559.5, + "end": 559.64, + "confidence": 0.99755859375 + }, + { + "word": " way", + "start": 559.64, + "end": 559.76, + "confidence": 0.99755859375 + }, + { + "word": " for", + "start": 559.76, + "end": 559.94, + "confidence": 0.9970703125 + }, + { + "word": " us", + "start": 559.94, + "end": 560.04, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 560.04, + "end": 560.18, + "confidence": 0.998046875 + }, + { + "word": " know", + "start": 560.18, + "end": 560.34, + "confidence": 0.998046875 + }, + { + "word": " that", + "start": 560.34, + "end": 560.52, + "confidence": 0.96923828125 + }, + { + "word": " he", + "start": 560.52, + "end": 560.68, + "confidence": 0.98388671875 + }, + { + "word": " is", + "start": 560.68, + "end": 560.76, + "confidence": 0.98779296875 + }, + { + "word": " speaking", + "start": 560.76, + "end": 561.06, + "confidence": 0.9921875 + }, + { + "word": " the", + "start": 561.06, + "end": 561.24, + "confidence": 0.9931640625 + }, + { + "word": " truth,", + "start": 561.24, + "end": 561.6, + "confidence": 0.99267578125 + }, + { + "word": " that", + "start": 561.82, + "end": 561.94, + "confidence": 0.9970703125 + }, + { + "word": " he", + "start": 561.94, + "end": 562.1, + "confidence": 0.99560546875 + }, + { + "word": " has", + "start": 562.1, + "end": 562.26, + "confidence": 0.9814453125 + }, + { + "word": " indeed", + "start": 562.26, + "end": 562.6, + "confidence": 0.92236328125 + }, + { + "word": " returned,", + "start": 562.6, + "end": 563.12, + "confidence": 0.97314453125 + }, + { + "word": " ask", + "start": 563.52, + "end": 563.72, + "confidence": 0.75927734375 + } + ] + }, + { + "id": 156, + "start": 563.72, + "end": 564.12, + "text": " Curie?", + "words": [ + { + "word": " Curie?", + "start": 563.72, + "end": 564.12, + "confidence": 0.25165557861328125 + } + ] + }, + { + "id": 157, + "start": 564.88, + "end": 568.82, + "text": " The same way anyone can discern the truth through spell or interrogation.", + "words": [ + { + "word": " The", + "start": 564.88, + "end": 565.32, + "confidence": 0.93359375 + }, + { + "word": " same", + "start": 565.32, + "end": 565.5, + "confidence": 0.9990234375 + }, + { + "word": " way", + "start": 565.5, + "end": 565.7, + "confidence": 0.998046875 + }, + { + "word": " anyone", + "start": 565.7, + "end": 566.04, + "confidence": 0.93212890625 + }, + { + "word": " can", + "start": 566.04, + "end": 566.24, + "confidence": 0.99658203125 + }, + { + "word": " discern", + "start": 566.24, + "end": 566.5, + "confidence": 0.9990234375 + }, + { + "word": " the", + "start": 566.5, + "end": 566.7, + "confidence": 0.994140625 + }, + { + "word": " truth", + "start": 566.7, + "end": 567.1, + "confidence": 0.99560546875 + }, + { + "word": " through", + "start": 567.1, + "end": 567.38, + "confidence": 0.86181640625 + }, + { + "word": " spell", + "start": 567.38, + "end": 567.74, + "confidence": 0.9853515625 + }, + { + "word": " or", + "start": 567.74, + "end": 568.04, + "confidence": 0.95654296875 + }, + { + "word": " interrogation.", + "start": 568.04, + "end": 568.82, + "confidence": 0.9970703125 + } + ] + }, + { + "id": 158, + "start": 569.46, + "end": 573.98, + "text": " My powers allow me to recognize whether someone is lying, and I detected no subterfuge", + "words": [ + { + "word": " My", + "start": 569.46, + "end": 569.64, + "confidence": 0.908203125 + }, + { + "word": " powers", + "start": 569.64, + "end": 570, + "confidence": 0.99560546875 + }, + { + "word": " allow", + "start": 570, + "end": 570.34, + "confidence": 0.99609375 + }, + { + "word": " me", + "start": 570.34, + "end": 570.54, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 570.54, + "end": 570.66, + "confidence": 0.9970703125 + }, + { + "word": " recognize", + "start": 570.66, + "end": 571.14, + "confidence": 0.9619140625 + }, + { + "word": " whether", + "start": 571.14, + "end": 571.5, + "confidence": 0.99365234375 + }, + { + "word": " someone", + "start": 571.5, + "end": 571.82, + "confidence": 0.9970703125 + }, + { + "word": " is", + "start": 571.82, + "end": 572.02, + "confidence": 0.99658203125 + }, + { + "word": " lying,", + "start": 572.02, + "end": 572.28, + "confidence": 0.998046875 + }, + { + "word": " and", + "start": 572.62, + "end": 572.68, + "confidence": 0.99755859375 + }, + { + "word": " I", + "start": 572.68, + "end": 572.76, + "confidence": 0.994140625 + }, + { + "word": " detected", + "start": 572.76, + "end": 573.12, + "confidence": 0.9853515625 + }, + { + "word": " no", + "start": 573.12, + "end": 573.38, + "confidence": 0.998046875 + }, + { + "word": " subterfuge", + "start": 573.38, + "end": 573.98, + "confidence": 0.930908203125 + } + ] + }, + { + "id": 159, + "start": 573.98, + "end": 576.4, + "text": " from him, stated Jalen matter of factly.", + "words": [ + { + "word": " from", + "start": 573.98, + "end": 574.2, + "confidence": 0.82421875 + }, + { + "word": " him,", + "start": 574.2, + "end": 574.4, + "confidence": 0.98291015625 + }, + { + "word": " stated", + "start": 574.78, + "end": 575, + "confidence": 0.97265625 + }, + { + "word": " Jalen", + "start": 575, + "end": 575.44, + "confidence": 0.669677734375 + }, + { + "word": " matter", + "start": 575.44, + "end": 575.74, + "confidence": 0.495361328125 + }, + { + "word": " of", + "start": 575.74, + "end": 575.96, + "confidence": 0.91455078125 + }, + { + "word": " factly.", + "start": 575.96, + "end": 576.4, + "confidence": 0.655029296875 + } + ] + }, + { + "id": 160, + "start": 577.06, + "end": 578.84, + "text": " The elf stood and began to pace.", + "words": [ + { + "word": " The", + "start": 577.06, + "end": 577.58, + "confidence": 0.66064453125 + }, + { + "word": " elf", + "start": 577.58, + "end": 577.72, + "confidence": 0.2393798828125 + }, + { + "word": " stood", + "start": 577.72, + "end": 578.02, + "confidence": 0.9921875 + }, + { + "word": " and", + "start": 578.02, + "end": 578.18, + "confidence": 0.96875 + }, + { + "word": " began", + "start": 578.18, + "end": 578.42, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 578.42, + "end": 578.64, + "confidence": 0.998046875 + }, + { + "word": " pace.", + "start": 578.64, + "end": 578.84, + "confidence": 0.91845703125 + } + ] + }, + { + "id": 161, + "start": 579.38, + "end": 584.18, + "text": " If this dark elf, Barra's has indeed returned, he will require help to adjust to the Elven", + "words": [ + { + "word": " If", + "start": 579.38, + "end": 579.52, + "confidence": 0.87890625 + }, + { + "word": " this", + "start": 579.52, + "end": 579.72, + "confidence": 0.9931640625 + }, + { + "word": " dark", + "start": 579.72, + "end": 579.94, + "confidence": 0.9482421875 + }, + { + "word": " elf,", + "start": 579.94, + "end": 580.32, + "confidence": 0.98974609375 + }, + { + "word": " Barra's", + "start": 580.6, + "end": 580.98, + "confidence": 0.6258951822916666 + }, + { + "word": " has", + "start": 580.98, + "end": 581.12, + "confidence": 0.95849609375 + }, + { + "word": " indeed", + "start": 581.12, + "end": 581.44, + "confidence": 0.97021484375 + }, + { + "word": " returned,", + "start": 581.44, + "end": 581.92, + "confidence": 0.99462890625 + }, + { + "word": " he", + "start": 582.24, + "end": 582.3, + "confidence": 0.9853515625 + }, + { + "word": " will", + "start": 582.3, + "end": 582.38, + "confidence": 0.9931640625 + }, + { + "word": " require", + "start": 582.38, + "end": 582.68, + "confidence": 0.99609375 + }, + { + "word": " help", + "start": 582.68, + "end": 583.08, + "confidence": 0.9931640625 + }, + { + "word": " to", + "start": 583.08, + "end": 583.28, + "confidence": 0.99658203125 + }, + { + "word": " adjust", + "start": 583.28, + "end": 583.54, + "confidence": 0.98876953125 + }, + { + "word": " to", + "start": 583.54, + "end": 583.8, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 583.8, + "end": 583.92, + "confidence": 0.98974609375 + }, + { + "word": " Elven", + "start": 583.92, + "end": 584.18, + "confidence": 0.752685546875 + } + ] + }, + { + "id": 162, + "start": 584.18, + "end": 585.02, + "text": " lifestyle above.", + "words": [ + { + "word": " lifestyle", + "start": 584.18, + "end": 584.62, + "confidence": 0.95556640625 + }, + { + "word": " above.", + "start": 584.62, + "end": 585.02, + "confidence": 0.98681640625 + } + ] + }, + { + "id": 163, + "start": 585.58, + "end": 589.26, + "text": " Perhaps I'll send word to my brother and sister and instruct them to look in on him from", + "words": [ + { + "word": " Perhaps", + "start": 585.58, + "end": 585.8, + "confidence": 0.97607421875 + }, + { + "word": " I'll", + "start": 585.8, + "end": 586.1, + "confidence": 0.970703125 + }, + { + "word": " send", + "start": 586.1, + "end": 586.26, + "confidence": 0.99609375 + }, + { + "word": " word", + "start": 586.26, + "end": 586.52, + "confidence": 0.93701171875 + }, + { + "word": " to", + "start": 586.52, + "end": 586.68, + "confidence": 0.99658203125 + }, + { + "word": " my", + "start": 586.68, + "end": 586.8, + "confidence": 0.99560546875 + }, + { + "word": " brother", + "start": 586.8, + "end": 587.08, + "confidence": 0.98291015625 + }, + { + "word": " and", + "start": 587.08, + "end": 587.24, + "confidence": 0.947265625 + }, + { + "word": " sister", + "start": 587.24, + "end": 587.58, + "confidence": 0.9951171875 + }, + { + "word": " and", + "start": 587.58, + "end": 587.78, + "confidence": 0.88525390625 + }, + { + "word": " instruct", + "start": 587.78, + "end": 588.1, + "confidence": 0.9951171875 + }, + { + "word": " them", + "start": 588.1, + "end": 588.4, + "confidence": 0.98095703125 + }, + { + "word": " to", + "start": 588.4, + "end": 588.54, + "confidence": 0.9951171875 + }, + { + "word": " look", + "start": 588.54, + "end": 588.68, + "confidence": 0.912109375 + }, + { + "word": " in", + "start": 588.68, + "end": 588.84, + "confidence": 0.9619140625 + }, + { + "word": " on", + "start": 588.84, + "end": 588.9, + "confidence": 0.9775390625 + }, + { + "word": " him", + "start": 588.9, + "end": 589.06, + "confidence": 0.99462890625 + }, + { + "word": " from", + "start": 589.06, + "end": 589.26, + "confidence": 0.98291015625 + } + ] + }, + { + "id": 164, + "start": 589.26, + "end": 591.48, + "text": " time to time, explained Aragast.", + "words": [ + { + "word": " time", + "start": 589.26, + "end": 589.54, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 589.54, + "end": 589.74, + "confidence": 0.97998046875 + }, + { + "word": " time,", + "start": 589.74, + "end": 590.06, + "confidence": 0.99951171875 + }, + { + "word": " explained", + "start": 590.36, + "end": 590.82, + "confidence": 0.888671875 + }, + { + "word": " Aragast.", + "start": 590.82, + "end": 591.48, + "confidence": 0.58172607421875 + } + ] + }, + { + "id": 165, + "start": 592.46, + "end": 595.94, + "text": " Speaking of your siblings, how are they, ask Veia changing the subject?", + "words": [ + { + "word": " Speaking", + "start": 592.46, + "end": 592.78, + "confidence": 0.7080078125 + }, + { + "word": " of", + "start": 592.78, + "end": 592.98, + "confidence": 0.998046875 + }, + { + "word": " your", + "start": 592.98, + "end": 593.1, + "confidence": 0.994140625 + }, + { + "word": " siblings,", + "start": 593.1, + "end": 593.4, + "confidence": 0.97412109375 + }, + { + "word": " how", + "start": 593.7, + "end": 593.82, + "confidence": 0.9580078125 + }, + { + "word": " are", + "start": 593.82, + "end": 593.96, + "confidence": 0.9921875 + }, + { + "word": " they,", + "start": 593.96, + "end": 594.16, + "confidence": 0.9970703125 + }, + { + "word": " ask", + "start": 594.42, + "end": 594.64, + "confidence": 0.849609375 + }, + { + "word": " Veia", + "start": 594.64, + "end": 595.02, + "confidence": 0.362060546875 + }, + { + "word": " changing", + "start": 595.02, + "end": 595.38, + "confidence": 0.701171875 + }, + { + "word": " the", + "start": 595.38, + "end": 595.58, + "confidence": 0.9921875 + }, + { + "word": " subject?", + "start": 595.58, + "end": 595.94, + "confidence": 0.99462890625 + } + ] + }, + { + "id": 166, + "start": 596.46, + "end": 598.12, + "text": " I haven't seen them for many months now.", + "words": [ + { + "word": " I", + "start": 596.46, + "end": 596.58, + "confidence": 0.97607421875 + }, + { + "word": " haven't", + "start": 596.58, + "end": 596.84, + "confidence": 0.99462890625 + }, + { + "word": " seen", + "start": 596.84, + "end": 597.04, + "confidence": 0.99658203125 + }, + { + "word": " them", + "start": 597.04, + "end": 597.2, + "confidence": 0.99609375 + }, + { + "word": " for", + "start": 597.2, + "end": 597.34, + "confidence": 0.97998046875 + }, + { + "word": " many", + "start": 597.34, + "end": 597.54, + "confidence": 0.9970703125 + }, + { + "word": " months", + "start": 597.54, + "end": 597.76, + "confidence": 0.99609375 + }, + { + "word": " now.", + "start": 597.76, + "end": 598.12, + "confidence": 0.99462890625 + } + ] + }, + { + "id": 167, + "start": 599, + "end": 600.94, + "text": " They are well Veia, said Aragast.", + "words": [ + { + "word": " They", + "start": 599, + "end": 599.48, + "confidence": 0.56396484375 + }, + { + "word": " are", + "start": 599.48, + "end": 599.6, + "confidence": 0.9755859375 + }, + { + "word": " well", + "start": 599.6, + "end": 599.8, + "confidence": 0.8505859375 + }, + { + "word": " Veia,", + "start": 599.8, + "end": 600.24, + "confidence": 0.21366119384765625 + }, + { + "word": " said", + "start": 600.38, + "end": 600.48, + "confidence": 0.85205078125 + }, + { + "word": " Aragast.", + "start": 600.48, + "end": 600.94, + "confidence": 0.5469970703125 + } + ] + }, + { + "id": 168, + "start": 601.36, + "end": 605.56, + "text": " As always, Alodia and Belegast roam the mithril forest, protecting the innocent and bringing", + "words": [ + { + "word": " As", + "start": 601.36, + "end": 601.42, + "confidence": 0.97119140625 + }, + { + "word": " always,", + "start": 601.42, + "end": 601.8, + "confidence": 0.978515625 + }, + { + "word": " Alodia", + "start": 602.12, + "end": 602.38, + "confidence": 0.326507568359375 + }, + { + "word": " and", + "start": 602.38, + "end": 602.58, + "confidence": 0.990234375 + }, + { + "word": " Belegast", + "start": 602.58, + "end": 603.08, + "confidence": 0.6564127604166666 + }, + { + "word": " roam", + "start": 603.08, + "end": 603.28, + "confidence": 0.355712890625 + }, + { + "word": " the", + "start": 603.28, + "end": 603.46, + "confidence": 0.9931640625 + }, + { + "word": " mithril", + "start": 603.46, + "end": 603.72, + "confidence": 0.6056315104166666 + }, + { + "word": " forest,", + "start": 603.72, + "end": 604.12, + "confidence": 0.95361328125 + }, + { + "word": " protecting", + "start": 604.36, + "end": 604.64, + "confidence": 0.990234375 + }, + { + "word": " the", + "start": 604.64, + "end": 604.88, + "confidence": 0.9970703125 + }, + { + "word": " innocent", + "start": 604.88, + "end": 605.14, + "confidence": 0.9521484375 + }, + { + "word": " and", + "start": 605.14, + "end": 605.34, + "confidence": 0.77587890625 + }, + { + "word": " bringing", + "start": 605.34, + "end": 605.56, + "confidence": 0.99560546875 + } + ] + }, + { + "id": 169, + "start": 605.56, + "end": 607.48, + "text": " those who seek to ravage the woods to justice.", + "words": [ + { + "word": " those", + "start": 605.56, + "end": 605.78, + "confidence": 0.99462890625 + }, + { + "word": " who", + "start": 605.78, + "end": 605.94, + "confidence": 0.99365234375 + }, + { + "word": " seek", + "start": 605.94, + "end": 606.08, + "confidence": 0.9990234375 + }, + { + "word": " to", + "start": 606.08, + "end": 606.26, + "confidence": 0.99658203125 + }, + { + "word": " ravage", + "start": 606.26, + "end": 606.62, + "confidence": 0.987548828125 + }, + { + "word": " the", + "start": 606.62, + "end": 606.76, + "confidence": 0.99462890625 + }, + { + "word": " woods", + "start": 606.76, + "end": 606.92, + "confidence": 0.9873046875 + }, + { + "word": " to", + "start": 606.92, + "end": 607.14, + "confidence": 0.9951171875 + }, + { + "word": " justice.", + "start": 607.14, + "end": 607.48, + "confidence": 0.98486328125 + } + ] + }, + { + "id": 170, + "start": 608.08, + "end": 611.42, + "text": " They've also contributed to the temple's construction, and we will share my dwelling.", + "words": [ + { + "word": " They've", + "start": 608.08, + "end": 608.3, + "confidence": 0.853271484375 + }, + { + "word": " also", + "start": 608.3, + "end": 608.52, + "confidence": 0.99755859375 + }, + { + "word": " contributed", + "start": 608.52, + "end": 608.96, + "confidence": 0.99462890625 + }, + { + "word": " to", + "start": 608.96, + "end": 609.16, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 609.16, + "end": 609.26, + "confidence": 0.990234375 + }, + { + "word": " temple's", + "start": 609.26, + "end": 609.66, + "confidence": 0.892578125 + }, + { + "word": " construction,", + "start": 609.66, + "end": 610.22, + "confidence": 0.99755859375 + }, + { + "word": " and", + "start": 610.4, + "end": 610.44, + "confidence": 0.99072265625 + }, + { + "word": " we", + "start": 610.44, + "end": 610.54, + "confidence": 0.98388671875 + }, + { + "word": " will", + "start": 610.54, + "end": 610.64, + "confidence": 0.96142578125 + }, + { + "word": " share", + "start": 610.64, + "end": 610.88, + "confidence": 0.99462890625 + }, + { + "word": " my", + "start": 610.88, + "end": 611.08, + "confidence": 0.98779296875 + }, + { + "word": " dwelling.", + "start": 611.08, + "end": 611.42, + "confidence": 0.9775390625 + } + ] + }, + { + "id": 171, + "start": 611.76, + "end": 614.62, + "text": " Together we will keep the region safe with Odoreans' help, of course.", + "words": [ + { + "word": " Together", + "start": 611.76, + "end": 611.94, + "confidence": 0.99462890625 + }, + { + "word": " we", + "start": 611.94, + "end": 612.18, + "confidence": 0.64892578125 + }, + { + "word": " will", + "start": 612.18, + "end": 612.28, + "confidence": 0.97412109375 + }, + { + "word": " keep", + "start": 612.28, + "end": 612.42, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 612.42, + "end": 612.6, + "confidence": 0.9951171875 + }, + { + "word": " region", + "start": 612.6, + "end": 612.82, + "confidence": 0.9052734375 + }, + { + "word": " safe", + "start": 612.82, + "end": 613.16, + "confidence": 0.99267578125 + }, + { + "word": " with", + "start": 613.16, + "end": 613.5, + "confidence": 0.82861328125 + }, + { + "word": " Odoreans'", + "start": 613.5, + "end": 613.98, + "confidence": 0.6007486979166666 + }, + { + "word": " help,", + "start": 614.08, + "end": 614.16, + "confidence": 0.9912109375 + }, + { + "word": " of", + "start": 614.32, + "end": 614.32, + "confidence": 0.99658203125 + }, + { + "word": " course.", + "start": 614.32, + "end": 614.62, + "confidence": 0.99658203125 + } + ] + }, + { + "id": 172, + "start": 615.1, + "end": 619.18, + "text": " While the eastern realm is quite civilized, there is much that remains wild and untamed", + "words": [ + { + "word": " While", + "start": 615.1, + "end": 615.22, + "confidence": 0.99560546875 + }, + { + "word": " the", + "start": 615.22, + "end": 615.34, + "confidence": 0.99609375 + }, + { + "word": " eastern", + "start": 615.34, + "end": 615.64, + "confidence": 0.5537109375 + }, + { + "word": " realm", + "start": 615.64, + "end": 615.88, + "confidence": 0.9951171875 + }, + { + "word": " is", + "start": 615.88, + "end": 616.06, + "confidence": 0.98681640625 + }, + { + "word": " quite", + "start": 616.06, + "end": 616.28, + "confidence": 0.98876953125 + }, + { + "word": " civilized,", + "start": 616.28, + "end": 616.9, + "confidence": 0.953857421875 + }, + { + "word": " there", + "start": 617.06, + "end": 617.14, + "confidence": 0.99658203125 + }, + { + "word": " is", + "start": 617.14, + "end": 617.24, + "confidence": 0.7646484375 + }, + { + "word": " much", + "start": 617.24, + "end": 617.42, + "confidence": 0.998046875 + }, + { + "word": " that", + "start": 617.42, + "end": 617.64, + "confidence": 0.98974609375 + }, + { + "word": " remains", + "start": 617.64, + "end": 617.92, + "confidence": 0.99609375 + }, + { + "word": " wild", + "start": 617.92, + "end": 618.46, + "confidence": 0.99560546875 + }, + { + "word": " and", + "start": 618.46, + "end": 618.68, + "confidence": 0.97412109375 + }, + { + "word": " untamed", + "start": 618.68, + "end": 619.18, + "confidence": 0.974365234375 + } + ] + }, + { + "id": 173, + "start": 619.18, + "end": 620.56, + "text": " throughout its vast land.", + "words": [ + { + "word": " throughout", + "start": 619.18, + "end": 619.54, + "confidence": 0.982421875 + }, + { + "word": " its", + "start": 619.54, + "end": 619.78, + "confidence": 0.9794921875 + }, + { + "word": " vast", + "start": 619.78, + "end": 620.04, + "confidence": 0.99853515625 + }, + { + "word": " land.", + "start": 620.04, + "end": 620.56, + "confidence": 0.99755859375 + } + ] + }, + { + "id": 174, + "start": 621.56, + "end": 625.56, + "text": " Just then the door opened and servants entered with platters of steaming dishes of roast", + "words": [ + { + "word": " Just", + "start": 621.56, + "end": 621.8, + "confidence": 0.98974609375 + }, + { + "word": " then", + "start": 621.8, + "end": 622.02, + "confidence": 0.99462890625 + }, + { + "word": " the", + "start": 622.02, + "end": 622.2, + "confidence": 0.75341796875 + }, + { + "word": " door", + "start": 622.2, + "end": 622.34, + "confidence": 0.9912109375 + }, + { + "word": " opened", + "start": 622.34, + "end": 622.7, + "confidence": 0.98876953125 + }, + { + "word": " and", + "start": 622.7, + "end": 622.9, + "confidence": 0.662109375 + }, + { + "word": " servants", + "start": 622.9, + "end": 623.22, + "confidence": 0.93359375 + }, + { + "word": " entered", + "start": 623.22, + "end": 623.62, + "confidence": 0.99560546875 + }, + { + "word": " with", + "start": 623.62, + "end": 623.86, + "confidence": 0.95556640625 + }, + { + "word": " platters", + "start": 623.86, + "end": 624.18, + "confidence": 0.894287109375 + }, + { + "word": " of", + "start": 624.18, + "end": 624.4, + "confidence": 0.99462890625 + }, + { + "word": " steaming", + "start": 624.4, + "end": 624.74, + "confidence": 0.984375 + }, + { + "word": " dishes", + "start": 624.74, + "end": 625.04, + "confidence": 0.98681640625 + }, + { + "word": " of", + "start": 625.04, + "end": 625.3, + "confidence": 0.98583984375 + }, + { + "word": " roast", + "start": 625.3, + "end": 625.56, + "confidence": 0.951171875 + } + ] + }, + { + "id": 175, + "start": 625.56, + "end": 630.52, + "text": " foul and lamb, greens, bread and cheese, and a variety of wine bottles and beverage to", + "words": [ + { + "word": " foul", + "start": 625.56, + "end": 625.86, + "confidence": 0.0194549560546875 + }, + { + "word": " and", + "start": 625.86, + "end": 626.14, + "confidence": 0.90087890625 + }, + { + "word": " lamb,", + "start": 626.14, + "end": 626.4, + "confidence": 0.5712890625 + }, + { + "word": " greens,", + "start": 626.84, + "end": 626.96, + "confidence": 0.97412109375 + }, + { + "word": " bread", + "start": 627.34, + "end": 627.48, + "confidence": 0.99560546875 + }, + { + "word": " and", + "start": 627.48, + "end": 627.64, + "confidence": 0.9287109375 + }, + { + "word": " cheese,", + "start": 627.64, + "end": 627.88, + "confidence": 0.99267578125 + }, + { + "word": " and", + "start": 628.28, + "end": 628.46, + "confidence": 0.990234375 + }, + { + "word": " a", + "start": 628.46, + "end": 628.56, + "confidence": 0.994140625 + }, + { + "word": " variety", + "start": 628.56, + "end": 628.92, + "confidence": 0.99853515625 + }, + { + "word": " of", + "start": 628.92, + "end": 629.24, + "confidence": 0.994140625 + }, + { + "word": " wine", + "start": 629.24, + "end": 629.36, + "confidence": 0.9638671875 + }, + { + "word": " bottles", + "start": 629.36, + "end": 629.78, + "confidence": 0.95068359375 + }, + { + "word": " and", + "start": 629.78, + "end": 630.04, + "confidence": 0.880859375 + }, + { + "word": " beverage", + "start": 630.04, + "end": 630.3, + "confidence": 0.986328125 + }, + { + "word": " to", + "start": 630.3, + "end": 630.52, + "confidence": 0.64453125 + } + ] + }, + { + "id": 176, + "start": 630.52, + "end": 632.86, + "text": " canters, even one filled with goat's milk.", + "words": [ + { + "word": " canters,", + "start": 630.52, + "end": 630.9, + "confidence": 0.7548828125 + }, + { + "word": " even", + "start": 631.36, + "end": 631.52, + "confidence": 0.9951171875 + }, + { + "word": " one", + "start": 631.52, + "end": 631.74, + "confidence": 0.9873046875 + }, + { + "word": " filled", + "start": 631.74, + "end": 632.02, + "confidence": 0.9814453125 + }, + { + "word": " with", + "start": 632.02, + "end": 632.3, + "confidence": 0.99755859375 + }, + { + "word": " goat's", + "start": 632.3, + "end": 632.64, + "confidence": 0.9638671875 + }, + { + "word": " milk.", + "start": 632.64, + "end": 632.86, + "confidence": 0.99658203125 + } + ] + }, + { + "id": 177, + "start": 634.02, + "end": 637.76, + "text": " Jalen instantly poured himself a glass of red wine and raised it in a toast.", + "words": [ + { + "word": " Jalen", + "start": 634.02, + "end": 634.38, + "confidence": 0.770263671875 + }, + { + "word": " instantly", + "start": 634.38, + "end": 634.82, + "confidence": 0.99169921875 + }, + { + "word": " poured", + "start": 634.82, + "end": 635.06, + "confidence": 0.99658203125 + }, + { + "word": " himself", + "start": 635.06, + "end": 635.38, + "confidence": 0.97802734375 + }, + { + "word": " a", + "start": 635.38, + "end": 635.6, + "confidence": 0.99853515625 + }, + { + "word": " glass", + "start": 635.6, + "end": 635.78, + "confidence": 0.99853515625 + }, + { + "word": " of", + "start": 635.78, + "end": 636.02, + "confidence": 0.99853515625 + }, + { + "word": " red", + "start": 636.02, + "end": 636.18, + "confidence": 0.98583984375 + }, + { + "word": " wine", + "start": 636.18, + "end": 636.5, + "confidence": 0.99951171875 + }, + { + "word": " and", + "start": 636.5, + "end": 636.78, + "confidence": 0.95654296875 + }, + { + "word": " raised", + "start": 636.78, + "end": 637.02, + "confidence": 0.923828125 + }, + { + "word": " it", + "start": 637.02, + "end": 637.3, + "confidence": 0.9912109375 + }, + { + "word": " in", + "start": 637.3, + "end": 637.42, + "confidence": 0.990234375 + }, + { + "word": " a", + "start": 637.42, + "end": 637.52, + "confidence": 0.978515625 + }, + { + "word": " toast.", + "start": 637.52, + "end": 637.76, + "confidence": 0.9755859375 + } + ] + }, + { + "id": 178, + "start": 638.4, + "end": 642.88, + "text": " Here, as to taming the east in a timely fashion, may we all live to see the day that peace", + "words": [ + { + "word": " Here,", + "start": 638.4, + "end": 638.64, + "confidence": 0.94091796875 + }, + { + "word": " as", + "start": 638.92, + "end": 639.02, + "confidence": 0.51953125 + }, + { + "word": " to", + "start": 639.02, + "end": 639.16, + "confidence": 0.42822265625 + }, + { + "word": " taming", + "start": 639.16, + "end": 639.46, + "confidence": 0.91845703125 + }, + { + "word": " the", + "start": 639.46, + "end": 639.64, + "confidence": 0.99462890625 + }, + { + "word": " east", + "start": 639.64, + "end": 639.84, + "confidence": 0.65625 + }, + { + "word": " in", + "start": 639.84, + "end": 639.98, + "confidence": 0.990234375 + }, + { + "word": " a", + "start": 639.98, + "end": 640.08, + "confidence": 0.98876953125 + }, + { + "word": " timely", + "start": 640.08, + "end": 640.32, + "confidence": 0.99169921875 + }, + { + "word": " fashion,", + "start": 640.32, + "end": 640.8, + "confidence": 0.9912109375 + }, + { + "word": " may", + "start": 641.24, + "end": 641.28, + "confidence": 0.9384765625 + }, + { + "word": " we", + "start": 641.28, + "end": 641.38, + "confidence": 0.9931640625 + }, + { + "word": " all", + "start": 641.38, + "end": 641.52, + "confidence": 0.99853515625 + }, + { + "word": " live", + "start": 641.52, + "end": 641.74, + "confidence": 0.9931640625 + }, + { + "word": " to", + "start": 641.74, + "end": 641.92, + "confidence": 0.99658203125 + }, + { + "word": " see", + "start": 641.92, + "end": 642.1, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 642.1, + "end": 642.24, + "confidence": 0.9912109375 + }, + { + "word": " day", + "start": 642.24, + "end": 642.42, + "confidence": 0.99853515625 + }, + { + "word": " that", + "start": 642.42, + "end": 642.62, + "confidence": 0.9814453125 + }, + { + "word": " peace", + "start": 642.62, + "end": 642.88, + "confidence": 0.92041015625 + } + ] + }, + { + "id": 179, + "start": 642.88, + "end": 644.58, + "text": " fills every corner of the land.", + "words": [ + { + "word": " fills", + "start": 642.88, + "end": 643.22, + "confidence": 0.99755859375 + }, + { + "word": " every", + "start": 643.22, + "end": 643.6, + "confidence": 0.9970703125 + }, + { + "word": " corner", + "start": 643.6, + "end": 643.96, + "confidence": 0.99951171875 + }, + { + "word": " of", + "start": 643.96, + "end": 644.14, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 644.14, + "end": 644.2, + "confidence": 0.99560546875 + }, + { + "word": " land.", + "start": 644.2, + "end": 644.58, + "confidence": 0.99462890625 + } + ] + }, + { + "id": 180, + "start": 645.58, + "end": 649.62, + "text": " Others likewise poured a glass or tankard and cheered an answer to the toast.", + "words": [ + { + "word": " Others", + "start": 645.58, + "end": 645.88, + "confidence": 0.935546875 + }, + { + "word": " likewise", + "start": 645.88, + "end": 646.32, + "confidence": 0.95556640625 + }, + { + "word": " poured", + "start": 646.32, + "end": 646.66, + "confidence": 0.9892578125 + }, + { + "word": " a", + "start": 646.66, + "end": 646.8, + "confidence": 0.9990234375 + }, + { + "word": " glass", + "start": 646.8, + "end": 647.08, + "confidence": 0.9990234375 + }, + { + "word": " or", + "start": 647.08, + "end": 647.32, + "confidence": 0.89697265625 + }, + { + "word": " tankard", + "start": 647.32, + "end": 647.86, + "confidence": 0.66064453125 + }, + { + "word": " and", + "start": 647.86, + "end": 648.16, + "confidence": 0.63818359375 + }, + { + "word": " cheered", + "start": 648.16, + "end": 648.56, + "confidence": 0.970947265625 + }, + { + "word": " an", + "start": 648.56, + "end": 648.68, + "confidence": 0.69189453125 + }, + { + "word": " answer", + "start": 648.68, + "end": 648.94, + "confidence": 0.9951171875 + }, + { + "word": " to", + "start": 648.94, + "end": 649.1, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 649.1, + "end": 649.22, + "confidence": 0.994140625 + }, + { + "word": " toast.", + "start": 649.22, + "end": 649.62, + "confidence": 0.99462890625 + } + ] + }, + { + "id": 181, + "start": 650.62, + "end": 653.44, + "text": " Indeed, said Wu, downing his drink in one gulp.", + "words": [ + { + "word": " Indeed,", + "start": 650.62, + "end": 651.04, + "confidence": 0.456787109375 + }, + { + "word": " said", + "start": 651.4, + "end": 651.52, + "confidence": 0.88134765625 + }, + { + "word": " Wu,", + "start": 651.52, + "end": 651.74, + "confidence": 0.62109375 + }, + { + "word": " downing", + "start": 652, + "end": 652.28, + "confidence": 0.76513671875 + }, + { + "word": " his", + "start": 652.28, + "end": 652.4, + "confidence": 0.99755859375 + }, + { + "word": " drink", + "start": 652.4, + "end": 652.66, + "confidence": 0.986328125 + }, + { + "word": " in", + "start": 652.66, + "end": 652.9, + "confidence": 0.87255859375 + }, + { + "word": " one", + "start": 652.9, + "end": 653.1, + "confidence": 0.9931640625 + }, + { + "word": " gulp.", + "start": 653.1, + "end": 653.44, + "confidence": 0.964111328125 + } + ] + }, + { + "id": 182, + "start": 654.3, + "end": 658.88, + "text": " Tomorrow, I will send a small contingent of specialists to investigate the crash and", + "words": [ + { + "word": " Tomorrow,", + "start": 654.3, + "end": 654.82, + "confidence": 0.37255859375 + }, + { + "word": " I", + "start": 655.16, + "end": 655.2, + "confidence": 0.99658203125 + }, + { + "word": " will", + "start": 655.2, + "end": 655.3, + "confidence": 0.98681640625 + }, + { + "word": " send", + "start": 655.3, + "end": 655.5, + "confidence": 0.99560546875 + }, + { + "word": " a", + "start": 655.5, + "end": 655.66, + "confidence": 0.99609375 + }, + { + "word": " small", + "start": 655.66, + "end": 655.94, + "confidence": 0.99658203125 + }, + { + "word": " contingent", + "start": 655.94, + "end": 656.56, + "confidence": 0.992919921875 + }, + { + "word": " of", + "start": 656.56, + "end": 656.64, + "confidence": 0.99462890625 + }, + { + "word": " specialists", + "start": 656.64, + "end": 657.14, + "confidence": 0.91357421875 + }, + { + "word": " to", + "start": 657.14, + "end": 657.44, + "confidence": 0.9873046875 + }, + { + "word": " investigate", + "start": 657.44, + "end": 657.96, + "confidence": 0.99365234375 + }, + { + "word": " the", + "start": 657.96, + "end": 658.22, + "confidence": 0.9912109375 + }, + { + "word": " crash", + "start": 658.22, + "end": 658.5, + "confidence": 0.9765625 + }, + { + "word": " and", + "start": 658.5, + "end": 658.88, + "confidence": 0.6376953125 + } + ] + }, + { + "id": 183, + "start": 658.88, + "end": 659.88, + "text": " these creatures further.", + "words": [ + { + "word": " these", + "start": 658.88, + "end": 659.04, + "confidence": 0.98193359375 + }, + { + "word": " creatures", + "start": 659.04, + "end": 659.38, + "confidence": 0.9931640625 + }, + { + "word": " further.", + "start": 659.38, + "end": 659.88, + "confidence": 0.98828125 + } + ] + }, + { + "id": 184, + "start": 660.42, + "end": 664.48, + "text": " Perhaps they will find something that we miss to explain why they are here and where", + "words": [ + { + "word": " Perhaps", + "start": 660.42, + "end": 660.78, + "confidence": 0.99072265625 + }, + { + "word": " they", + "start": 660.78, + "end": 661.06, + "confidence": 0.9208984375 + }, + { + "word": " will", + "start": 661.06, + "end": 661.18, + "confidence": 0.994140625 + }, + { + "word": " find", + "start": 661.18, + "end": 661.42, + "confidence": 0.99755859375 + }, + { + "word": " something", + "start": 661.42, + "end": 661.8, + "confidence": 0.994140625 + }, + { + "word": " that", + "start": 661.8, + "end": 662, + "confidence": 0.9033203125 + }, + { + "word": " we", + "start": 662, + "end": 662.12, + "confidence": 0.99658203125 + }, + { + "word": " miss", + "start": 662.12, + "end": 662.32, + "confidence": 0.46337890625 + }, + { + "word": " to", + "start": 662.32, + "end": 662.52, + "confidence": 0.9912109375 + }, + { + "word": " explain", + "start": 662.52, + "end": 662.96, + "confidence": 0.99658203125 + }, + { + "word": " why", + "start": 662.96, + "end": 663.26, + "confidence": 0.99365234375 + }, + { + "word": " they", + "start": 663.26, + "end": 663.42, + "confidence": 0.9970703125 + }, + { + "word": " are", + "start": 663.42, + "end": 663.54, + "confidence": 0.97216796875 + }, + { + "word": " here", + "start": 663.54, + "end": 663.86, + "confidence": 0.98779296875 + }, + { + "word": " and", + "start": 663.86, + "end": 664.3, + "confidence": 0.8828125 + }, + { + "word": " where", + "start": 664.3, + "end": 664.48, + "confidence": 0.98828125 + } + ] + }, + { + "id": 185, + "start": 664.48, + "end": 665.14, + "text": " they were bound.", + "words": [ + { + "word": " they", + "start": 664.48, + "end": 664.62, + "confidence": 0.9951171875 + }, + { + "word": " were", + "start": 664.62, + "end": 664.76, + "confidence": 0.98828125 + }, + { + "word": " bound.", + "start": 664.76, + "end": 665.14, + "confidence": 0.994140625 + } + ] + }, + { + "id": 186, + "start": 666.34, + "end": 668.2, + "text": " Odorean nodded, that would be prudent.", + "words": [ + { + "word": " Odorean", + "start": 666.34, + "end": 666.84, + "confidence": 0.44140625 + }, + { + "word": " nodded,", + "start": 666.84, + "end": 667.2, + "confidence": 0.948974609375 + }, + { + "word": " that", + "start": 667.46, + "end": 667.56, + "confidence": 0.11724853515625 + }, + { + "word": " would", + "start": 667.56, + "end": 667.7, + "confidence": 0.98876953125 + }, + { + "word": " be", + "start": 667.7, + "end": 667.86, + "confidence": 0.99658203125 + }, + { + "word": " prudent.", + "start": 667.86, + "end": 668.2, + "confidence": 0.99267578125 + } + ] + }, + { + "id": 187, + "start": 668.58, + "end": 672.46, + "text": " Tomorrow, I will travel to Lightbringer with my siblings and the rest of our company.", + "words": [ + { + "word": " Tomorrow,", + "start": 668.58, + "end": 668.82, + "confidence": 0.72802734375 + }, + { + "word": " I", + "start": 669.14, + "end": 669.2, + "confidence": 0.9990234375 + }, + { + "word": " will", + "start": 669.2, + "end": 669.3, + "confidence": 0.99462890625 + }, + { + "word": " travel", + "start": 669.3, + "end": 669.62, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 669.62, + "end": 669.84, + "confidence": 0.99658203125 + }, + { + "word": " Lightbringer", + "start": 669.84, + "end": 670.34, + "confidence": 0.8883463541666666 + }, + { + "word": " with", + "start": 670.34, + "end": 670.58, + "confidence": 0.982421875 + }, + { + "word": " my", + "start": 670.58, + "end": 670.74, + "confidence": 0.98876953125 + }, + { + "word": " siblings", + "start": 670.74, + "end": 671.1, + "confidence": 0.978515625 + }, + { + "word": " and", + "start": 671.1, + "end": 671.52, + "confidence": 0.9423828125 + }, + { + "word": " the", + "start": 671.52, + "end": 671.62, + "confidence": 0.9921875 + }, + { + "word": " rest", + "start": 671.62, + "end": 671.82, + "confidence": 0.99951171875 + }, + { + "word": " of", + "start": 671.82, + "end": 671.98, + "confidence": 0.99658203125 + }, + { + "word": " our", + "start": 671.98, + "end": 672.06, + "confidence": 0.99462890625 + }, + { + "word": " company.", + "start": 672.06, + "end": 672.46, + "confidence": 0.994140625 + } + ] + }, + { + "id": 188, + "start": 673.66, + "end": 675.86, + "text": " And I shall accompany you, said the headmaster.", + "words": [ + { + "word": " And", + "start": 673.66, + "end": 673.86, + "confidence": 0.25 + }, + { + "word": " I", + "start": 673.86, + "end": 673.98, + "confidence": 0.85009765625 + }, + { + "word": " shall", + "start": 673.98, + "end": 674.14, + "confidence": 0.99267578125 + }, + { + "word": " accompany", + "start": 674.14, + "end": 674.58, + "confidence": 0.98974609375 + }, + { + "word": " you,", + "start": 674.58, + "end": 674.9, + "confidence": 0.99609375 + }, + { + "word": " said", + "start": 675.12, + "end": 675.2, + "confidence": 0.95458984375 + }, + { + "word": " the", + "start": 675.2, + "end": 675.32, + "confidence": 0.97509765625 + }, + { + "word": " headmaster.", + "start": 675.32, + "end": 675.86, + "confidence": 0.83984375 + } + ] + }, + { + "id": 189, + "start": 676.56, + "end": 678.22, + "text": " My brothers can look after things here.", + "words": [ + { + "word": " My", + "start": 676.56, + "end": 676.68, + "confidence": 0.83203125 + }, + { + "word": " brothers", + "start": 676.68, + "end": 677, + "confidence": 0.97607421875 + }, + { + "word": " can", + "start": 677, + "end": 677.26, + "confidence": 0.9912109375 + }, + { + "word": " look", + "start": 677.26, + "end": 677.4, + "confidence": 0.99658203125 + }, + { + "word": " after", + "start": 677.4, + "end": 677.68, + "confidence": 0.99658203125 + }, + { + "word": " things", + "start": 677.68, + "end": 677.94, + "confidence": 0.9951171875 + }, + { + "word": " here.", + "start": 677.94, + "end": 678.22, + "confidence": 0.99072265625 + } + ] + }, + { + "id": 190, + "start": 678.48, + "end": 680.24, + "text": " I've been cooped up here for far too long.", + "words": [ + { + "word": " I've", + "start": 678.48, + "end": 678.6, + "confidence": 0.953369140625 + }, + { + "word": " been", + "start": 678.6, + "end": 678.7, + "confidence": 0.9970703125 + }, + { + "word": " cooped", + "start": 678.7, + "end": 679.02, + "confidence": 0.97412109375 + }, + { + "word": " up", + "start": 679.02, + "end": 679.08, + "confidence": 0.99609375 + }, + { + "word": " here", + "start": 679.08, + "end": 679.26, + "confidence": 0.97998046875 + }, + { + "word": " for", + "start": 679.26, + "end": 679.44, + "confidence": 0.98779296875 + }, + { + "word": " far", + "start": 679.44, + "end": 679.7, + "confidence": 0.98779296875 + }, + { + "word": " too", + "start": 679.7, + "end": 679.92, + "confidence": 0.9892578125 + }, + { + "word": " long.", + "start": 679.92, + "end": 680.24, + "confidence": 0.99951171875 + } + ] + }, + { + "id": 191, + "start": 680.24, + "end": 684.12, + "text": " It's time I got out and perhaps got my hands dirty with a bit of adventure.", + "words": [ + { + "word": " It's", + "start": 680.24, + "end": 680.7, + "confidence": 0.52886962890625 + }, + { + "word": " time", + "start": 680.7, + "end": 680.86, + "confidence": 0.986328125 + }, + { + "word": " I", + "start": 680.86, + "end": 681.04, + "confidence": 0.98046875 + }, + { + "word": " got", + "start": 681.04, + "end": 681.18, + "confidence": 0.994140625 + }, + { + "word": " out", + "start": 681.18, + "end": 681.4, + "confidence": 0.99755859375 + }, + { + "word": " and", + "start": 681.4, + "end": 681.6, + "confidence": 0.72509765625 + }, + { + "word": " perhaps", + "start": 681.6, + "end": 681.94, + "confidence": 0.93896484375 + }, + { + "word": " got", + "start": 681.94, + "end": 682.34, + "confidence": 0.96728515625 + }, + { + "word": " my", + "start": 682.34, + "end": 682.52, + "confidence": 0.99658203125 + }, + { + "word": " hands", + "start": 682.52, + "end": 682.78, + "confidence": 0.97900390625 + }, + { + "word": " dirty", + "start": 682.78, + "end": 683.06, + "confidence": 0.9951171875 + }, + { + "word": " with", + "start": 683.06, + "end": 683.38, + "confidence": 0.9794921875 + }, + { + "word": " a", + "start": 683.38, + "end": 683.46, + "confidence": 0.99755859375 + }, + { + "word": " bit", + "start": 683.46, + "end": 683.56, + "confidence": 0.99755859375 + }, + { + "word": " of", + "start": 683.56, + "end": 683.68, + "confidence": 0.99560546875 + }, + { + "word": " adventure.", + "start": 683.68, + "end": 684.12, + "confidence": 0.99267578125 + } + ] + }, + { + "id": 192, + "start": 685.42, + "end": 688.82, + "text": " You are more than welcome to join us, my friend, nodded the paladin.", + "words": [ + { + "word": " You", + "start": 685.42, + "end": 685.48, + "confidence": 0.75244140625 + }, + { + "word": " are", + "start": 685.48, + "end": 685.62, + "confidence": 0.9912109375 + }, + { + "word": " more", + "start": 685.62, + "end": 685.82, + "confidence": 0.99365234375 + }, + { + "word": " than", + "start": 685.82, + "end": 686, + "confidence": 0.9912109375 + }, + { + "word": " welcome", + "start": 686, + "end": 686.4, + "confidence": 0.99267578125 + }, + { + "word": " to", + "start": 686.4, + "end": 686.62, + "confidence": 0.99755859375 + }, + { + "word": " join", + "start": 686.62, + "end": 686.9, + "confidence": 0.97900390625 + }, + { + "word": " us,", + "start": 686.9, + "end": 687.14, + "confidence": 0.9892578125 + }, + { + "word": " my", + "start": 687.22, + "end": 687.3, + "confidence": 0.99560546875 + }, + { + "word": " friend,", + "start": 687.3, + "end": 687.7, + "confidence": 0.9970703125 + }, + { + "word": " nodded", + "start": 688.04, + "end": 688.3, + "confidence": 0.86865234375 + }, + { + "word": " the", + "start": 688.3, + "end": 688.46, + "confidence": 0.9697265625 + }, + { + "word": " paladin.", + "start": 688.46, + "end": 688.82, + "confidence": 0.7841796875 + } + ] + }, + { + "id": 193, + "start": 689.94, + "end": 693.64, + "text": " Aren't you getting a bit old for that headmaster, teased Aragast with a smile?", + "words": [ + { + "word": " Aren't", + "start": 689.94, + "end": 690.2, + "confidence": 0.8125 + }, + { + "word": " you", + "start": 690.2, + "end": 690.26, + "confidence": 0.998046875 + }, + { + "word": " getting", + "start": 690.26, + "end": 690.48, + "confidence": 0.9990234375 + }, + { + "word": " a", + "start": 690.48, + "end": 690.6, + "confidence": 0.9931640625 + }, + { + "word": " bit", + "start": 690.6, + "end": 690.74, + "confidence": 0.99365234375 + }, + { + "word": " old", + "start": 690.74, + "end": 690.9, + "confidence": 0.99658203125 + }, + { + "word": " for", + "start": 690.9, + "end": 691.08, + "confidence": 0.99560546875 + }, + { + "word": " that", + "start": 691.08, + "end": 691.24, + "confidence": 0.99560546875 + }, + { + "word": " headmaster,", + "start": 691.24, + "end": 691.88, + "confidence": 0.9130859375 + }, + { + "word": " teased", + "start": 692.26, + "end": 692.54, + "confidence": 0.97265625 + }, + { + "word": " Aragast", + "start": 692.54, + "end": 692.98, + "confidence": 0.67431640625 + }, + { + "word": " with", + "start": 692.98, + "end": 693.2, + "confidence": 0.9892578125 + }, + { + "word": " a", + "start": 693.2, + "end": 693.34, + "confidence": 0.9951171875 + }, + { + "word": " smile?", + "start": 693.34, + "end": 693.64, + "confidence": 0.994140625 + } + ] + }, + { + "id": 194, + "start": 694.8, + "end": 699.48, + "text": " We playfully glared at the elf and said, you long-lived races are all the same, just because", + "words": [ + { + "word": " We", + "start": 694.8, + "end": 695, + "confidence": 0.8720703125 + }, + { + "word": " playfully", + "start": 695, + "end": 695.42, + "confidence": 0.6424560546875 + }, + { + "word": " glared", + "start": 695.42, + "end": 695.72, + "confidence": 0.8388671875 + }, + { + "word": " at", + "start": 695.72, + "end": 695.82, + "confidence": 0.99853515625 + }, + { + "word": " the", + "start": 695.82, + "end": 695.96, + "confidence": 0.994140625 + }, + { + "word": " elf", + "start": 695.96, + "end": 696.14, + "confidence": 0.5400390625 + }, + { + "word": " and", + "start": 696.14, + "end": 696.3, + "confidence": 0.9765625 + }, + { + "word": " said,", + "start": 696.3, + "end": 696.54, + "confidence": 0.99951171875 + }, + { + "word": " you", + "start": 696.88, + "end": 696.94, + "confidence": 0.1187744140625 + }, + { + "word": " long", + "start": 696.94, + "end": 697.24, + "confidence": 0.974609375 + }, + { + "word": "-lived", + "start": 697.24, + "end": 697.5, + "confidence": 0.793701171875 + }, + { + "word": " races", + "start": 697.5, + "end": 697.82, + "confidence": 0.97509765625 + }, + { + "word": " are", + "start": 697.82, + "end": 698.12, + "confidence": 0.9951171875 + }, + { + "word": " all", + "start": 698.12, + "end": 698.26, + "confidence": 0.9931640625 + }, + { + "word": " the", + "start": 698.26, + "end": 698.38, + "confidence": 0.99951171875 + }, + { + "word": " same,", + "start": 698.38, + "end": 698.74, + "confidence": 0.99951171875 + }, + { + "word": " just", + "start": 699.04, + "end": 699.18, + "confidence": 0.98095703125 + }, + { + "word": " because", + "start": 699.18, + "end": 699.48, + "confidence": 0.9951171875 + } + ] + }, + { + "id": 195, + "start": 699.48, + "end": 701.9, + "text": " I'm human and in my thirties doesn't mean I'm old.", + "words": [ + { + "word": " I'm", + "start": 699.48, + "end": 699.72, + "confidence": 0.970947265625 + }, + { + "word": " human", + "start": 699.72, + "end": 700.02, + "confidence": 0.99560546875 + }, + { + "word": " and", + "start": 700.02, + "end": 700.26, + "confidence": 0.86279296875 + }, + { + "word": " in", + "start": 700.26, + "end": 700.34, + "confidence": 0.9833984375 + }, + { + "word": " my", + "start": 700.34, + "end": 700.5, + "confidence": 0.99853515625 + }, + { + "word": " thirties", + "start": 700.5, + "end": 700.94, + "confidence": 0.8478190104166666 + }, + { + "word": " doesn't", + "start": 700.94, + "end": 701.28, + "confidence": 0.9462890625 + }, + { + "word": " mean", + "start": 701.28, + "end": 701.42, + "confidence": 0.99755859375 + }, + { + "word": " I'm", + "start": 701.42, + "end": 701.66, + "confidence": 0.9931640625 + }, + { + "word": " old.", + "start": 701.66, + "end": 701.9, + "confidence": 0.99609375 + } + ] + }, + { + "id": 196, + "start": 702.4, + "end": 706.3, + "text": " You're the one who is over a century in age, so let's not talk about who is getting old.", + "words": [ + { + "word": " You're", + "start": 702.4, + "end": 702.54, + "confidence": 0.991943359375 + }, + { + "word": " the", + "start": 702.54, + "end": 702.62, + "confidence": 0.9990234375 + }, + { + "word": " one", + "start": 702.62, + "end": 702.74, + "confidence": 0.99462890625 + }, + { + "word": " who", + "start": 702.74, + "end": 702.9, + "confidence": 0.99462890625 + }, + { + "word": " is", + "start": 702.9, + "end": 703.02, + "confidence": 0.98291015625 + }, + { + "word": " over", + "start": 703.02, + "end": 703.22, + "confidence": 0.99658203125 + }, + { + "word": " a", + "start": 703.22, + "end": 703.36, + "confidence": 0.94775390625 + }, + { + "word": " century", + "start": 703.36, + "end": 703.68, + "confidence": 0.9833984375 + }, + { + "word": " in", + "start": 703.68, + "end": 703.92, + "confidence": 0.509765625 + }, + { + "word": " age,", + "start": 703.92, + "end": 704.26, + "confidence": 0.98828125 + }, + { + "word": " so", + "start": 704.42, + "end": 704.48, + "confidence": 0.99658203125 + }, + { + "word": " let's", + "start": 704.48, + "end": 704.72, + "confidence": 0.99169921875 + }, + { + "word": " not", + "start": 704.72, + "end": 704.84, + "confidence": 0.99853515625 + }, + { + "word": " talk", + "start": 704.84, + "end": 705.12, + "confidence": 0.998046875 + }, + { + "word": " about", + "start": 705.12, + "end": 705.36, + "confidence": 0.9990234375 + }, + { + "word": " who", + "start": 705.36, + "end": 705.58, + "confidence": 0.99560546875 + }, + { + "word": " is", + "start": 705.58, + "end": 705.72, + "confidence": 0.96044921875 + }, + { + "word": " getting", + "start": 705.72, + "end": 705.96, + "confidence": 0.99755859375 + }, + { + "word": " old.", + "start": 705.96, + "end": 706.3, + "confidence": 0.99755859375 + } + ] + }, + { + "id": 197, + "start": 707.4, + "end": 712.28, + "text": " Aragast raised his hands in defeat and smiled as laughter from the remaining company filled", + "words": [ + { + "word": " Aragast", + "start": 707.4, + "end": 707.96, + "confidence": 0.5684407552083334 + }, + { + "word": " raised", + "start": 707.96, + "end": 708.26, + "confidence": 0.962890625 + }, + { + "word": " his", + "start": 708.26, + "end": 708.54, + "confidence": 0.99658203125 + }, + { + "word": " hands", + "start": 708.54, + "end": 708.82, + "confidence": 0.98486328125 + }, + { + "word": " in", + "start": 708.82, + "end": 709.04, + "confidence": 0.90185546875 + }, + { + "word": " defeat", + "start": 709.04, + "end": 709.38, + "confidence": 0.99462890625 + }, + { + "word": " and", + "start": 709.38, + "end": 709.7, + "confidence": 0.814453125 + }, + { + "word": " smiled", + "start": 709.7, + "end": 710.12, + "confidence": 0.994140625 + }, + { + "word": " as", + "start": 710.12, + "end": 710.32, + "confidence": 0.9873046875 + }, + { + "word": " laughter", + "start": 710.32, + "end": 710.66, + "confidence": 0.9873046875 + }, + { + "word": " from", + "start": 710.66, + "end": 710.94, + "confidence": 0.96875 + }, + { + "word": " the", + "start": 710.94, + "end": 711.06, + "confidence": 0.9931640625 + }, + { + "word": " remaining", + "start": 711.06, + "end": 711.38, + "confidence": 0.99267578125 + }, + { + "word": " company", + "start": 711.38, + "end": 711.92, + "confidence": 0.98876953125 + }, + { + "word": " filled", + "start": 711.92, + "end": 712.28, + "confidence": 0.982421875 + } + ] + }, + { + "id": 198, + "start": 712.28, + "end": 712.68, + "text": " the room.", + "words": [ + { + "word": " the", + "start": 712.28, + "end": 712.42, + "confidence": 0.99658203125 + }, + { + "word": " room.", + "start": 712.42, + "end": 712.68, + "confidence": 0.99560546875 + } + ] + }, + { + "id": 199, + "start": 713.24, + "end": 717.42, + "text": " For the rest of the evening, the friends and family talked into the night and about midnight", + "words": [ + { + "word": " For", + "start": 713.24, + "end": 713.56, + "confidence": 0.94580078125 + }, + { + "word": " the", + "start": 713.56, + "end": 713.66, + "confidence": 0.998046875 + }, + { + "word": " rest", + "start": 713.66, + "end": 713.84, + "confidence": 0.99951171875 + }, + { + "word": " of", + "start": 713.84, + "end": 714, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 714, + "end": 714.12, + "confidence": 0.99365234375 + }, + { + "word": " evening,", + "start": 714.12, + "end": 714.46, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 714.72, + "end": 714.76, + "confidence": 0.99267578125 + }, + { + "word": " friends", + "start": 714.76, + "end": 715, + "confidence": 0.9716796875 + }, + { + "word": " and", + "start": 715, + "end": 715.22, + "confidence": 0.99462890625 + }, + { + "word": " family", + "start": 715.22, + "end": 715.54, + "confidence": 0.994140625 + }, + { + "word": " talked", + "start": 715.54, + "end": 715.86, + "confidence": 0.97998046875 + }, + { + "word": " into", + "start": 715.86, + "end": 716.1, + "confidence": 0.94580078125 + }, + { + "word": " the", + "start": 716.1, + "end": 716.24, + "confidence": 0.99609375 + }, + { + "word": " night", + "start": 716.24, + "end": 716.46, + "confidence": 0.9912109375 + }, + { + "word": " and", + "start": 716.46, + "end": 716.84, + "confidence": 0.75341796875 + }, + { + "word": " about", + "start": 716.84, + "end": 717.1, + "confidence": 0.984375 + }, + { + "word": " midnight", + "start": 717.1, + "end": 717.42, + "confidence": 0.91650390625 + } + ] + }, + { + "id": 200, + "start": 717.42, + "end": 718.6, + "text": " retired to their beds.", + "words": [ + { + "word": " retired", + "start": 717.42, + "end": 717.96, + "confidence": 0.9619140625 + }, + { + "word": " to", + "start": 717.96, + "end": 718.2, + "confidence": 0.99658203125 + }, + { + "word": " their", + "start": 718.2, + "end": 718.32, + "confidence": 0.9951171875 + }, + { + "word": " beds.", + "start": 718.32, + "end": 718.6, + "confidence": 0.99609375 + } + ] + }, + { + "id": 201, + "start": 719.72, + "end": 724.58, + "text": " In the morning after the company had eaten, Jalan, Kiri, Ferric and Vea prepared for their", + "words": [ + { + "word": " In", + "start": 719.72, + "end": 719.92, + "confidence": 0.96826171875 + }, + { + "word": " the", + "start": 719.92, + "end": 720, + "confidence": 0.99853515625 + }, + { + "word": " morning", + "start": 720, + "end": 720.28, + "confidence": 0.99560546875 + }, + { + "word": " after", + "start": 720.28, + "end": 720.62, + "confidence": 0.74853515625 + }, + { + "word": " the", + "start": 720.62, + "end": 720.76, + "confidence": 0.99365234375 + }, + { + "word": " company", + "start": 720.76, + "end": 721.06, + "confidence": 0.99658203125 + }, + { + "word": " had", + "start": 721.06, + "end": 721.26, + "confidence": 0.998046875 + }, + { + "word": " eaten,", + "start": 721.26, + "end": 721.6, + "confidence": 0.9970703125 + }, + { + "word": " Jalan,", + "start": 722, + "end": 722.26, + "confidence": 0.4432373046875 + }, + { + "word": " Kiri,", + "start": 722.6, + "end": 722.84, + "confidence": 0.4932861328125 + }, + { + "word": " Ferric", + "start": 723.12, + "end": 723.34, + "confidence": 0.4354248046875 + }, + { + "word": " and", + "start": 723.34, + "end": 723.6, + "confidence": 0.53857421875 + }, + { + "word": " Vea", + "start": 723.6, + "end": 723.88, + "confidence": 0.3770751953125 + }, + { + "word": " prepared", + "start": 723.88, + "end": 724.2, + "confidence": 0.869140625 + }, + { + "word": " for", + "start": 724.2, + "end": 724.44, + "confidence": 0.998046875 + }, + { + "word": " their", + "start": 724.44, + "end": 724.58, + "confidence": 0.9970703125 + } + ] + }, + { + "id": 202, + "start": 724.58, + "end": 729.62, + "text": " departure in their rooms, while Odorean, Wu and Aragast met in the headmaster's private", + "words": [ + { + "word": " departure", + "start": 724.58, + "end": 725, + "confidence": 0.9990234375 + }, + { + "word": " in", + "start": 725, + "end": 725.16, + "confidence": 0.94384765625 + }, + { + "word": " their", + "start": 725.16, + "end": 725.28, + "confidence": 0.99560546875 + }, + { + "word": " rooms,", + "start": 725.28, + "end": 725.68, + "confidence": 0.994140625 + }, + { + "word": " while", + "start": 726.12, + "end": 726.36, + "confidence": 0.99072265625 + }, + { + "word": " Odorean,", + "start": 726.36, + "end": 727.04, + "confidence": 0.517578125 + }, + { + "word": " Wu", + "start": 727.28, + "end": 727.36, + "confidence": 0.76123046875 + }, + { + "word": " and", + "start": 727.36, + "end": 727.66, + "confidence": 0.6484375 + }, + { + "word": " Aragast", + "start": 727.66, + "end": 728.16, + "confidence": 0.9817708333333334 + }, + { + "word": " met", + "start": 728.16, + "end": 728.38, + "confidence": 0.9892578125 + }, + { + "word": " in", + "start": 728.38, + "end": 728.56, + "confidence": 0.99560546875 + }, + { + "word": " the", + "start": 728.56, + "end": 728.66, + "confidence": 0.98828125 + }, + { + "word": " headmaster's", + "start": 728.66, + "end": 729.32, + "confidence": 0.8128255208333334 + }, + { + "word": " private", + "start": 729.32, + "end": 729.62, + "confidence": 0.98779296875 + } + ] + }, + { + "id": 203, + "start": 729.62, + "end": 732.36, + "text": " chambers to discuss their travel plans to Lightbringer.", + "words": [ + { + "word": " chambers", + "start": 729.62, + "end": 730, + "confidence": 0.984375 + }, + { + "word": " to", + "start": 730, + "end": 730.3, + "confidence": 0.98583984375 + }, + { + "word": " discuss", + "start": 730.3, + "end": 730.58, + "confidence": 0.99755859375 + }, + { + "word": " their", + "start": 730.58, + "end": 730.84, + "confidence": 0.99560546875 + }, + { + "word": " travel", + "start": 730.84, + "end": 731.22, + "confidence": 0.99609375 + }, + { + "word": " plans", + "start": 731.22, + "end": 731.6, + "confidence": 0.998046875 + }, + { + "word": " to", + "start": 731.6, + "end": 731.88, + "confidence": 0.99609375 + }, + { + "word": " Lightbringer.", + "start": 731.88, + "end": 732.36, + "confidence": 0.81640625 + } + ] + }, + { + "id": 204, + "start": 733.2, + "end": 737.16, + "text": " It appears our new guests have settled in well, said Wu to his old companions.", + "words": [ + { + "word": " It", + "start": 733.2, + "end": 733.66, + "confidence": 0.411865234375 + }, + { + "word": " appears", + "start": 733.66, + "end": 733.94, + "confidence": 0.994140625 + }, + { + "word": " our", + "start": 733.94, + "end": 734.12, + "confidence": 0.98486328125 + }, + { + "word": " new", + "start": 734.12, + "end": 734.3, + "confidence": 0.9765625 + }, + { + "word": " guests", + "start": 734.3, + "end": 734.52, + "confidence": 0.9345703125 + }, + { + "word": " have", + "start": 734.52, + "end": 734.76, + "confidence": 0.9970703125 + }, + { + "word": " settled", + "start": 734.76, + "end": 735.06, + "confidence": 0.98974609375 + }, + { + "word": " in", + "start": 735.06, + "end": 735.28, + "confidence": 0.71044921875 + }, + { + "word": " well,", + "start": 735.28, + "end": 735.46, + "confidence": 0.54541015625 + }, + { + "word": " said", + "start": 735.86, + "end": 735.98, + "confidence": 0.9921875 + }, + { + "word": " Wu", + "start": 735.98, + "end": 736.16, + "confidence": 0.62841796875 + }, + { + "word": " to", + "start": 736.16, + "end": 736.32, + "confidence": 0.98486328125 + }, + { + "word": " his", + "start": 736.32, + "end": 736.44, + "confidence": 0.9892578125 + }, + { + "word": " old", + "start": 736.44, + "end": 736.64, + "confidence": 0.98828125 + }, + { + "word": " companions.", + "start": 736.64, + "end": 737.16, + "confidence": 0.9873046875 + } + ] + }, + { + "id": 205, + "start": 737.92, + "end": 742.56, + "text": " I believe by all I've heard, this dark elf is indeed eager to sever all ties with his", + "words": [ + { + "word": " I", + "start": 737.92, + "end": 738.14, + "confidence": 0.449462890625 + }, + { + "word": " believe", + "start": 738.14, + "end": 738.42, + "confidence": 0.97607421875 + }, + { + "word": " by", + "start": 738.42, + "end": 738.7, + "confidence": 0.7470703125 + }, + { + "word": " all", + "start": 738.7, + "end": 738.86, + "confidence": 0.9970703125 + }, + { + "word": " I've", + "start": 738.86, + "end": 739.1, + "confidence": 0.970947265625 + }, + { + "word": " heard,", + "start": 739.1, + "end": 739.3, + "confidence": 0.99853515625 + }, + { + "word": " this", + "start": 739.52, + "end": 739.62, + "confidence": 0.9716796875 + }, + { + "word": " dark", + "start": 739.62, + "end": 739.82, + "confidence": 0.89697265625 + }, + { + "word": " elf", + "start": 739.82, + "end": 740.1, + "confidence": 0.95556640625 + }, + { + "word": " is", + "start": 740.1, + "end": 740.34, + "confidence": 0.99365234375 + }, + { + "word": " indeed", + "start": 740.34, + "end": 740.62, + "confidence": 0.9931640625 + }, + { + "word": " eager", + "start": 740.62, + "end": 741.02, + "confidence": 0.98583984375 + }, + { + "word": " to", + "start": 741.02, + "end": 741.2, + "confidence": 0.998046875 + }, + { + "word": " sever", + "start": 741.2, + "end": 741.46, + "confidence": 0.98974609375 + }, + { + "word": " all", + "start": 741.46, + "end": 741.76, + "confidence": 0.9912109375 + }, + { + "word": " ties", + "start": 741.76, + "end": 742.1, + "confidence": 0.9873046875 + }, + { + "word": " with", + "start": 742.1, + "end": 742.4, + "confidence": 0.99169921875 + }, + { + "word": " his", + "start": 742.4, + "end": 742.56, + "confidence": 0.99169921875 + } + ] + }, + { + "id": 206, + "start": 742.56, + "end": 743.34, + "text": " former homeland.", + "words": [ + { + "word": " former", + "start": 742.56, + "end": 742.86, + "confidence": 0.99560546875 + }, + { + "word": " homeland.", + "start": 742.86, + "end": 743.34, + "confidence": 0.95361328125 + } + ] + }, + { + "id": 207, + "start": 744.32, + "end": 747.2, + "text": " As you said, time will tell for certain, said Aragast.", + "words": [ + { + "word": " As", + "start": 744.32, + "end": 744.7, + "confidence": 0.50439453125 + }, + { + "word": " you", + "start": 744.7, + "end": 744.8, + "confidence": 0.99560546875 + }, + { + "word": " said,", + "start": 744.8, + "end": 745.06, + "confidence": 0.98291015625 + }, + { + "word": " time", + "start": 745.2, + "end": 745.34, + "confidence": 0.72021484375 + }, + { + "word": " will", + "start": 745.34, + "end": 745.48, + "confidence": 0.9970703125 + }, + { + "word": " tell", + "start": 745.48, + "end": 745.68, + "confidence": 0.9970703125 + }, + { + "word": " for", + "start": 745.68, + "end": 745.9, + "confidence": 0.9716796875 + }, + { + "word": " certain,", + "start": 745.9, + "end": 746.24, + "confidence": 0.99560546875 + }, + { + "word": " said", + "start": 746.52, + "end": 746.68, + "confidence": 0.9912109375 + }, + { + "word": " Aragast.", + "start": 746.68, + "end": 747.2, + "confidence": 0.6195475260416666 + } + ] + }, + { + "id": 208, + "start": 747.62, + "end": 751.86, + "text": " I've sent word to Belegast in allodia and they will look in on them from time to time.", + "words": [ + { + "word": " I've", + "start": 747.62, + "end": 747.9, + "confidence": 0.95458984375 + }, + { + "word": " sent", + "start": 747.9, + "end": 748.06, + "confidence": 0.9970703125 + }, + { + "word": " word", + "start": 748.06, + "end": 748.34, + "confidence": 0.91015625 + }, + { + "word": " to", + "start": 748.34, + "end": 748.54, + "confidence": 0.9873046875 + }, + { + "word": " Belegast", + "start": 748.54, + "end": 749.1, + "confidence": 0.6923828125 + }, + { + "word": " in", + "start": 749.1, + "end": 749.24, + "confidence": 0.8291015625 + }, + { + "word": " allodia", + "start": 749.24, + "end": 749.74, + "confidence": 0.5431315104166666 + }, + { + "word": " and", + "start": 749.74, + "end": 750, + "confidence": 0.3291015625 + }, + { + "word": " they", + "start": 750, + "end": 750.12, + "confidence": 0.994140625 + }, + { + "word": " will", + "start": 750.12, + "end": 750.26, + "confidence": 0.9892578125 + }, + { + "word": " look", + "start": 750.26, + "end": 750.42, + "confidence": 0.9931640625 + }, + { + "word": " in", + "start": 750.42, + "end": 750.56, + "confidence": 0.9931640625 + }, + { + "word": " on", + "start": 750.56, + "end": 750.68, + "confidence": 0.9892578125 + }, + { + "word": " them", + "start": 750.68, + "end": 750.84, + "confidence": 0.9873046875 + }, + { + "word": " from", + "start": 750.84, + "end": 751.02, + "confidence": 0.98388671875 + }, + { + "word": " time", + "start": 751.02, + "end": 751.3, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 751.3, + "end": 751.5, + "confidence": 0.99072265625 + }, + { + "word": " time.", + "start": 751.5, + "end": 751.86, + "confidence": 0.99951171875 + } + ] + }, + { + "id": 209, + "start": 752.94, + "end": 757.04, + "text": " We grabbed one final item from his desk and carefully placed it in his travel pack.", + "words": [ + { + "word": " We", + "start": 752.94, + "end": 753.16, + "confidence": 0.9267578125 + }, + { + "word": " grabbed", + "start": 753.16, + "end": 753.4, + "confidence": 0.2171630859375 + }, + { + "word": " one", + "start": 753.4, + "end": 753.72, + "confidence": 0.99755859375 + }, + { + "word": " final", + "start": 753.72, + "end": 754.14, + "confidence": 0.99755859375 + }, + { + "word": " item", + "start": 754.14, + "end": 754.4, + "confidence": 0.99658203125 + }, + { + "word": " from", + "start": 754.4, + "end": 754.6, + "confidence": 0.99365234375 + }, + { + "word": " his", + "start": 754.6, + "end": 754.76, + "confidence": 0.98779296875 + }, + { + "word": " desk", + "start": 754.76, + "end": 755.04, + "confidence": 0.98876953125 + }, + { + "word": " and", + "start": 755.04, + "end": 755.28, + "confidence": 0.97119140625 + }, + { + "word": " carefully", + "start": 755.28, + "end": 755.64, + "confidence": 0.9970703125 + }, + { + "word": " placed", + "start": 755.64, + "end": 756.04, + "confidence": 0.9912109375 + }, + { + "word": " it", + "start": 756.04, + "end": 756.2, + "confidence": 0.990234375 + }, + { + "word": " in", + "start": 756.2, + "end": 756.32, + "confidence": 0.99365234375 + }, + { + "word": " his", + "start": 756.32, + "end": 756.44, + "confidence": 0.9921875 + }, + { + "word": " travel", + "start": 756.44, + "end": 756.74, + "confidence": 0.96142578125 + }, + { + "word": " pack.", + "start": 756.74, + "end": 757.04, + "confidence": 0.98681640625 + } + ] + }, + { + "id": 210, + "start": 757.64, + "end": 759.86, + "text": " Well, I am ready, my friends, let us be off.", + "words": [ + { + "word": " Well,", + "start": 757.64, + "end": 757.88, + "confidence": 0.80419921875 + }, + { + "word": " I", + "start": 757.96, + "end": 758.1, + "confidence": 0.99609375 + }, + { + "word": " am", + "start": 758.1, + "end": 758.22, + "confidence": 0.98193359375 + }, + { + "word": " ready,", + "start": 758.22, + "end": 758.44, + "confidence": 0.99755859375 + }, + { + "word": " my", + "start": 758.58, + "end": 758.66, + "confidence": 0.99560546875 + }, + { + "word": " friends,", + "start": 758.66, + "end": 758.96, + "confidence": 0.99072265625 + }, + { + "word": " let", + "start": 759.22, + "end": 759.32, + "confidence": 0.98681640625 + }, + { + "word": " us", + "start": 759.32, + "end": 759.44, + "confidence": 0.9912109375 + }, + { + "word": " be", + "start": 759.44, + "end": 759.6, + "confidence": 0.98779296875 + }, + { + "word": " off.", + "start": 759.6, + "end": 759.86, + "confidence": 0.99755859375 + } + ] + }, + { + "id": 211, + "start": 759.86, + "end": 762.78, + "text": " I have a stout horse saddled in waiting for me in the stables.", + "words": [ + { + "word": " I", + "start": 759.86, + "end": 760.22, + "confidence": 0.34423828125 + }, + { + "word": " have", + "start": 760.22, + "end": 760.36, + "confidence": 0.7255859375 + }, + { + "word": " a", + "start": 760.36, + "end": 760.48, + "confidence": 0.70751953125 + }, + { + "word": " stout", + "start": 760.48, + "end": 760.72, + "confidence": 0.9873046875 + }, + { + "word": " horse", + "start": 760.72, + "end": 760.94, + "confidence": 0.9873046875 + }, + { + "word": " saddled", + "start": 760.94, + "end": 761.44, + "confidence": 0.96435546875 + }, + { + "word": " in", + "start": 761.44, + "end": 761.58, + "confidence": 0.455810546875 + }, + { + "word": " waiting", + "start": 761.58, + "end": 761.8, + "confidence": 0.99072265625 + }, + { + "word": " for", + "start": 761.8, + "end": 762.06, + "confidence": 0.9951171875 + }, + { + "word": " me", + "start": 762.06, + "end": 762.2, + "confidence": 0.99853515625 + }, + { + "word": " in", + "start": 762.2, + "end": 762.3, + "confidence": 0.9814453125 + }, + { + "word": " the", + "start": 762.3, + "end": 762.38, + "confidence": 0.9951171875 + }, + { + "word": " stables.", + "start": 762.38, + "end": 762.78, + "confidence": 0.9326171875 + } + ] + }, + { + "id": 212, + "start": 763.68, + "end": 766.14, + "text": " Your riding, said Jalan in disbelief.", + "words": [ + { + "word": " Your", + "start": 763.68, + "end": 764.16, + "confidence": 0.60791015625 + }, + { + "word": " riding,", + "start": 764.16, + "end": 764.48, + "confidence": 0.6728515625 + }, + { + "word": " said", + "start": 764.82, + "end": 764.94, + "confidence": 0.96044921875 + }, + { + "word": " Jalan", + "start": 764.94, + "end": 765.32, + "confidence": 0.40087890625 + }, + { + "word": " in", + "start": 765.32, + "end": 765.48, + "confidence": 0.481201171875 + }, + { + "word": " disbelief.", + "start": 765.48, + "end": 766.14, + "confidence": 0.996826171875 + } + ] + }, + { + "id": 213, + "start": 766.42, + "end": 769.02, + "text": " I had expected you to just wave your hand and we'd be there.", + "words": [ + { + "word": " I", + "start": 766.42, + "end": 766.52, + "confidence": 0.9541015625 + }, + { + "word": " had", + "start": 766.52, + "end": 766.62, + "confidence": 0.99755859375 + }, + { + "word": " expected", + "start": 766.62, + "end": 767, + "confidence": 0.9951171875 + }, + { + "word": " you", + "start": 767, + "end": 767.26, + "confidence": 0.98876953125 + }, + { + "word": " to", + "start": 767.26, + "end": 767.4, + "confidence": 0.9921875 + }, + { + "word": " just", + "start": 767.4, + "end": 767.54, + "confidence": 0.98486328125 + }, + { + "word": " wave", + "start": 767.54, + "end": 767.72, + "confidence": 0.8583984375 + }, + { + "word": " your", + "start": 767.72, + "end": 767.92, + "confidence": 0.98876953125 + }, + { + "word": " hand", + "start": 767.92, + "end": 768.2, + "confidence": 0.99853515625 + }, + { + "word": " and", + "start": 768.2, + "end": 768.38, + "confidence": 0.662109375 + }, + { + "word": " we'd", + "start": 768.38, + "end": 768.64, + "confidence": 0.96826171875 + }, + { + "word": " be", + "start": 768.64, + "end": 768.76, + "confidence": 0.9970703125 + }, + { + "word": " there.", + "start": 768.76, + "end": 769.02, + "confidence": 0.998046875 + } + ] + }, + { + "id": 214, + "start": 770.06, + "end": 773.68, + "text": " We shook his head, no I will travel in a conventional manner by horse.", + "words": [ + { + "word": " We", + "start": 770.06, + "end": 770.3, + "confidence": 0.666015625 + }, + { + "word": " shook", + "start": 770.3, + "end": 770.5, + "confidence": 0.7822265625 + }, + { + "word": " his", + "start": 770.5, + "end": 770.7, + "confidence": 0.98828125 + }, + { + "word": " head,", + "start": 770.7, + "end": 770.92, + "confidence": 0.9990234375 + }, + { + "word": " no", + "start": 771.22, + "end": 771.34, + "confidence": 0.5947265625 + }, + { + "word": " I", + "start": 771.34, + "end": 771.58, + "confidence": 0.5693359375 + }, + { + "word": " will", + "start": 771.58, + "end": 771.7, + "confidence": 0.9853515625 + }, + { + "word": " travel", + "start": 771.7, + "end": 772.02, + "confidence": 0.99560546875 + }, + { + "word": " in", + "start": 772.02, + "end": 772.22, + "confidence": 0.99658203125 + }, + { + "word": " a", + "start": 772.22, + "end": 772.28, + "confidence": 0.9951171875 + }, + { + "word": " conventional", + "start": 772.28, + "end": 772.74, + "confidence": 0.9921875 + }, + { + "word": " manner", + "start": 772.74, + "end": 773.16, + "confidence": 0.9853515625 + }, + { + "word": " by", + "start": 773.16, + "end": 773.44, + "confidence": 0.83056640625 + }, + { + "word": " horse.", + "start": 773.44, + "end": 773.68, + "confidence": 0.9716796875 + } + ] + }, + { + "id": 215, + "start": 774.24, + "end": 778.26, + "text": " Again, it has been far too long since I've been on the trail and I look forward to the", + "words": [ + { + "word": " Again,", + "start": 774.24, + "end": 774.5, + "confidence": 0.9912109375 + }, + { + "word": " it", + "start": 774.72, + "end": 774.8, + "confidence": 0.994140625 + }, + { + "word": " has", + "start": 774.8, + "end": 774.92, + "confidence": 0.99560546875 + }, + { + "word": " been", + "start": 774.92, + "end": 775.06, + "confidence": 0.9970703125 + }, + { + "word": " far", + "start": 775.06, + "end": 775.36, + "confidence": 0.9951171875 + }, + { + "word": " too", + "start": 775.36, + "end": 775.64, + "confidence": 0.9970703125 + }, + { + "word": " long", + "start": 775.64, + "end": 775.84, + "confidence": 0.9990234375 + }, + { + "word": " since", + "start": 775.84, + "end": 776.1, + "confidence": 0.99609375 + }, + { + "word": " I've", + "start": 776.1, + "end": 776.38, + "confidence": 0.92236328125 + }, + { + "word": " been", + "start": 776.38, + "end": 776.5, + "confidence": 0.99853515625 + }, + { + "word": " on", + "start": 776.5, + "end": 776.62, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 776.62, + "end": 776.74, + "confidence": 0.994140625 + }, + { + "word": " trail", + "start": 776.74, + "end": 777.06, + "confidence": 0.98681640625 + }, + { + "word": " and", + "start": 777.06, + "end": 777.44, + "confidence": 0.37548828125 + }, + { + "word": " I", + "start": 777.44, + "end": 777.54, + "confidence": 0.9873046875 + }, + { + "word": " look", + "start": 777.54, + "end": 777.66, + "confidence": 0.99609375 + }, + { + "word": " forward", + "start": 777.66, + "end": 777.98, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 777.98, + "end": 778.16, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 778.16, + "end": 778.26, + "confidence": 0.99267578125 + } + ] + }, + { + "id": 216, + "start": 778.26, + "end": 779.2, + "text": " relaxing journey.", + "words": [ + { + "word": " relaxing", + "start": 778.26, + "end": 778.7, + "confidence": 0.9892578125 + }, + { + "word": " journey.", + "start": 778.7, + "end": 779.2, + "confidence": 0.9931640625 + } + ] + }, + { + "id": 217, + "start": 780.28, + "end": 782.86, + "text": " A hurried knock then sounded at the chamber door.", + "words": [ + { + "word": " A", + "start": 780.28, + "end": 780.52, + "confidence": 0.9638671875 + }, + { + "word": " hurried", + "start": 780.52, + "end": 780.82, + "confidence": 0.97314453125 + }, + { + "word": " knock", + "start": 780.82, + "end": 781.08, + "confidence": 0.83251953125 + }, + { + "word": " then", + "start": 781.08, + "end": 781.44, + "confidence": 0.97412109375 + }, + { + "word": " sounded", + "start": 781.44, + "end": 781.9, + "confidence": 0.98291015625 + }, + { + "word": " at", + "start": 781.9, + "end": 782.08, + "confidence": 0.99169921875 + }, + { + "word": " the", + "start": 782.08, + "end": 782.22, + "confidence": 0.9921875 + }, + { + "word": " chamber", + "start": 782.22, + "end": 782.56, + "confidence": 0.86181640625 + }, + { + "word": " door.", + "start": 782.56, + "end": 782.86, + "confidence": 0.92578125 + } + ] + }, + { + "id": 218, + "start": 784.08, + "end": 785.58, + "text": " Yes, enter, Wu commanded.", + "words": [ + { + "word": " Yes,", + "start": 784.08, + "end": 784.3, + "confidence": 0.58203125 + }, + { + "word": " enter,", + "start": 784.54, + "end": 784.82, + "confidence": 0.8046875 + }, + { + "word": " Wu", + "start": 785.02, + "end": 785.08, + "confidence": 0.032989501953125 + }, + { + "word": " commanded.", + "start": 785.08, + "end": 785.58, + "confidence": 0.89013671875 + } + ] + }, + { + "id": 219, + "start": 785.58, + "end": 790.9, + "text": " A servant opened the door, hurried in, handed the headmaster two scrolls and left.", + "words": [ + { + "word": " A", + "start": 785.58, + "end": 786.36, + "confidence": 0.134765625 + }, + { + "word": " servant", + "start": 786.36, + "end": 787.08, + "confidence": 0.9912109375 + }, + { + "word": " opened", + "start": 787.08, + "end": 787.38, + "confidence": 0.99072265625 + }, + { + "word": " the", + "start": 787.38, + "end": 787.58, + "confidence": 0.9951171875 + }, + { + "word": " door,", + "start": 787.58, + "end": 787.78, + "confidence": 0.99853515625 + }, + { + "word": " hurried", + "start": 788, + "end": 788.2, + "confidence": 0.99609375 + }, + { + "word": " in,", + "start": 788.2, + "end": 788.4, + "confidence": 0.994140625 + }, + { + "word": " handed", + "start": 788.6, + "end": 788.84, + "confidence": 0.9814453125 + }, + { + "word": " the", + "start": 788.84, + "end": 789.02, + "confidence": 0.98779296875 + }, + { + "word": " headmaster", + "start": 789.02, + "end": 789.52, + "confidence": 0.95654296875 + }, + { + "word": " two", + "start": 789.52, + "end": 789.82, + "confidence": 0.84765625 + }, + { + "word": " scrolls", + "start": 789.82, + "end": 790.5, + "confidence": 0.988525390625 + }, + { + "word": " and", + "start": 790.5, + "end": 790.68, + "confidence": 0.61572265625 + }, + { + "word": " left.", + "start": 790.68, + "end": 790.9, + "confidence": 0.9921875 + } + ] + }, + { + "id": 220, + "start": 792.06, + "end": 794.52, + "text": " These both have seals, said Wu curiously.", + "words": [ + { + "word": " These", + "start": 792.06, + "end": 792.34, + "confidence": 0.149169921875 + }, + { + "word": " both", + "start": 792.34, + "end": 792.62, + "confidence": 0.8623046875 + }, + { + "word": " have", + "start": 792.62, + "end": 792.92, + "confidence": 0.9912109375 + }, + { + "word": " seals,", + "start": 792.92, + "end": 793.22, + "confidence": 0.9697265625 + }, + { + "word": " said", + "start": 793.56, + "end": 793.7, + "confidence": 0.97998046875 + }, + { + "word": " Wu", + "start": 793.7, + "end": 793.88, + "confidence": 0.73876953125 + }, + { + "word": " curiously.", + "start": 793.88, + "end": 794.52, + "confidence": 0.956787109375 + } + ] + }, + { + "id": 221, + "start": 795.64, + "end": 797.5, + "text": " Who are they from, asked Odarean?", + "words": [ + { + "word": " Who", + "start": 795.64, + "end": 795.76, + "confidence": 0.6845703125 + }, + { + "word": " are", + "start": 795.76, + "end": 795.9, + "confidence": 0.994140625 + }, + { + "word": " they", + "start": 795.9, + "end": 796.06, + "confidence": 0.9951171875 + }, + { + "word": " from,", + "start": 796.06, + "end": 796.34, + "confidence": 0.98779296875 + }, + { + "word": " asked", + "start": 796.54, + "end": 796.8, + "confidence": 0.9599609375 + }, + { + "word": " Odarean?", + "start": 796.8, + "end": 797.5, + "confidence": 0.515625 + } + ] + }, + { + "id": 222, + "start": 798.54, + "end": 802.9, + "text": " One appears to have the seal of the knighthood, replied Wu, while the other has your father's", + "words": [ + { + "word": " One", + "start": 798.54, + "end": 798.68, + "confidence": 0.88916015625 + }, + { + "word": " appears", + "start": 798.68, + "end": 798.98, + "confidence": 0.9921875 + }, + { + "word": " to", + "start": 798.98, + "end": 799.16, + "confidence": 0.99853515625 + }, + { + "word": " have", + "start": 799.16, + "end": 799.3, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 799.3, + "end": 799.46, + "confidence": 0.98779296875 + }, + { + "word": " seal", + "start": 799.46, + "end": 799.7, + "confidence": 0.96728515625 + }, + { + "word": " of", + "start": 799.7, + "end": 799.84, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 799.84, + "end": 799.94, + "confidence": 0.982421875 + }, + { + "word": " knighthood,", + "start": 799.94, + "end": 800.4, + "confidence": 0.76611328125 + }, + { + "word": " replied", + "start": 800.7, + "end": 800.94, + "confidence": 0.9677734375 + }, + { + "word": " Wu,", + "start": 800.94, + "end": 801.24, + "confidence": 0.99072265625 + }, + { + "word": " while", + "start": 801.64, + "end": 801.68, + "confidence": 0.861328125 + }, + { + "word": " the", + "start": 801.68, + "end": 801.82, + "confidence": 0.9951171875 + }, + { + "word": " other", + "start": 801.82, + "end": 802.06, + "confidence": 0.99365234375 + }, + { + "word": " has", + "start": 802.06, + "end": 802.26, + "confidence": 0.99169921875 + }, + { + "word": " your", + "start": 802.26, + "end": 802.42, + "confidence": 0.9755859375 + }, + { + "word": " father's", + "start": 802.42, + "end": 802.9, + "confidence": 0.97998046875 + } + ] + }, + { + "id": 223, + "start": 802.9, + "end": 803.62, + "text": " personal seal.", + "words": [ + { + "word": " personal", + "start": 802.9, + "end": 803.26, + "confidence": 0.9990234375 + }, + { + "word": " seal.", + "start": 803.26, + "end": 803.62, + "confidence": 0.9931640625 + } + ] + }, + { + "id": 224, + "start": 804.2, + "end": 806.04, + "text": " He handed them both to his large friend.", + "words": [ + { + "word": " He", + "start": 804.2, + "end": 804.3, + "confidence": 0.99462890625 + }, + { + "word": " handed", + "start": 804.3, + "end": 804.56, + "confidence": 0.99658203125 + }, + { + "word": " them", + "start": 804.56, + "end": 804.76, + "confidence": 0.99267578125 + }, + { + "word": " both", + "start": 804.76, + "end": 805.02, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 805.02, + "end": 805.24, + "confidence": 0.99853515625 + }, + { + "word": " his", + "start": 805.24, + "end": 805.36, + "confidence": 0.9921875 + }, + { + "word": " large", + "start": 805.36, + "end": 805.62, + "confidence": 0.9931640625 + }, + { + "word": " friend.", + "start": 805.62, + "end": 806.04, + "confidence": 0.9921875 + } + ] + }, + { + "id": 225, + "start": 807.22, + "end": 809.62, + "text": " Odarean immediately opened the missive from his father.", + "words": [ + { + "word": " Odarean", + "start": 807.22, + "end": 807.74, + "confidence": 0.9894205729166666 + }, + { + "word": " immediately", + "start": 807.74, + "end": 808.06, + "confidence": 0.99755859375 + }, + { + "word": " opened", + "start": 808.06, + "end": 808.52, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 808.52, + "end": 808.7, + "confidence": 0.99560546875 + }, + { + "word": " missive", + "start": 808.7, + "end": 808.96, + "confidence": 0.499755859375 + }, + { + "word": " from", + "start": 808.96, + "end": 809.14, + "confidence": 0.98828125 + }, + { + "word": " his", + "start": 809.14, + "end": 809.3, + "confidence": 0.998046875 + }, + { + "word": " father.", + "start": 809.3, + "end": 809.62, + "confidence": 0.99462890625 + } + ] + }, + { + "id": 226, + "start": 810.02, + "end": 812.52, + "text": " He read it to himself and a frown furrowed his brow.", + "words": [ + { + "word": " He", + "start": 810.02, + "end": 810.12, + "confidence": 0.99560546875 + }, + { + "word": " read", + "start": 810.12, + "end": 810.28, + "confidence": 0.98876953125 + }, + { + "word": " it", + "start": 810.28, + "end": 810.4, + "confidence": 0.99169921875 + }, + { + "word": " to", + "start": 810.4, + "end": 810.52, + "confidence": 0.998046875 + }, + { + "word": " himself", + "start": 810.52, + "end": 810.86, + "confidence": 0.9970703125 + }, + { + "word": " and", + "start": 810.86, + "end": 811.26, + "confidence": 0.436767578125 + }, + { + "word": " a", + "start": 811.26, + "end": 811.34, + "confidence": 0.947265625 + }, + { + "word": " frown", + "start": 811.34, + "end": 811.68, + "confidence": 0.7120361328125 + }, + { + "word": " furrowed", + "start": 811.68, + "end": 812.16, + "confidence": 0.9752604166666666 + }, + { + "word": " his", + "start": 812.16, + "end": 812.26, + "confidence": 0.9970703125 + }, + { + "word": " brow.", + "start": 812.26, + "end": 812.52, + "confidence": 0.982421875 + } + ] + }, + { + "id": 227, + "start": 813.46, + "end": 815.08, + "text": " What is it, ask the elf?", + "words": [ + { + "word": " What", + "start": 813.46, + "end": 813.9, + "confidence": 0.2218017578125 + }, + { + "word": " is", + "start": 813.9, + "end": 814.08, + "confidence": 0.853515625 + }, + { + "word": " it,", + "start": 814.08, + "end": 814.28, + "confidence": 0.98974609375 + }, + { + "word": " ask", + "start": 814.4, + "end": 814.6, + "confidence": 0.87548828125 + }, + { + "word": " the", + "start": 814.6, + "end": 814.82, + "confidence": 0.9453125 + }, + { + "word": " elf?", + "start": 814.82, + "end": 815.08, + "confidence": 0.63671875 + } + ] + }, + { + "id": 228, + "start": 816.18, + "end": 820.22, + "text": " It appears that my return to lightbringer will have to be postponed, the pallet inside.", + "words": [ + { + "word": " It", + "start": 816.18, + "end": 816.28, + "confidence": 0.76806640625 + }, + { + "word": " appears", + "start": 816.28, + "end": 816.54, + "confidence": 0.99658203125 + }, + { + "word": " that", + "start": 816.54, + "end": 816.8, + "confidence": 0.9697265625 + }, + { + "word": " my", + "start": 816.8, + "end": 816.92, + "confidence": 0.9892578125 + }, + { + "word": " return", + "start": 816.92, + "end": 817.24, + "confidence": 0.98876953125 + }, + { + "word": " to", + "start": 817.24, + "end": 817.48, + "confidence": 0.9951171875 + }, + { + "word": " lightbringer", + "start": 817.48, + "end": 817.96, + "confidence": 0.7383626302083334 + }, + { + "word": " will", + "start": 817.96, + "end": 818.12, + "confidence": 0.9912109375 + }, + { + "word": " have", + "start": 818.12, + "end": 818.3, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 818.3, + "end": 818.46, + "confidence": 0.998046875 + }, + { + "word": " be", + "start": 818.46, + "end": 818.56, + "confidence": 0.99609375 + }, + { + "word": " postponed,", + "start": 818.56, + "end": 819, + "confidence": 0.84912109375 + }, + { + "word": " the", + "start": 819.44, + "end": 819.54, + "confidence": 0.9755859375 + }, + { + "word": " pallet", + "start": 819.54, + "end": 819.84, + "confidence": 0.6162109375 + }, + { + "word": " inside.", + "start": 819.84, + "end": 820.22, + "confidence": 0.98486328125 + } + ] + }, + { + "id": 229, + "start": 820.88, + "end": 824.72, + "text": " My father is dispatching me to look into a matter in the great mountains of Stonehelm.", + "words": [ + { + "word": " My", + "start": 820.88, + "end": 821, + "confidence": 0.9697265625 + }, + { + "word": " father", + "start": 821, + "end": 821.36, + "confidence": 0.98291015625 + }, + { + "word": " is", + "start": 821.36, + "end": 821.54, + "confidence": 0.99609375 + }, + { + "word": " dispatching", + "start": 821.54, + "end": 822.06, + "confidence": 0.977294921875 + }, + { + "word": " me", + "start": 822.06, + "end": 822.24, + "confidence": 0.99658203125 + }, + { + "word": " to", + "start": 822.24, + "end": 822.36, + "confidence": 0.99755859375 + }, + { + "word": " look", + "start": 822.36, + "end": 822.48, + "confidence": 0.9970703125 + }, + { + "word": " into", + "start": 822.48, + "end": 822.72, + "confidence": 0.99365234375 + }, + { + "word": " a", + "start": 822.72, + "end": 822.84, + "confidence": 0.98828125 + }, + { + "word": " matter", + "start": 822.84, + "end": 823.1, + "confidence": 0.98486328125 + }, + { + "word": " in", + "start": 823.1, + "end": 823.3, + "confidence": 0.970703125 + }, + { + "word": " the", + "start": 823.3, + "end": 823.4, + "confidence": 0.99267578125 + }, + { + "word": " great", + "start": 823.4, + "end": 823.6, + "confidence": 0.87060546875 + }, + { + "word": " mountains", + "start": 823.6, + "end": 824, + "confidence": 0.9892578125 + }, + { + "word": " of", + "start": 824, + "end": 824.22, + "confidence": 0.998046875 + }, + { + "word": " Stonehelm.", + "start": 824.22, + "end": 824.72, + "confidence": 0.873046875 + } + ] + }, + { + "id": 230, + "start": 825.18, + "end": 829.5, + "text": " A small but vital settlement has been attacked by unknown assailants, leaving much of the", + "words": [ + { + "word": " A", + "start": 825.18, + "end": 825.24, + "confidence": 0.984375 + }, + { + "word": " small", + "start": 825.24, + "end": 825.58, + "confidence": 0.9990234375 + }, + { + "word": " but", + "start": 825.58, + "end": 825.76, + "confidence": 0.78564453125 + }, + { + "word": " vital", + "start": 825.76, + "end": 826.08, + "confidence": 0.982421875 + }, + { + "word": " settlement", + "start": 826.08, + "end": 826.52, + "confidence": 0.99658203125 + }, + { + "word": " has", + "start": 826.52, + "end": 826.74, + "confidence": 0.9951171875 + }, + { + "word": " been", + "start": 826.74, + "end": 826.88, + "confidence": 0.99755859375 + }, + { + "word": " attacked", + "start": 826.88, + "end": 827.2, + "confidence": 0.9921875 + }, + { + "word": " by", + "start": 827.2, + "end": 827.46, + "confidence": 0.99853515625 + }, + { + "word": " unknown", + "start": 827.46, + "end": 827.84, + "confidence": 0.9755859375 + }, + { + "word": " assailants,", + "start": 827.84, + "end": 828.64, + "confidence": 0.9427083333333334 + }, + { + "word": " leaving", + "start": 828.84, + "end": 828.96, + "confidence": 0.99658203125 + }, + { + "word": " much", + "start": 828.96, + "end": 829.28, + "confidence": 0.998046875 + }, + { + "word": " of", + "start": 829.28, + "end": 829.4, + "confidence": 0.99658203125 + }, + { + "word": " the", + "start": 829.4, + "end": 829.5, + "confidence": 0.9970703125 + } + ] + }, + { + "id": 231, + "start": 829.5, + "end": 830.64, + "text": " community and shambles.", + "words": [ + { + "word": " community", + "start": 829.5, + "end": 829.94, + "confidence": 0.99462890625 + }, + { + "word": " and", + "start": 829.94, + "end": 830.12, + "confidence": 0.427734375 + }, + { + "word": " shambles.", + "start": 830.12, + "end": 830.64, + "confidence": 0.97705078125 + } + ] + }, + { + "id": 232, + "start": 831.72, + "end": 833.48, + "text": " When do we leave, Aragas said?", + "words": [ + { + "word": " When", + "start": 831.72, + "end": 831.9, + "confidence": 0.271484375 + }, + { + "word": " do", + "start": 831.9, + "end": 832, + "confidence": 0.97900390625 + }, + { + "word": " we", + "start": 832, + "end": 832.12, + "confidence": 0.99755859375 + }, + { + "word": " leave,", + "start": 832.12, + "end": 832.5, + "confidence": 0.9951171875 + }, + { + "word": " Aragas", + "start": 832.7, + "end": 833, + "confidence": 0.5326334635416666 + }, + { + "word": " said?", + "start": 833, + "end": 833.48, + "confidence": 0.93408203125 + } + ] + }, + { + "id": 233, + "start": 834.56, + "end": 839.2, + "text": " Only I am required to go, my elven friend, though he has granted me authority to take", + "words": [ + { + "word": " Only", + "start": 834.56, + "end": 834.76, + "confidence": 0.73291015625 + }, + { + "word": " I", + "start": 834.76, + "end": 834.92, + "confidence": 0.9912109375 + }, + { + "word": " am", + "start": 834.92, + "end": 835.06, + "confidence": 0.9921875 + }, + { + "word": " required", + "start": 835.06, + "end": 835.46, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 835.46, + "end": 835.68, + "confidence": 0.99853515625 + }, + { + "word": " go,", + "start": 835.68, + "end": 835.88, + "confidence": 0.99609375 + }, + { + "word": " my", + "start": 836.14, + "end": 836.24, + "confidence": 0.9951171875 + }, + { + "word": " elven", + "start": 836.24, + "end": 836.56, + "confidence": 0.745361328125 + }, + { + "word": " friend,", + "start": 836.56, + "end": 836.9, + "confidence": 0.994140625 + }, + { + "word": " though", + "start": 837.34, + "end": 837.48, + "confidence": 0.98388671875 + }, + { + "word": " he", + "start": 837.48, + "end": 837.7, + "confidence": 0.98876953125 + }, + { + "word": " has", + "start": 837.7, + "end": 837.82, + "confidence": 0.9970703125 + }, + { + "word": " granted", + "start": 837.82, + "end": 838.16, + "confidence": 0.99609375 + }, + { + "word": " me", + "start": 838.16, + "end": 838.32, + "confidence": 0.9970703125 + }, + { + "word": " authority", + "start": 838.32, + "end": 838.76, + "confidence": 0.9951171875 + }, + { + "word": " to", + "start": 838.76, + "end": 839, + "confidence": 0.9736328125 + }, + { + "word": " take", + "start": 839, + "end": 839.2, + "confidence": 0.9990234375 + } + ] + }, + { + "id": 234, + "start": 839.2, + "end": 840.78, + "text": " whomever I wish to accompany me.", + "words": [ + { + "word": " whomever", + "start": 839.2, + "end": 839.58, + "confidence": 0.8626302083333334 + }, + { + "word": " I", + "start": 839.58, + "end": 839.72, + "confidence": 0.99560546875 + }, + { + "word": " wish", + "start": 839.72, + "end": 839.9, + "confidence": 0.98876953125 + }, + { + "word": " to", + "start": 839.9, + "end": 840.08, + "confidence": 0.9990234375 + }, + { + "word": " accompany", + "start": 840.08, + "end": 840.48, + "confidence": 0.99072265625 + }, + { + "word": " me.", + "start": 840.48, + "end": 840.78, + "confidence": 0.99169921875 + } + ] + }, + { + "id": 235, + "start": 841.68, + "end": 843.48, + "text": " Then we'll both come, smiled Wu.", + "words": [ + { + "word": " Then", + "start": 841.68, + "end": 842.12, + "confidence": 0.304443359375 + }, + { + "word": " we'll", + "start": 842.12, + "end": 842.26, + "confidence": 0.824951171875 + }, + { + "word": " both", + "start": 842.26, + "end": 842.48, + "confidence": 0.99755859375 + }, + { + "word": " come,", + "start": 842.48, + "end": 842.8, + "confidence": 0.99609375 + }, + { + "word": " smiled", + "start": 842.98, + "end": 843.26, + "confidence": 0.93505859375 + }, + { + "word": " Wu.", + "start": 843.26, + "end": 843.48, + "confidence": 0.388916015625 + } + ] + }, + { + "id": 236, + "start": 843.9, + "end": 848.32, + "text": " I'm headmaster and can choose to depart whenever I wish, besides it sounds like the perfect", + "words": [ + { + "word": " I'm", + "start": 843.9, + "end": 844.04, + "confidence": 0.939208984375 + }, + { + "word": " headmaster", + "start": 844.04, + "end": 844.58, + "confidence": 0.896240234375 + }, + { + "word": " and", + "start": 844.58, + "end": 844.8, + "confidence": 0.86865234375 + }, + { + "word": " can", + "start": 844.8, + "end": 844.94, + "confidence": 0.98828125 + }, + { + "word": " choose", + "start": 844.94, + "end": 845.22, + "confidence": 0.97998046875 + }, + { + "word": " to", + "start": 845.22, + "end": 845.42, + "confidence": 0.9970703125 + }, + { + "word": " depart", + "start": 845.42, + "end": 845.68, + "confidence": 0.99609375 + }, + { + "word": " whenever", + "start": 845.68, + "end": 845.98, + "confidence": 0.978515625 + }, + { + "word": " I", + "start": 845.98, + "end": 846.28, + "confidence": 0.99462890625 + }, + { + "word": " wish,", + "start": 846.28, + "end": 846.64, + "confidence": 0.998046875 + }, + { + "word": " besides", + "start": 846.88, + "end": 847.18, + "confidence": 0.529296875 + }, + { + "word": " it", + "start": 847.18, + "end": 847.46, + "confidence": 0.79052734375 + }, + { + "word": " sounds", + "start": 847.46, + "end": 847.7, + "confidence": 0.99462890625 + }, + { + "word": " like", + "start": 847.7, + "end": 847.9, + "confidence": 0.9970703125 + }, + { + "word": " the", + "start": 847.9, + "end": 848.04, + "confidence": 0.98779296875 + }, + { + "word": " perfect", + "start": 848.04, + "end": 848.32, + "confidence": 0.99755859375 + } + ] + }, + { + "id": 237, + "start": 848.32, + "end": 850.04, + "text": " adventure to get my feet wet again.", + "words": [ + { + "word": " adventure", + "start": 848.32, + "end": 848.8, + "confidence": 0.9921875 + }, + { + "word": " to", + "start": 848.8, + "end": 849.02, + "confidence": 0.99169921875 + }, + { + "word": " get", + "start": 849.02, + "end": 849.14, + "confidence": 0.99658203125 + }, + { + "word": " my", + "start": 849.14, + "end": 849.3, + "confidence": 0.99609375 + }, + { + "word": " feet", + "start": 849.3, + "end": 849.5, + "confidence": 0.99609375 + }, + { + "word": " wet", + "start": 849.5, + "end": 849.72, + "confidence": 0.9970703125 + }, + { + "word": " again.", + "start": 849.72, + "end": 850.04, + "confidence": 0.9970703125 + } + ] + }, + { + "id": 238, + "start": 850.4, + "end": 851.02, + "text": " Where are we headed?", + "words": [ + { + "word": " Where", + "start": 850.4, + "end": 850.52, + "confidence": 0.98828125 + }, + { + "word": " are", + "start": 850.52, + "end": 850.62, + "confidence": 0.9921875 + }, + { + "word": " we", + "start": 850.62, + "end": 850.74, + "confidence": 0.9990234375 + }, + { + "word": " headed?", + "start": 850.74, + "end": 851.02, + "confidence": 0.998046875 + } + ] + }, + { + "id": 239, + "start": 852.26, + "end": 856.76, + "text": " Hardrock about two to three days east of the dwarven capital of Bouldershan, Odarean", + "words": [ + { + "word": " Hardrock", + "start": 852.26, + "end": 852.62, + "confidence": 0.5439453125 + }, + { + "word": " about", + "start": 852.62, + "end": 852.96, + "confidence": 0.8388671875 + }, + { + "word": " two", + "start": 852.96, + "end": 853.22, + "confidence": 0.74658203125 + }, + { + "word": " to", + "start": 853.22, + "end": 853.36, + "confidence": 0.9287109375 + }, + { + "word": " three", + "start": 853.36, + "end": 853.58, + "confidence": 0.99658203125 + }, + { + "word": " days", + "start": 853.58, + "end": 853.78, + "confidence": 0.9970703125 + }, + { + "word": " east", + "start": 853.78, + "end": 854.1, + "confidence": 0.95654296875 + }, + { + "word": " of", + "start": 854.1, + "end": 854.24, + "confidence": 0.99462890625 + }, + { + "word": " the", + "start": 854.24, + "end": 854.34, + "confidence": 0.994140625 + }, + { + "word": " dwarven", + "start": 854.34, + "end": 854.64, + "confidence": 0.6768798828125 + }, + { + "word": " capital", + "start": 854.64, + "end": 855.12, + "confidence": 0.9814453125 + }, + { + "word": " of", + "start": 855.12, + "end": 855.34, + "confidence": 0.99658203125 + }, + { + "word": " Bouldershan,", + "start": 855.34, + "end": 855.96, + "confidence": 0.55291748046875 + }, + { + "word": " Odarean", + "start": 856.34, + "end": 856.76, + "confidence": 0.4365641276041667 + } + ] + }, + { + "id": 240, + "start": 856.76, + "end": 857.18, + "text": " explained.", + "words": [ + { + "word": " explained.", + "start": 856.76, + "end": 857.18, + "confidence": 0.90234375 + } + ] + }, + { + "id": 241, + "start": 858.4, + "end": 861.36, + "text": " That's quite a distance, said Aragas, when shall we leave?", + "words": [ + { + "word": " That's", + "start": 858.4, + "end": 858.76, + "confidence": 0.712890625 + }, + { + "word": " quite", + "start": 858.76, + "end": 858.96, + "confidence": 0.99609375 + }, + { + "word": " a", + "start": 858.96, + "end": 859.08, + "confidence": 0.99951171875 + }, + { + "word": " distance,", + "start": 859.08, + "end": 859.44, + "confidence": 0.99658203125 + }, + { + "word": " said", + "start": 859.72, + "end": 859.88, + "confidence": 0.974609375 + }, + { + "word": " Aragas,", + "start": 859.88, + "end": 860.3, + "confidence": 0.418060302734375 + }, + { + "word": " when", + "start": 860.52, + "end": 860.74, + "confidence": 0.87939453125 + }, + { + "word": " shall", + "start": 860.74, + "end": 860.9, + "confidence": 0.99755859375 + }, + { + "word": " we", + "start": 860.9, + "end": 861.06, + "confidence": 0.99853515625 + }, + { + "word": " leave?", + "start": 861.06, + "end": 861.36, + "confidence": 0.99658203125 + } + ] + }, + { + "id": 242, + "start": 862.6, + "end": 866.46, + "text": " As soon as possible, I'd still like to visit lightbringer and check on my steward in the", + "words": [ + { + "word": " As", + "start": 862.6, + "end": 862.72, + "confidence": 0.9541015625 + }, + { + "word": " soon", + "start": 862.72, + "end": 862.88, + "confidence": 0.9990234375 + }, + { + "word": " as", + "start": 862.88, + "end": 863.04, + "confidence": 0.9990234375 + }, + { + "word": " possible,", + "start": 863.04, + "end": 863.52, + "confidence": 0.99951171875 + }, + { + "word": " I'd", + "start": 863.66, + "end": 863.78, + "confidence": 0.99658203125 + }, + { + "word": " still", + "start": 863.78, + "end": 863.96, + "confidence": 0.98974609375 + }, + { + "word": " like", + "start": 863.96, + "end": 864.14, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 864.14, + "end": 864.28, + "confidence": 0.99755859375 + }, + { + "word": " visit", + "start": 864.28, + "end": 864.5, + "confidence": 0.99951171875 + }, + { + "word": " lightbringer", + "start": 864.5, + "end": 865.1, + "confidence": 0.7159016927083334 + }, + { + "word": " and", + "start": 865.1, + "end": 865.3, + "confidence": 0.9697265625 + }, + { + "word": " check", + "start": 865.3, + "end": 865.5, + "confidence": 0.99658203125 + }, + { + "word": " on", + "start": 865.5, + "end": 865.66, + "confidence": 0.98779296875 + }, + { + "word": " my", + "start": 865.66, + "end": 865.8, + "confidence": 0.9951171875 + }, + { + "word": " steward", + "start": 865.8, + "end": 866.22, + "confidence": 0.9287109375 + }, + { + "word": " in", + "start": 866.22, + "end": 866.38, + "confidence": 0.73486328125 + }, + { + "word": " the", + "start": 866.38, + "end": 866.46, + "confidence": 0.98486328125 + } + ] + }, + { + "id": 243, + "start": 866.46, + "end": 867.28, + "text": " castle's progress.", + "words": [ + { + "word": " castle's", + "start": 866.46, + "end": 866.92, + "confidence": 0.9453125 + }, + { + "word": " progress.", + "start": 866.92, + "end": 867.28, + "confidence": 0.98681640625 + } + ] + }, + { + "id": 244, + "start": 867.28, + "end": 870.96, + "text": " We'll be gone for over a month so I should see to things before we leave.", + "words": [ + { + "word": " We'll", + "start": 867.28, + "end": 867.94, + "confidence": 0.37091064453125 + }, + { + "word": " be", + "start": 867.94, + "end": 868.08, + "confidence": 0.97021484375 + }, + { + "word": " gone", + "start": 868.08, + "end": 868.28, + "confidence": 0.9931640625 + }, + { + "word": " for", + "start": 868.28, + "end": 868.48, + "confidence": 0.986328125 + }, + { + "word": " over", + "start": 868.48, + "end": 868.68, + "confidence": 0.994140625 + }, + { + "word": " a", + "start": 868.68, + "end": 868.78, + "confidence": 0.9814453125 + }, + { + "word": " month", + "start": 868.78, + "end": 868.94, + "confidence": 0.99853515625 + }, + { + "word": " so", + "start": 868.94, + "end": 869.22, + "confidence": 0.6591796875 + }, + { + "word": " I", + "start": 869.22, + "end": 869.34, + "confidence": 0.98974609375 + }, + { + "word": " should", + "start": 869.34, + "end": 869.54, + "confidence": 0.9697265625 + }, + { + "word": " see", + "start": 869.54, + "end": 869.72, + "confidence": 0.98681640625 + }, + { + "word": " to", + "start": 869.72, + "end": 869.88, + "confidence": 0.92431640625 + }, + { + "word": " things", + "start": 869.88, + "end": 870.06, + "confidence": 0.99072265625 + }, + { + "word": " before", + "start": 870.06, + "end": 870.42, + "confidence": 0.98828125 + }, + { + "word": " we", + "start": 870.42, + "end": 870.64, + "confidence": 0.99560546875 + }, + { + "word": " leave.", + "start": 870.64, + "end": 870.96, + "confidence": 0.9990234375 + } + ] + }, + { + "id": 245, + "start": 871.3, + "end": 874.34, + "text": " I figure it's a two-day round trip, once I'm back then we can go.", + "words": [ + { + "word": " I", + "start": 871.3, + "end": 871.36, + "confidence": 0.9853515625 + }, + { + "word": " figure", + "start": 871.36, + "end": 871.6, + "confidence": 0.97998046875 + }, + { + "word": " it's", + "start": 871.6, + "end": 871.78, + "confidence": 0.984619140625 + }, + { + "word": " a", + "start": 871.78, + "end": 871.84, + "confidence": 0.990234375 + }, + { + "word": " two", + "start": 871.84, + "end": 872.04, + "confidence": 0.92138671875 + }, + { + "word": "-day", + "start": 872.04, + "end": 872.2, + "confidence": 0.858154296875 + }, + { + "word": " round", + "start": 872.2, + "end": 872.5, + "confidence": 0.93798828125 + }, + { + "word": " trip,", + "start": 872.5, + "end": 872.76, + "confidence": 0.97021484375 + }, + { + "word": " once", + "start": 873.06, + "end": 873.2, + "confidence": 0.97119140625 + }, + { + "word": " I'm", + "start": 873.2, + "end": 873.4, + "confidence": 0.98583984375 + }, + { + "word": " back", + "start": 873.4, + "end": 873.6, + "confidence": 0.9990234375 + }, + { + "word": " then", + "start": 873.6, + "end": 873.84, + "confidence": 0.62890625 + }, + { + "word": " we", + "start": 873.84, + "end": 873.96, + "confidence": 0.98828125 + }, + { + "word": " can", + "start": 873.96, + "end": 874.1, + "confidence": 0.9970703125 + }, + { + "word": " go.", + "start": 874.1, + "end": 874.34, + "confidence": 0.9951171875 + } + ] + }, + { + "id": 246, + "start": 875.74, + "end": 879.92, + "text": " Wu and Aragas nodded, that will give us some time to get our own affairs in order.", + "words": [ + { + "word": " Wu", + "start": 875.74, + "end": 875.86, + "confidence": 0.05633544921875 + }, + { + "word": " and", + "start": 875.86, + "end": 876.1, + "confidence": 0.97998046875 + }, + { + "word": " Aragas", + "start": 876.1, + "end": 876.46, + "confidence": 0.4192301432291667 + }, + { + "word": " nodded,", + "start": 876.46, + "end": 876.98, + "confidence": 0.833251953125 + }, + { + "word": " that", + "start": 877.32, + "end": 877.44, + "confidence": 0.1961669921875 + }, + { + "word": " will", + "start": 877.44, + "end": 877.58, + "confidence": 0.970703125 + }, + { + "word": " give", + "start": 877.58, + "end": 877.72, + "confidence": 0.9970703125 + }, + { + "word": " us", + "start": 877.72, + "end": 877.88, + "confidence": 0.982421875 + }, + { + "word": " some", + "start": 877.88, + "end": 878.06, + "confidence": 0.9921875 + }, + { + "word": " time", + "start": 878.06, + "end": 878.36, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 878.36, + "end": 878.56, + "confidence": 0.998046875 + }, + { + "word": " get", + "start": 878.56, + "end": 878.7, + "confidence": 0.99609375 + }, + { + "word": " our", + "start": 878.7, + "end": 878.86, + "confidence": 0.9951171875 + }, + { + "word": " own", + "start": 878.86, + "end": 879.06, + "confidence": 0.99169921875 + }, + { + "word": " affairs", + "start": 879.06, + "end": 879.36, + "confidence": 0.98291015625 + }, + { + "word": " in", + "start": 879.36, + "end": 879.66, + "confidence": 0.98095703125 + }, + { + "word": " order.", + "start": 879.66, + "end": 879.92, + "confidence": 0.9990234375 + } + ] + }, + { + "id": 247, + "start": 880.36, + "end": 883.5, + "text": " I'll come with you to lightbringer and Wu can get things ready for us here.", + "words": [ + { + "word": " I'll", + "start": 880.36, + "end": 880.44, + "confidence": 0.9912109375 + }, + { + "word": " come", + "start": 880.44, + "end": 880.58, + "confidence": 0.99755859375 + }, + { + "word": " with", + "start": 880.58, + "end": 880.76, + "confidence": 0.9970703125 + }, + { + "word": " you", + "start": 880.76, + "end": 880.88, + "confidence": 0.998046875 + }, + { + "word": " to", + "start": 880.88, + "end": 881.02, + "confidence": 0.99462890625 + }, + { + "word": " lightbringer", + "start": 881.02, + "end": 881.56, + "confidence": 0.7140299479166666 + }, + { + "word": " and", + "start": 881.56, + "end": 881.88, + "confidence": 0.61865234375 + }, + { + "word": " Wu", + "start": 881.88, + "end": 882.04, + "confidence": 0.5810546875 + }, + { + "word": " can", + "start": 882.04, + "end": 882.22, + "confidence": 0.9970703125 + }, + { + "word": " get", + "start": 882.22, + "end": 882.38, + "confidence": 0.998046875 + }, + { + "word": " things", + "start": 882.38, + "end": 882.6, + "confidence": 0.99658203125 + }, + { + "word": " ready", + "start": 882.6, + "end": 882.92, + "confidence": 0.99755859375 + }, + { + "word": " for", + "start": 882.92, + "end": 883.12, + "confidence": 0.9970703125 + }, + { + "word": " us", + "start": 883.12, + "end": 883.32, + "confidence": 0.9951171875 + }, + { + "word": " here.", + "start": 883.32, + "end": 883.5, + "confidence": 0.98486328125 + } + ] + }, + { + "id": 248, + "start": 884.72, + "end": 889.14, + "text": " Yes, that will give me enough time to arrange things with Thorn and Bramble and ensure the", + "words": [ + { + "word": " Yes,", + "start": 884.72, + "end": 884.94, + "confidence": 0.71142578125 + }, + { + "word": " that", + "start": 885.12, + "end": 885.2, + "confidence": 0.99658203125 + }, + { + "word": " will", + "start": 885.2, + "end": 885.32, + "confidence": 0.98388671875 + }, + { + "word": " give", + "start": 885.32, + "end": 885.48, + "confidence": 0.99658203125 + }, + { + "word": " me", + "start": 885.48, + "end": 885.62, + "confidence": 0.9970703125 + }, + { + "word": " enough", + "start": 885.62, + "end": 885.8, + "confidence": 0.99853515625 + }, + { + "word": " time", + "start": 885.8, + "end": 886.12, + "confidence": 0.99951171875 + }, + { + "word": " to", + "start": 886.12, + "end": 886.32, + "confidence": 0.998046875 + }, + { + "word": " arrange", + "start": 886.32, + "end": 886.64, + "confidence": 0.99365234375 + }, + { + "word": " things", + "start": 886.64, + "end": 886.96, + "confidence": 0.998046875 + }, + { + "word": " with", + "start": 886.96, + "end": 887.32, + "confidence": 0.99609375 + }, + { + "word": " Thorn", + "start": 887.32, + "end": 887.6, + "confidence": 0.857421875 + }, + { + "word": " and", + "start": 887.6, + "end": 887.8, + "confidence": 0.98583984375 + }, + { + "word": " Bramble", + "start": 887.8, + "end": 888.2, + "confidence": 0.9386393229166666 + }, + { + "word": " and", + "start": 888.2, + "end": 888.62, + "confidence": 0.6083984375 + }, + { + "word": " ensure", + "start": 888.62, + "end": 888.92, + "confidence": 0.908203125 + }, + { + "word": " the", + "start": 888.92, + "end": 889.14, + "confidence": 0.99365234375 + } + ] + }, + { + "id": 249, + "start": 889.14, + "end": 891.74, + "text": " needs of our two guests are seen to, added the wizard.", + "words": [ + { + "word": " needs", + "start": 889.14, + "end": 889.34, + "confidence": 0.990234375 + }, + { + "word": " of", + "start": 889.34, + "end": 889.54, + "confidence": 0.98974609375 + }, + { + "word": " our", + "start": 889.54, + "end": 889.64, + "confidence": 0.994140625 + }, + { + "word": " two", + "start": 889.64, + "end": 889.84, + "confidence": 0.984375 + }, + { + "word": " guests", + "start": 889.84, + "end": 890.06, + "confidence": 0.9892578125 + }, + { + "word": " are", + "start": 890.06, + "end": 890.28, + "confidence": 0.99560546875 + }, + { + "word": " seen", + "start": 890.28, + "end": 890.52, + "confidence": 0.93115234375 + }, + { + "word": " to,", + "start": 890.52, + "end": 890.8, + "confidence": 0.9873046875 + }, + { + "word": " added", + "start": 891.16, + "end": 891.34, + "confidence": 0.93701171875 + }, + { + "word": " the", + "start": 891.34, + "end": 891.54, + "confidence": 0.9345703125 + }, + { + "word": " wizard.", + "start": 891.54, + "end": 891.74, + "confidence": 0.71630859375 + } + ] + }, + { + "id": 250, + "start": 892.64, + "end": 895.08, + "text": " Then it's settled, said Odarean with a grin.", + "words": [ + { + "word": " Then", + "start": 892.64, + "end": 893.1, + "confidence": 0.225341796875 + }, + { + "word": " it's", + "start": 893.1, + "end": 893.4, + "confidence": 0.52752685546875 + }, + { + "word": " settled,", + "start": 893.4, + "end": 893.64, + "confidence": 0.98486328125 + }, + { + "word": " said", + "start": 893.88, + "end": 894.08, + "confidence": 0.98291015625 + }, + { + "word": " Odarean", + "start": 894.08, + "end": 894.6, + "confidence": 0.46826171875 + }, + { + "word": " with", + "start": 894.6, + "end": 894.78, + "confidence": 0.9482421875 + }, + { + "word": " a", + "start": 894.78, + "end": 894.9, + "confidence": 0.990234375 + }, + { + "word": " grin.", + "start": 894.9, + "end": 895.08, + "confidence": 0.9951171875 + } + ] + }, + { + "id": 251, + "start": 895.58, + "end": 897.84, + "text": " It looks like the three of us are off to the road again.", + "words": [ + { + "word": " It", + "start": 895.58, + "end": 895.66, + "confidence": 0.91748046875 + }, + { + "word": " looks", + "start": 895.66, + "end": 895.82, + "confidence": 0.9921875 + }, + { + "word": " like", + "start": 895.82, + "end": 896.02, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 896.02, + "end": 896.22, + "confidence": 0.98291015625 + }, + { + "word": " three", + "start": 896.22, + "end": 896.48, + "confidence": 0.9765625 + }, + { + "word": " of", + "start": 896.48, + "end": 896.62, + "confidence": 0.9970703125 + }, + { + "word": " us", + "start": 896.62, + "end": 896.76, + "confidence": 0.99853515625 + }, + { + "word": " are", + "start": 896.76, + "end": 896.9, + "confidence": 0.99560546875 + }, + { + "word": " off", + "start": 896.9, + "end": 897.1, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 897.1, + "end": 897.24, + "confidence": 0.9931640625 + }, + { + "word": " the", + "start": 897.24, + "end": 897.38, + "confidence": 0.99658203125 + }, + { + "word": " road", + "start": 897.38, + "end": 897.5, + "confidence": 0.984375 + }, + { + "word": " again.", + "start": 897.5, + "end": 897.84, + "confidence": 0.99365234375 + } + ] + }, + { + "id": 252, + "start": 899.08, + "end": 902.04, + "text": " Just then Kiri, Farrak, Jalen, and Vaya entered the room.", + "words": [ + { + "word": " Just", + "start": 899.08, + "end": 899.26, + "confidence": 0.8935546875 + }, + { + "word": " then", + "start": 899.26, + "end": 899.54, + "confidence": 0.984375 + }, + { + "word": " Kiri,", + "start": 899.54, + "end": 899.88, + "confidence": 0.4517822265625 + }, + { + "word": " Farrak,", + "start": 900.04, + "end": 900.26, + "confidence": 0.45098876953125 + }, + { + "word": " Jalen,", + "start": 900.52, + "end": 900.78, + "confidence": 0.698486328125 + }, + { + "word": " and", + "start": 901.06, + "end": 901.06, + "confidence": 0.97119140625 + }, + { + "word": " Vaya", + "start": 901.06, + "end": 901.38, + "confidence": 0.31317138671875 + }, + { + "word": " entered", + "start": 901.38, + "end": 901.64, + "confidence": 0.79638671875 + }, + { + "word": " the", + "start": 901.64, + "end": 901.82, + "confidence": 0.99853515625 + }, + { + "word": " room.", + "start": 901.82, + "end": 902.04, + "confidence": 0.99658203125 + } + ] + }, + { + "id": 253, + "start": 903.24, + "end": 906, + "text": " Everything is ready, announced Jalen, what's the hold up?", + "words": [ + { + "word": " Everything", + "start": 903.24, + "end": 903.6, + "confidence": 0.9365234375 + }, + { + "word": " is", + "start": 903.6, + "end": 903.88, + "confidence": 0.99267578125 + }, + { + "word": " ready,", + "start": 903.88, + "end": 904.14, + "confidence": 0.99462890625 + }, + { + "word": " announced", + "start": 904.32, + "end": 904.56, + "confidence": 0.830078125 + }, + { + "word": " Jalen,", + "start": 904.56, + "end": 905.06, + "confidence": 0.98291015625 + }, + { + "word": " what's", + "start": 905.38, + "end": 905.54, + "confidence": 0.943115234375 + }, + { + "word": " the", + "start": 905.54, + "end": 905.64, + "confidence": 0.99658203125 + }, + { + "word": " hold", + "start": 905.64, + "end": 905.8, + "confidence": 0.98095703125 + }, + { + "word": " up?", + "start": 905.8, + "end": 906, + "confidence": 0.61328125 + } + ] + }, + { + "id": 254, + "start": 907.06, + "end": 911.68, + "text": " A slight change of plans I'm afraid, replied Odarean, who then explained what he Aragas", + "words": [ + { + "word": " A", + "start": 907.06, + "end": 907.24, + "confidence": 0.91845703125 + }, + { + "word": " slight", + "start": 907.24, + "end": 907.44, + "confidence": 0.9990234375 + }, + { + "word": " change", + "start": 907.44, + "end": 907.76, + "confidence": 0.99560546875 + }, + { + "word": " of", + "start": 907.76, + "end": 907.92, + "confidence": 0.99755859375 + }, + { + "word": " plans", + "start": 907.92, + "end": 908.22, + "confidence": 0.9970703125 + }, + { + "word": " I'm", + "start": 908.22, + "end": 908.58, + "confidence": 0.711181640625 + }, + { + "word": " afraid,", + "start": 908.58, + "end": 908.9, + "confidence": 0.99658203125 + }, + { + "word": " replied", + "start": 909.26, + "end": 909.52, + "confidence": 0.9638671875 + }, + { + "word": " Odarean,", + "start": 909.52, + "end": 910.1, + "confidence": 0.9876302083333334 + }, + { + "word": " who", + "start": 910.2, + "end": 910.26, + "confidence": 0.99560546875 + }, + { + "word": " then", + "start": 910.26, + "end": 910.38, + "confidence": 0.9921875 + }, + { + "word": " explained", + "start": 910.38, + "end": 910.72, + "confidence": 0.9853515625 + }, + { + "word": " what", + "start": 910.72, + "end": 911, + "confidence": 0.99658203125 + }, + { + "word": " he", + "start": 911, + "end": 911.16, + "confidence": 0.99365234375 + }, + { + "word": " Aragas", + "start": 911.16, + "end": 911.68, + "confidence": 0.31019337972005206 + } + ] + }, + { + "id": 255, + "start": 911.68, + "end": 912.66, + "text": " and Wu had to do.", + "words": [ + { + "word": " and", + "start": 911.68, + "end": 911.94, + "confidence": 0.11834716796875 + }, + { + "word": " Wu", + "start": 911.94, + "end": 912.12, + "confidence": 0.69580078125 + }, + { + "word": " had", + "start": 912.12, + "end": 912.3, + "confidence": 0.9970703125 + }, + { + "word": " to", + "start": 912.3, + "end": 912.46, + "confidence": 0.9990234375 + }, + { + "word": " do.", + "start": 912.46, + "end": 912.66, + "confidence": 0.9990234375 + } + ] + }, + { + "id": 256, + "start": 913.16, + "end": 914.12, + "text": " This also arrived.", + "words": [ + { + "word": " This", + "start": 913.16, + "end": 913.32, + "confidence": 0.97314453125 + }, + { + "word": " also", + "start": 913.32, + "end": 913.7, + "confidence": 0.99755859375 + }, + { + "word": " arrived.", + "start": 913.7, + "end": 914.12, + "confidence": 0.9912109375 + } + ] + }, + { + "id": 257, + "start": 914.42, + "end": 918.68, + "text": " It's likely for you, Kiri, as it has the knighthood seal on it, he added and handed the scroll", + "words": [ + { + "word": " It's", + "start": 914.42, + "end": 914.56, + "confidence": 0.9892578125 + }, + { + "word": " likely", + "start": 914.56, + "end": 914.74, + "confidence": 0.99462890625 + }, + { + "word": " for", + "start": 914.74, + "end": 914.98, + "confidence": 0.99609375 + }, + { + "word": " you,", + "start": 914.98, + "end": 915.14, + "confidence": 0.9931640625 + }, + { + "word": " Kiri,", + "start": 915.26, + "end": 915.5, + "confidence": 0.974609375 + }, + { + "word": " as", + "start": 915.58, + "end": 915.68, + "confidence": 0.99755859375 + }, + { + "word": " it", + "start": 915.68, + "end": 915.78, + "confidence": 0.99560546875 + }, + { + "word": " has", + "start": 915.78, + "end": 915.9, + "confidence": 0.994140625 + }, + { + "word": " the", + "start": 915.9, + "end": 916.1, + "confidence": 0.99169921875 + }, + { + "word": " knighthood", + "start": 916.1, + "end": 916.46, + "confidence": 0.7958984375 + }, + { + "word": " seal", + "start": 916.46, + "end": 916.76, + "confidence": 0.91845703125 + }, + { + "word": " on", + "start": 916.76, + "end": 917, + "confidence": 0.99755859375 + }, + { + "word": " it,", + "start": 917, + "end": 917.12, + "confidence": 0.998046875 + }, + { + "word": " he", + "start": 917.4, + "end": 917.5, + "confidence": 0.97119140625 + }, + { + "word": " added", + "start": 917.5, + "end": 917.76, + "confidence": 0.9921875 + }, + { + "word": " and", + "start": 917.76, + "end": 917.98, + "confidence": 0.767578125 + }, + { + "word": " handed", + "start": 917.98, + "end": 918.26, + "confidence": 0.98974609375 + }, + { + "word": " the", + "start": 918.26, + "end": 918.44, + "confidence": 0.9921875 + }, + { + "word": " scroll", + "start": 918.44, + "end": 918.68, + "confidence": 0.98388671875 + } + ] + }, + { + "id": 258, + "start": 918.68, + "end": 919.4, + "text": " to his sister.", + "words": [ + { + "word": " to", + "start": 918.68, + "end": 918.92, + "confidence": 0.998046875 + }, + { + "word": " his", + "start": 918.92, + "end": 919.06, + "confidence": 0.994140625 + }, + { + "word": " sister.", + "start": 919.06, + "end": 919.4, + "confidence": 0.99365234375 + } + ] + }, + { + "id": 259, + "start": 920.34, + "end": 923.74, + "text": " Kiri quickly opened and read the dispatch, and like her brother frowned.", + "words": [ + { + "word": " Kiri", + "start": 920.34, + "end": 920.78, + "confidence": 0.431793212890625 + }, + { + "word": " quickly", + "start": 920.78, + "end": 920.98, + "confidence": 0.98388671875 + }, + { + "word": " opened", + "start": 920.98, + "end": 921.44, + "confidence": 0.9931640625 + }, + { + "word": " and", + "start": 921.44, + "end": 921.6, + "confidence": 0.9873046875 + }, + { + "word": " read", + "start": 921.6, + "end": 921.76, + "confidence": 0.96044921875 + }, + { + "word": " the", + "start": 921.76, + "end": 921.92, + "confidence": 0.95947265625 + }, + { + "word": " dispatch,", + "start": 921.92, + "end": 922.26, + "confidence": 0.9462890625 + }, + { + "word": " and", + "start": 922.56, + "end": 922.56, + "confidence": 0.91455078125 + }, + { + "word": " like", + "start": 922.56, + "end": 922.7, + "confidence": 0.94580078125 + }, + { + "word": " her", + "start": 922.7, + "end": 922.86, + "confidence": 0.998046875 + }, + { + "word": " brother", + "start": 922.86, + "end": 923.14, + "confidence": 0.98681640625 + }, + { + "word": " frowned.", + "start": 923.14, + "end": 923.74, + "confidence": 0.832763671875 + } + ] + }, + { + "id": 260, + "start": 924.14, + "end": 926.04, + "text": " It appears I have a change of plans as well.", + "words": [ + { + "word": " It", + "start": 924.14, + "end": 924.2, + "confidence": 0.6728515625 + }, + { + "word": " appears", + "start": 924.2, + "end": 924.46, + "confidence": 0.99560546875 + }, + { + "word": " I", + "start": 924.46, + "end": 924.64, + "confidence": 0.97021484375 + }, + { + "word": " have", + "start": 924.64, + "end": 924.8, + "confidence": 0.99658203125 + }, + { + "word": " a", + "start": 924.8, + "end": 924.88, + "confidence": 0.994140625 + }, + { + "word": " change", + "start": 924.88, + "end": 925.14, + "confidence": 0.98046875 + }, + { + "word": " of", + "start": 925.14, + "end": 925.3, + "confidence": 0.994140625 + }, + { + "word": " plans", + "start": 925.3, + "end": 925.6, + "confidence": 0.99609375 + }, + { + "word": " as", + "start": 925.6, + "end": 925.82, + "confidence": 0.8701171875 + }, + { + "word": " well.", + "start": 925.82, + "end": 926.04, + "confidence": 0.99755859375 + } + ] + }, + { + "id": 261, + "start": 926.42, + "end": 928.96, + "text": " I am to go to Redhorn directly with utmost speed.", + "words": [ + { + "word": " I", + "start": 926.42, + "end": 926.5, + "confidence": 0.9833984375 + }, + { + "word": " am", + "start": 926.5, + "end": 926.56, + "confidence": 0.974609375 + }, + { + "word": " to", + "start": 926.56, + "end": 926.68, + "confidence": 0.99560546875 + }, + { + "word": " go", + "start": 926.68, + "end": 926.82, + "confidence": 0.9931640625 + }, + { + "word": " to", + "start": 926.82, + "end": 926.98, + "confidence": 0.99609375 + }, + { + "word": " Redhorn", + "start": 926.98, + "end": 927.26, + "confidence": 0.862060546875 + }, + { + "word": " directly", + "start": 927.26, + "end": 927.78, + "confidence": 0.98486328125 + }, + { + "word": " with", + "start": 927.78, + "end": 928.12, + "confidence": 0.56201171875 + }, + { + "word": " utmost", + "start": 928.12, + "end": 928.4, + "confidence": 0.984375 + }, + { + "word": " speed.", + "start": 928.4, + "end": 928.96, + "confidence": 0.99560546875 + } + ] + }, + { + "id": 262, + "start": 929.48, + "end": 933.66, + "text": " Word has come that the mayor has been killed, and I am to investigate the matter as is my", + "words": [ + { + "word": " Word", + "start": 929.48, + "end": 929.7, + "confidence": 0.88916015625 + }, + { + "word": " has", + "start": 929.7, + "end": 929.86, + "confidence": 0.99755859375 + }, + { + "word": " come", + "start": 929.86, + "end": 930.08, + "confidence": 0.99853515625 + }, + { + "word": " that", + "start": 930.08, + "end": 930.26, + "confidence": 0.978515625 + }, + { + "word": " the", + "start": 930.26, + "end": 930.38, + "confidence": 0.98583984375 + }, + { + "word": " mayor", + "start": 930.38, + "end": 930.64, + "confidence": 0.6328125 + }, + { + "word": " has", + "start": 930.64, + "end": 930.84, + "confidence": 0.99462890625 + }, + { + "word": " been", + "start": 930.84, + "end": 931.04, + "confidence": 0.9990234375 + }, + { + "word": " killed,", + "start": 931.04, + "end": 931.46, + "confidence": 0.99560546875 + }, + { + "word": " and", + "start": 931.7, + "end": 931.76, + "confidence": 0.98779296875 + }, + { + "word": " I", + "start": 931.76, + "end": 931.88, + "confidence": 0.99609375 + }, + { + "word": " am", + "start": 931.88, + "end": 931.96, + "confidence": 0.994140625 + }, + { + "word": " to", + "start": 931.96, + "end": 932.08, + "confidence": 0.99755859375 + }, + { + "word": " investigate", + "start": 932.08, + "end": 932.6, + "confidence": 0.9921875 + }, + { + "word": " the", + "start": 932.6, + "end": 932.86, + "confidence": 0.99365234375 + }, + { + "word": " matter", + "start": 932.86, + "end": 933.12, + "confidence": 0.9990234375 + }, + { + "word": " as", + "start": 933.12, + "end": 933.36, + "confidence": 0.79931640625 + }, + { + "word": " is", + "start": 933.36, + "end": 933.46, + "confidence": 0.9404296875 + }, + { + "word": " my", + "start": 933.46, + "end": 933.66, + "confidence": 0.99169921875 + } + ] + }, + { + "id": 263, + "start": 933.66, + "end": 935.64, + "text": " duty as the senior officer of the post.", + "words": [ + { + "word": " duty", + "start": 933.66, + "end": 933.94, + "confidence": 0.99560546875 + }, + { + "word": " as", + "start": 933.94, + "end": 934.2, + "confidence": 0.986328125 + }, + { + "word": " the", + "start": 934.2, + "end": 934.34, + "confidence": 0.9873046875 + }, + { + "word": " senior", + "start": 934.34, + "end": 934.64, + "confidence": 0.82958984375 + }, + { + "word": " officer", + "start": 934.64, + "end": 935.12, + "confidence": 0.97607421875 + }, + { + "word": " of", + "start": 935.12, + "end": 935.28, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 935.28, + "end": 935.36, + "confidence": 0.99609375 + }, + { + "word": " post.", + "start": 935.36, + "end": 935.64, + "confidence": 0.89306640625 + } + ] + }, + { + "id": 264, + "start": 936.82, + "end": 938.6, + "text": " Well then we all best be about our business.", + "words": [ + { + "word": " Well", + "start": 936.82, + "end": 937, + "confidence": 0.830078125 + }, + { + "word": " then", + "start": 937, + "end": 937.18, + "confidence": 0.67236328125 + }, + { + "word": " we", + "start": 937.18, + "end": 937.3, + "confidence": 0.67626953125 + }, + { + "word": " all", + "start": 937.3, + "end": 937.44, + "confidence": 0.99169921875 + }, + { + "word": " best", + "start": 937.44, + "end": 937.66, + "confidence": 0.986328125 + }, + { + "word": " be", + "start": 937.66, + "end": 937.88, + "confidence": 0.9931640625 + }, + { + "word": " about", + "start": 937.88, + "end": 938.1, + "confidence": 0.99365234375 + }, + { + "word": " our", + "start": 938.1, + "end": 938.26, + "confidence": 0.99462890625 + }, + { + "word": " business.", + "start": 938.26, + "end": 938.6, + "confidence": 0.998046875 + } + ] + }, + { + "id": 265, + "start": 939.1, + "end": 942.8, + "text": " Aragas and I will ride to lightbringer and you and Farrak head straight to Redhorn.", + "words": [ + { + "word": " Aragas", + "start": 939.1, + "end": 939.42, + "confidence": 0.3472900390625 + }, + { + "word": " and", + "start": 939.42, + "end": 939.62, + "confidence": 0.1561279296875 + }, + { + "word": " I", + "start": 939.62, + "end": 939.76, + "confidence": 0.99755859375 + }, + { + "word": " will", + "start": 939.76, + "end": 939.9, + "confidence": 0.9951171875 + }, + { + "word": " ride", + "start": 939.9, + "end": 940.12, + "confidence": 0.9814453125 + }, + { + "word": " to", + "start": 940.12, + "end": 940.32, + "confidence": 0.99462890625 + }, + { + "word": " lightbringer", + "start": 940.32, + "end": 940.82, + "confidence": 0.597412109375 + }, + { + "word": " and", + "start": 940.82, + "end": 941.04, + "confidence": 0.73974609375 + }, + { + "word": " you", + "start": 941.04, + "end": 941.18, + "confidence": 0.958984375 + }, + { + "word": " and", + "start": 941.18, + "end": 941.32, + "confidence": 0.8681640625 + }, + { + "word": " Farrak", + "start": 941.32, + "end": 941.64, + "confidence": 0.28369140625 + }, + { + "word": " head", + "start": 941.64, + "end": 941.84, + "confidence": 0.8134765625 + }, + { + "word": " straight", + "start": 941.84, + "end": 942.1, + "confidence": 0.970703125 + }, + { + "word": " to", + "start": 942.1, + "end": 942.32, + "confidence": 0.99853515625 + }, + { + "word": " Redhorn.", + "start": 942.32, + "end": 942.8, + "confidence": 0.9677734375 + } + ] + }, + { + "id": 266, + "start": 943.34, + "end": 945.72, + "text": " Vaya Jalen, you are free to go wherever you wish.", + "words": [ + { + "word": " Vaya", + "start": 943.34, + "end": 943.62, + "confidence": 0.3492431640625 + }, + { + "word": " Jalen,", + "start": 943.62, + "end": 944.02, + "confidence": 0.655029296875 + }, + { + "word": " you", + "start": 944.26, + "end": 944.34, + "confidence": 0.98876953125 + }, + { + "word": " are", + "start": 944.34, + "end": 944.42, + "confidence": 0.98583984375 + }, + { + "word": " free", + "start": 944.42, + "end": 944.62, + "confidence": 0.998046875 + }, + { + "word": " to", + "start": 944.62, + "end": 944.74, + "confidence": 0.9990234375 + }, + { + "word": " go", + "start": 944.74, + "end": 944.88, + "confidence": 0.99853515625 + }, + { + "word": " wherever", + "start": 944.88, + "end": 945.08, + "confidence": 0.9892578125 + }, + { + "word": " you", + "start": 945.08, + "end": 945.36, + "confidence": 0.99853515625 + }, + { + "word": " wish.", + "start": 945.36, + "end": 945.72, + "confidence": 0.998046875 + } + ] + }, + { + "id": 267, + "start": 946.48, + "end": 950.82, + "text": " I believe we will still accompany you to lightbringer little brother, said Vaya.", + "words": [ + { + "word": " I", + "start": 946.48, + "end": 946.96, + "confidence": 0.4697265625 + }, + { + "word": " believe", + "start": 946.96, + "end": 947.24, + "confidence": 0.984375 + }, + { + "word": " we", + "start": 947.24, + "end": 947.52, + "confidence": 0.99267578125 + }, + { + "word": " will", + "start": 947.52, + "end": 947.64, + "confidence": 0.9892578125 + }, + { + "word": " still", + "start": 947.64, + "end": 947.86, + "confidence": 0.99658203125 + }, + { + "word": " accompany", + "start": 947.86, + "end": 948.34, + "confidence": 0.99462890625 + }, + { + "word": " you", + "start": 948.34, + "end": 948.58, + "confidence": 0.98828125 + }, + { + "word": " to", + "start": 948.58, + "end": 948.74, + "confidence": 0.99072265625 + }, + { + "word": " lightbringer", + "start": 948.74, + "end": 949.28, + "confidence": 0.5639750162760416 + }, + { + "word": " little", + "start": 949.28, + "end": 949.52, + "confidence": 0.59765625 + }, + { + "word": " brother,", + "start": 949.52, + "end": 949.92, + "confidence": 0.96923828125 + }, + { + "word": " said", + "start": 950.24, + "end": 950.42, + "confidence": 0.95458984375 + }, + { + "word": " Vaya.", + "start": 950.42, + "end": 950.82, + "confidence": 0.2183837890625 + } + ] + }, + { + "id": 268, + "start": 951.22, + "end": 954.5, + "text": " We'd like to see the castle's progress and then depart for home from there.", + "words": [ + { + "word": " We'd", + "start": 951.22, + "end": 951.42, + "confidence": 0.953369140625 + }, + { + "word": " like", + "start": 951.42, + "end": 951.5, + "confidence": 0.99853515625 + }, + { + "word": " to", + "start": 951.5, + "end": 951.68, + "confidence": 0.99609375 + }, + { + "word": " see", + "start": 951.68, + "end": 951.86, + "confidence": 0.9990234375 + }, + { + "word": " the", + "start": 951.86, + "end": 952, + "confidence": 0.99267578125 + }, + { + "word": " castle's", + "start": 952, + "end": 952.42, + "confidence": 0.797119140625 + }, + { + "word": " progress", + "start": 952.42, + "end": 952.8, + "confidence": 0.99169921875 + }, + { + "word": " and", + "start": 952.8, + "end": 953.18, + "confidence": 0.56005859375 + }, + { + "word": " then", + "start": 953.18, + "end": 953.32, + "confidence": 0.97216796875 + }, + { + "word": " depart", + "start": 953.32, + "end": 953.58, + "confidence": 0.98583984375 + }, + { + "word": " for", + "start": 953.58, + "end": 953.84, + "confidence": 0.97119140625 + }, + { + "word": " home", + "start": 953.84, + "end": 954.04, + "confidence": 0.990234375 + }, + { + "word": " from", + "start": 954.04, + "end": 954.26, + "confidence": 0.98876953125 + }, + { + "word": " there.", + "start": 954.26, + "end": 954.5, + "confidence": 0.99462890625 + } + ] + }, + { + "id": 269, + "start": 955.82, + "end": 957.4, + "text": " Odarean nodded in agreement.", + "words": [ + { + "word": " Odarean", + "start": 955.82, + "end": 956.3, + "confidence": 0.16805013020833334 + }, + { + "word": " nodded", + "start": 956.3, + "end": 956.72, + "confidence": 0.980712890625 + }, + { + "word": " in", + "start": 956.72, + "end": 956.96, + "confidence": 0.9736328125 + }, + { + "word": " agreement.", + "start": 956.96, + "end": 957.4, + "confidence": 0.9892578125 + } + ] + }, + { + "id": 270, + "start": 958.62, + "end": 962.84, + "text": " Kiri, Wu then asked, if time is of the essence, then why don't I just send you and your friend", + "words": [ + { + "word": " Kiri,", + "start": 958.62, + "end": 958.98, + "confidence": 0.46771240234375 + }, + { + "word": " Wu", + "start": 959.18, + "end": 959.26, + "confidence": 0.083251953125 + }, + { + "word": " then", + "start": 959.26, + "end": 959.44, + "confidence": 0.94482421875 + }, + { + "word": " asked,", + "start": 959.44, + "end": 959.86, + "confidence": 0.97119140625 + }, + { + "word": " if", + "start": 960.06, + "end": 960.14, + "confidence": 0.24462890625 + }, + { + "word": " time", + "start": 960.14, + "end": 960.36, + "confidence": 0.966796875 + }, + { + "word": " is", + "start": 960.36, + "end": 960.54, + "confidence": 0.99560546875 + }, + { + "word": " of", + "start": 960.54, + "end": 960.64, + "confidence": 0.9951171875 + }, + { + "word": " the", + "start": 960.64, + "end": 960.74, + "confidence": 0.978515625 + }, + { + "word": " essence,", + "start": 960.74, + "end": 961, + "confidence": 0.97705078125 + }, + { + "word": " then", + "start": 961.32, + "end": 961.4, + "confidence": 0.97900390625 + }, + { + "word": " why", + "start": 961.4, + "end": 961.56, + "confidence": 0.9912109375 + }, + { + "word": " don't", + "start": 961.56, + "end": 961.64, + "confidence": 0.99462890625 + }, + { + "word": " I", + "start": 961.64, + "end": 961.8, + "confidence": 0.99267578125 + }, + { + "word": " just", + "start": 961.8, + "end": 961.92, + "confidence": 0.96435546875 + }, + { + "word": " send", + "start": 961.92, + "end": 962.18, + "confidence": 0.99853515625 + }, + { + "word": " you", + "start": 962.18, + "end": 962.38, + "confidence": 0.998046875 + }, + { + "word": " and", + "start": 962.38, + "end": 962.5, + "confidence": 0.97021484375 + }, + { + "word": " your", + "start": 962.5, + "end": 962.58, + "confidence": 0.99609375 + }, + { + "word": " friend", + "start": 962.58, + "end": 962.84, + "confidence": 0.99609375 + } + ] + }, + { + "id": 271, + "start": 962.84, + "end": 967.22, + "text": " to Redhorn by magical means, that will cut a week's time off your journey and allow", + "words": [ + { + "word": " to", + "start": 962.84, + "end": 963.04, + "confidence": 0.98876953125 + }, + { + "word": " Redhorn", + "start": 963.04, + "end": 963.38, + "confidence": 0.7431640625 + }, + { + "word": " by", + "start": 963.38, + "end": 963.62, + "confidence": 0.98095703125 + }, + { + "word": " magical", + "start": 963.62, + "end": 964.04, + "confidence": 0.91552734375 + }, + { + "word": " means,", + "start": 964.04, + "end": 964.5, + "confidence": 0.9716796875 + }, + { + "word": " that", + "start": 964.96, + "end": 965.12, + "confidence": 0.9892578125 + }, + { + "word": " will", + "start": 965.12, + "end": 965.26, + "confidence": 0.91845703125 + }, + { + "word": " cut", + "start": 965.26, + "end": 965.46, + "confidence": 0.9951171875 + }, + { + "word": " a", + "start": 965.46, + "end": 965.54, + "confidence": 0.99169921875 + }, + { + "word": " week's", + "start": 965.54, + "end": 965.86, + "confidence": 0.984619140625 + }, + { + "word": " time", + "start": 965.86, + "end": 966.04, + "confidence": 0.99658203125 + }, + { + "word": " off", + "start": 966.04, + "end": 966.26, + "confidence": 0.9951171875 + }, + { + "word": " your", + "start": 966.26, + "end": 966.38, + "confidence": 0.99072265625 + }, + { + "word": " journey", + "start": 966.38, + "end": 966.72, + "confidence": 0.998046875 + }, + { + "word": " and", + "start": 966.72, + "end": 967, + "confidence": 0.90625 + }, + { + "word": " allow", + "start": 967, + "end": 967.22, + "confidence": 0.99755859375 + } + ] + }, + { + "id": 272, + "start": 967.22, + "end": 970.18, + "text": " you to start your investigation immediately upon your arrival?", + "words": [ + { + "word": " you", + "start": 967.22, + "end": 967.46, + "confidence": 0.99658203125 + }, + { + "word": " to", + "start": 967.46, + "end": 967.6, + "confidence": 0.99267578125 + }, + { + "word": " start", + "start": 967.6, + "end": 967.82, + "confidence": 0.99658203125 + }, + { + "word": " your", + "start": 967.82, + "end": 968, + "confidence": 0.99755859375 + }, + { + "word": " investigation", + "start": 968, + "end": 968.66, + "confidence": 0.9951171875 + }, + { + "word": " immediately", + "start": 968.66, + "end": 969.12, + "confidence": 0.9912109375 + }, + { + "word": " upon", + "start": 969.12, + "end": 969.62, + "confidence": 0.9970703125 + }, + { + "word": " your", + "start": 969.62, + "end": 969.82, + "confidence": 0.99755859375 + }, + { + "word": " arrival?", + "start": 969.82, + "end": 970.18, + "confidence": 0.99853515625 + } + ] + }, + { + "id": 273, + "start": 971.26, + "end": 976.86, + "text": " Kiri paced in thought for a moment, she then nodded and said, that would give me a good head start on finding the culprit,", + "words": [ + { + "word": " Kiri", + "start": 971.26, + "end": 971.7, + "confidence": 0.44708251953125 + }, + { + "word": " paced", + "start": 971.7, + "end": 972, + "confidence": 0.741943359375 + }, + { + "word": " in", + "start": 972, + "end": 972.14, + "confidence": 0.492431640625 + }, + { + "word": " thought", + "start": 972.14, + "end": 972.34, + "confidence": 0.95068359375 + }, + { + "word": " for", + "start": 972.34, + "end": 972.56, + "confidence": 0.98828125 + }, + { + "word": " a", + "start": 972.56, + "end": 972.64, + "confidence": 0.99609375 + }, + { + "word": " moment,", + "start": 972.64, + "end": 972.94, + "confidence": 0.99853515625 + }, + { + "word": " she", + "start": 973.28, + "end": 973.38, + "confidence": 0.896484375 + }, + { + "word": " then", + "start": 973.38, + "end": 973.54, + "confidence": 0.9833984375 + }, + { + "word": " nodded", + "start": 973.54, + "end": 973.86, + "confidence": 0.972900390625 + }, + { + "word": " and", + "start": 973.86, + "end": 974.04, + "confidence": 0.96142578125 + }, + { + "word": " said,", + "start": 974.04, + "end": 974.28, + "confidence": 0.9990234375 + }, + { + "word": " that", + "start": 974.68, + "end": 974.72, + "confidence": 0.09075927734375 + }, + { + "word": " would", + "start": 974.72, + "end": 974.84, + "confidence": 0.986328125 + }, + { + "word": " give", + "start": 974.84, + "end": 975, + "confidence": 0.9931640625 + }, + { + "word": " me", + "start": 975, + "end": 975.14, + "confidence": 0.990234375 + }, + { + "word": " a", + "start": 975.14, + "end": 975.2, + "confidence": 0.9833984375 + }, + { + "word": " good", + "start": 975.2, + "end": 975.34, + "confidence": 0.9970703125 + }, + { + "word": " head", + "start": 975.34, + "end": 975.52, + "confidence": 0.89794921875 + }, + { + "word": " start", + "start": 975.52, + "end": 975.78, + "confidence": 0.884765625 + }, + { + "word": " on", + "start": 975.78, + "end": 976, + "confidence": 0.990234375 + }, + { + "word": " finding", + "start": 976, + "end": 976.34, + "confidence": 0.98974609375 + }, + { + "word": " the", + "start": 976.34, + "end": 976.56, + "confidence": 0.9912109375 + }, + { + "word": " culprit,", + "start": 976.56, + "end": 976.86, + "confidence": 0.97998046875 + } + ] + }, + { + "id": 274, + "start": 977.28, + "end": 981.02, + "text": " plus the trail won't be nearly as cold as it would be in seven days from now.", + "words": [ + { + "word": " plus", + "start": 977.28, + "end": 977.56, + "confidence": 0.978515625 + }, + { + "word": " the", + "start": 977.56, + "end": 977.92, + "confidence": 0.763671875 + }, + { + "word": " trail", + "start": 977.92, + "end": 978.18, + "confidence": 0.98046875 + }, + { + "word": " won't", + "start": 978.18, + "end": 978.48, + "confidence": 0.986572265625 + }, + { + "word": " be", + "start": 978.48, + "end": 978.56, + "confidence": 0.99658203125 + }, + { + "word": " nearly", + "start": 978.56, + "end": 978.78, + "confidence": 0.98046875 + }, + { + "word": " as", + "start": 978.78, + "end": 979.04, + "confidence": 1 + }, + { + "word": " cold", + "start": 979.04, + "end": 979.26, + "confidence": 0.99951171875 + }, + { + "word": " as", + "start": 979.26, + "end": 979.48, + "confidence": 0.9990234375 + }, + { + "word": " it", + "start": 979.48, + "end": 979.56, + "confidence": 0.9951171875 + }, + { + "word": " would", + "start": 979.56, + "end": 979.66, + "confidence": 0.9892578125 + }, + { + "word": " be", + "start": 979.66, + "end": 979.8, + "confidence": 0.98486328125 + }, + { + "word": " in", + "start": 979.8, + "end": 979.94, + "confidence": 0.9951171875 + }, + { + "word": " seven", + "start": 979.94, + "end": 980.26, + "confidence": 0.83056640625 + }, + { + "word": " days", + "start": 980.26, + "end": 980.5, + "confidence": 0.9990234375 + }, + { + "word": " from", + "start": 980.5, + "end": 980.74, + "confidence": 0.98583984375 + }, + { + "word": " now.", + "start": 980.74, + "end": 981.02, + "confidence": 0.99951171875 + } + ] + }, + { + "id": 275, + "start": 981.92, + "end": 986.04, + "text": " If you wish I can also send along one of my diviners to aid you in your task.", + "words": [ + { + "word": " If", + "start": 981.92, + "end": 982.36, + "confidence": 0.96142578125 + }, + { + "word": " you", + "start": 982.36, + "end": 982.46, + "confidence": 0.998046875 + }, + { + "word": " wish", + "start": 982.46, + "end": 982.86, + "confidence": 0.9970703125 + }, + { + "word": " I", + "start": 982.86, + "end": 983.06, + "confidence": 0.40576171875 + }, + { + "word": " can", + "start": 983.06, + "end": 983.18, + "confidence": 0.97607421875 + }, + { + "word": " also", + "start": 983.18, + "end": 983.44, + "confidence": 0.990234375 + }, + { + "word": " send", + "start": 983.44, + "end": 983.7, + "confidence": 0.99169921875 + }, + { + "word": " along", + "start": 983.7, + "end": 983.98, + "confidence": 0.93994140625 + }, + { + "word": " one", + "start": 983.98, + "end": 984.22, + "confidence": 0.98974609375 + }, + { + "word": " of", + "start": 984.22, + "end": 984.28, + "confidence": 0.9951171875 + }, + { + "word": " my", + "start": 984.28, + "end": 984.42, + "confidence": 0.99560546875 + }, + { + "word": " diviners", + "start": 984.42, + "end": 984.96, + "confidence": 0.7928873697916666 + }, + { + "word": " to", + "start": 984.96, + "end": 985.16, + "confidence": 0.99560546875 + }, + { + "word": " aid", + "start": 985.16, + "end": 985.36, + "confidence": 0.97509765625 + }, + { + "word": " you", + "start": 985.36, + "end": 985.5, + "confidence": 0.9970703125 + }, + { + "word": " in", + "start": 985.5, + "end": 985.62, + "confidence": 0.90380859375 + }, + { + "word": " your", + "start": 985.62, + "end": 985.72, + "confidence": 0.9970703125 + }, + { + "word": " task.", + "start": 985.72, + "end": 986.04, + "confidence": 0.99267578125 + } + ] + }, + { + "id": 276, + "start": 987.3, + "end": 994.32, + "text": " Kiri nodded, I accept your proposal headmaster, as this is my first murder investigation, I will need all the help I can get.", + "words": [ + { + "word": " Kiri", + "start": 987.3, + "end": 987.64, + "confidence": 0.9501953125 + }, + { + "word": " nodded,", + "start": 987.64, + "end": 988, + "confidence": 0.997802734375 + }, + { + "word": " I", + "start": 988.16, + "end": 988.24, + "confidence": 0.73046875 + }, + { + "word": " accept", + "start": 988.24, + "end": 988.56, + "confidence": 0.9599609375 + }, + { + "word": " your", + "start": 988.56, + "end": 988.76, + "confidence": 0.994140625 + }, + { + "word": " proposal", + "start": 988.76, + "end": 989.22, + "confidence": 0.99658203125 + }, + { + "word": " headmaster,", + "start": 989.22, + "end": 989.92, + "confidence": 0.686279296875 + }, + { + "word": " as", + "start": 990.38, + "end": 990.5, + "confidence": 0.97802734375 + }, + { + "word": " this", + "start": 990.5, + "end": 990.68, + "confidence": 0.98828125 + }, + { + "word": " is", + "start": 990.68, + "end": 990.86, + "confidence": 0.99267578125 + }, + { + "word": " my", + "start": 990.86, + "end": 991.06, + "confidence": 0.99755859375 + }, + { + "word": " first", + "start": 991.06, + "end": 991.4, + "confidence": 0.9912109375 + }, + { + "word": " murder", + "start": 991.4, + "end": 991.64, + "confidence": 0.9697265625 + }, + { + "word": " investigation,", + "start": 991.64, + "end": 992.4, + "confidence": 0.99267578125 + }, + { + "word": " I", + "start": 992.82, + "end": 992.9, + "confidence": 0.99072265625 + }, + { + "word": " will", + "start": 992.9, + "end": 993.02, + "confidence": 0.99365234375 + }, + { + "word": " need", + "start": 993.02, + "end": 993.18, + "confidence": 0.994140625 + }, + { + "word": " all", + "start": 993.18, + "end": 993.42, + "confidence": 0.998046875 + }, + { + "word": " the", + "start": 993.42, + "end": 993.56, + "confidence": 0.99072265625 + }, + { + "word": " help", + "start": 993.56, + "end": 993.72, + "confidence": 0.99951171875 + }, + { + "word": " I", + "start": 993.72, + "end": 993.9, + "confidence": 0.99365234375 + }, + { + "word": " can", + "start": 993.9, + "end": 994.06, + "confidence": 0.99365234375 + }, + { + "word": " get.", + "start": 994.06, + "end": 994.32, + "confidence": 0.99853515625 + } + ] + }, + { + "id": 277, + "start": 995.42, + "end": 1001.84, + "text": " Wu smiled, then prepared to depart within the hour, my lady, I shall make the arrangements and select the diviner personally.", + "words": [ + { + "word": " Wu", + "start": 995.42, + "end": 995.86, + "confidence": 0.00189971923828125 + }, + { + "word": " smiled,", + "start": 995.86, + "end": 996.3, + "confidence": 0.962890625 + }, + { + "word": " then", + "start": 996.52, + "end": 996.6, + "confidence": 0.943359375 + }, + { + "word": " prepared", + "start": 996.6, + "end": 996.94, + "confidence": 0.82177734375 + }, + { + "word": " to", + "start": 996.94, + "end": 997.18, + "confidence": 0.77197265625 + }, + { + "word": " depart", + "start": 997.18, + "end": 997.36, + "confidence": 0.99462890625 + }, + { + "word": " within", + "start": 997.36, + "end": 997.66, + "confidence": 0.94873046875 + }, + { + "word": " the", + "start": 997.66, + "end": 997.82, + "confidence": 0.9921875 + }, + { + "word": " hour,", + "start": 997.82, + "end": 998.08, + "confidence": 0.994140625 + }, + { + "word": " my", + "start": 998.24, + "end": 998.32, + "confidence": 0.9833984375 + }, + { + "word": " lady,", + "start": 998.32, + "end": 998.66, + "confidence": 0.86279296875 + }, + { + "word": " I", + "start": 999.12, + "end": 999.2, + "confidence": 0.74169921875 + }, + { + "word": " shall", + "start": 999.2, + "end": 999.34, + "confidence": 0.99853515625 + }, + { + "word": " make", + "start": 999.34, + "end": 999.48, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 999.48, + "end": 999.66, + "confidence": 0.98876953125 + }, + { + "word": " arrangements", + "start": 999.66, + "end": 1000.02, + "confidence": 0.9755859375 + }, + { + "word": " and", + "start": 1000.02, + "end": 1000.44, + "confidence": 0.8193359375 + }, + { + "word": " select", + "start": 1000.44, + "end": 1000.74, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 1000.74, + "end": 1000.96, + "confidence": 0.98974609375 + }, + { + "word": " diviner", + "start": 1000.96, + "end": 1001.28, + "confidence": 0.959716796875 + }, + { + "word": " personally.", + "start": 1001.28, + "end": 1001.84, + "confidence": 0.982421875 + } + ] + }, + { + "id": 278, + "start": 1003.04, + "end": 1005.48, + "text": " We shall be ready, wizard, said Farrak roughly.", + "words": [ + { + "word": " We", + "start": 1003.04, + "end": 1003.22, + "confidence": 0.2086181640625 + }, + { + "word": " shall", + "start": 1003.22, + "end": 1003.38, + "confidence": 0.9951171875 + }, + { + "word": " be", + "start": 1003.38, + "end": 1003.52, + "confidence": 0.99365234375 + }, + { + "word": " ready,", + "start": 1003.52, + "end": 1003.78, + "confidence": 0.9833984375 + }, + { + "word": " wizard,", + "start": 1004, + "end": 1004.2, + "confidence": 0.6025390625 + }, + { + "word": " said", + "start": 1004.5, + "end": 1004.72, + "confidence": 0.91015625 + }, + { + "word": " Farrak", + "start": 1004.72, + "end": 1005.04, + "confidence": 0.4442138671875 + }, + { + "word": " roughly.", + "start": 1005.04, + "end": 1005.48, + "confidence": 0.239013671875 + } + ] + }, + { + "id": 279, + "start": 1006.34, + "end": 1011.46, + "text": " We'll meet you at the teleportation station in one hour, said Kiri, she then turned to her family.", + "words": [ + { + "word": " We'll", + "start": 1006.34, + "end": 1006.78, + "confidence": 0.57159423828125 + }, + { + "word": " meet", + "start": 1006.78, + "end": 1006.92, + "confidence": 0.99755859375 + }, + { + "word": " you", + "start": 1006.92, + "end": 1007.1, + "confidence": 0.998046875 + }, + { + "word": " at", + "start": 1007.1, + "end": 1007.22, + "confidence": 0.99462890625 + }, + { + "word": " the", + "start": 1007.22, + "end": 1007.34, + "confidence": 0.994140625 + }, + { + "word": " teleportation", + "start": 1007.34, + "end": 1008.08, + "confidence": 0.947998046875 + }, + { + "word": " station", + "start": 1008.08, + "end": 1008.52, + "confidence": 0.98876953125 + }, + { + "word": " in", + "start": 1008.52, + "end": 1008.7, + "confidence": 0.97412109375 + }, + { + "word": " one", + "start": 1008.7, + "end": 1008.9, + "confidence": 0.96337890625 + }, + { + "word": " hour,", + "start": 1008.9, + "end": 1009.24, + "confidence": 0.99755859375 + }, + { + "word": " said", + "start": 1009.44, + "end": 1009.6, + "confidence": 0.98828125 + }, + { + "word": " Kiri,", + "start": 1009.6, + "end": 1009.96, + "confidence": 0.5682373046875 + }, + { + "word": " she", + "start": 1010.22, + "end": 1010.32, + "confidence": 0.9130859375 + }, + { + "word": " then", + "start": 1010.32, + "end": 1010.48, + "confidence": 0.9921875 + }, + { + "word": " turned", + "start": 1010.48, + "end": 1010.7, + "confidence": 0.95849609375 + }, + { + "word": " to", + "start": 1010.7, + "end": 1010.92, + "confidence": 0.9970703125 + }, + { + "word": " her", + "start": 1010.92, + "end": 1011.04, + "confidence": 0.99755859375 + }, + { + "word": " family.", + "start": 1011.04, + "end": 1011.46, + "confidence": 0.99609375 + } + ] + }, + { + "id": 280, + "start": 1011.84, + "end": 1018.54, + "text": " It seems that it may be some time before I see you all again, and just when Adi had finally returned, a tear then rimmed her eyes.", + "words": [ + { + "word": " It", + "start": 1011.84, + "end": 1011.92, + "confidence": 0.98828125 + }, + { + "word": " seems", + "start": 1011.92, + "end": 1012.16, + "confidence": 0.99365234375 + }, + { + "word": " that", + "start": 1012.16, + "end": 1012.44, + "confidence": 0.9921875 + }, + { + "word": " it", + "start": 1012.44, + "end": 1012.52, + "confidence": 0.98974609375 + }, + { + "word": " may", + "start": 1012.52, + "end": 1012.68, + "confidence": 0.98388671875 + }, + { + "word": " be", + "start": 1012.68, + "end": 1012.84, + "confidence": 0.998046875 + }, + { + "word": " some", + "start": 1012.84, + "end": 1013.06, + "confidence": 0.6435546875 + }, + { + "word": " time", + "start": 1013.06, + "end": 1013.34, + "confidence": 0.998046875 + }, + { + "word": " before", + "start": 1013.34, + "end": 1013.64, + "confidence": 0.99560546875 + }, + { + "word": " I", + "start": 1013.64, + "end": 1013.82, + "confidence": 0.99658203125 + }, + { + "word": " see", + "start": 1013.82, + "end": 1014.02, + "confidence": 0.99560546875 + }, + { + "word": " you", + "start": 1014.02, + "end": 1014.22, + "confidence": 0.99560546875 + }, + { + "word": " all", + "start": 1014.22, + "end": 1014.34, + "confidence": 0.9970703125 + }, + { + "word": " again,", + "start": 1014.34, + "end": 1014.64, + "confidence": 0.9970703125 + }, + { + "word": " and", + "start": 1014.96, + "end": 1015.02, + "confidence": 0.990234375 + }, + { + "word": " just", + "start": 1015.02, + "end": 1015.16, + "confidence": 0.99267578125 + }, + { + "word": " when", + "start": 1015.16, + "end": 1015.38, + "confidence": 0.9951171875 + }, + { + "word": " Adi", + "start": 1015.38, + "end": 1015.62, + "confidence": 0.765625 + }, + { + "word": " had", + "start": 1015.62, + "end": 1015.76, + "confidence": 0.99609375 + }, + { + "word": " finally", + "start": 1015.76, + "end": 1016.14, + "confidence": 0.99658203125 + }, + { + "word": " returned,", + "start": 1016.14, + "end": 1016.64, + "confidence": 0.99072265625 + }, + { + "word": " a", + "start": 1017.24, + "end": 1017.32, + "confidence": 0.98974609375 + }, + { + "word": " tear", + "start": 1017.32, + "end": 1017.56, + "confidence": 0.955078125 + }, + { + "word": " then", + "start": 1017.56, + "end": 1017.82, + "confidence": 0.93603515625 + }, + { + "word": " rimmed", + "start": 1017.82, + "end": 1018.12, + "confidence": 0.91259765625 + }, + { + "word": " her", + "start": 1018.12, + "end": 1018.22, + "confidence": 0.9990234375 + }, + { + "word": " eyes.", + "start": 1018.22, + "end": 1018.54, + "confidence": 0.99853515625 + } + ] + }, + { + "id": 281, + "start": 1019.38, + "end": 1030.06, + "text": " Don't you worry cis, comforted Odarean, we will see each other again soon, perhaps I shall travel to see you once we finished with matters in Hardrock, only the gods know when we will see each other again.", + "words": [ + { + "word": " Don't", + "start": 1019.38, + "end": 1019.82, + "confidence": 0.6805419921875 + }, + { + "word": " you", + "start": 1019.82, + "end": 1019.92, + "confidence": 0.97900390625 + }, + { + "word": " worry", + "start": 1019.92, + "end": 1020.22, + "confidence": 0.99560546875 + }, + { + "word": " cis,", + "start": 1020.22, + "end": 1020.6, + "confidence": 0.193115234375 + }, + { + "word": " comforted", + "start": 1020.96, + "end": 1021.42, + "confidence": 0.934326171875 + }, + { + "word": " Odarean,", + "start": 1021.42, + "end": 1021.98, + "confidence": 0.528076171875 + }, + { + "word": " we", + "start": 1022.34, + "end": 1022.44, + "confidence": 0.82275390625 + }, + { + "word": " will", + "start": 1022.44, + "end": 1022.54, + "confidence": 0.986328125 + }, + { + "word": " see", + "start": 1022.54, + "end": 1022.72, + "confidence": 0.99560546875 + }, + { + "word": " each", + "start": 1022.72, + "end": 1022.96, + "confidence": 0.99951171875 + }, + { + "word": " other", + "start": 1022.96, + "end": 1023.12, + "confidence": 0.98583984375 + }, + { + "word": " again", + "start": 1023.12, + "end": 1023.4, + "confidence": 0.99658203125 + }, + { + "word": " soon,", + "start": 1023.4, + "end": 1023.74, + "confidence": 0.9892578125 + }, + { + "word": " perhaps", + "start": 1024.14, + "end": 1024.32, + "confidence": 0.92236328125 + }, + { + "word": " I", + "start": 1024.32, + "end": 1024.56, + "confidence": 0.98583984375 + }, + { + "word": " shall", + "start": 1024.56, + "end": 1024.7, + "confidence": 0.9970703125 + }, + { + "word": " travel", + "start": 1024.7, + "end": 1025, + "confidence": 0.994140625 + }, + { + "word": " to", + "start": 1025, + "end": 1025.16, + "confidence": 0.99560546875 + }, + { + "word": " see", + "start": 1025.16, + "end": 1025.32, + "confidence": 0.99560546875 + }, + { + "word": " you", + "start": 1025.32, + "end": 1025.44, + "confidence": 0.99462890625 + }, + { + "word": " once", + "start": 1025.44, + "end": 1025.66, + "confidence": 0.99267578125 + }, + { + "word": " we", + "start": 1025.66, + "end": 1025.86, + "confidence": 0.990234375 + }, + { + "word": " finished", + "start": 1025.86, + "end": 1026.18, + "confidence": 0.348876953125 + }, + { + "word": " with", + "start": 1026.18, + "end": 1026.44, + "confidence": 0.98388671875 + }, + { + "word": " matters", + "start": 1026.44, + "end": 1026.7, + "confidence": 0.94970703125 + }, + { + "word": " in", + "start": 1026.7, + "end": 1026.98, + "confidence": 0.98193359375 + }, + { + "word": " Hardrock,", + "start": 1026.98, + "end": 1027.38, + "confidence": 0.5626220703125 + }, + { + "word": " only", + "start": 1027.74, + "end": 1027.94, + "confidence": 0.978515625 + }, + { + "word": " the", + "start": 1027.94, + "end": 1028.08, + "confidence": 0.99169921875 + }, + { + "word": " gods", + "start": 1028.08, + "end": 1028.32, + "confidence": 0.81884765625 + }, + { + "word": " know", + "start": 1028.32, + "end": 1028.62, + "confidence": 0.99853515625 + }, + { + "word": " when", + "start": 1028.62, + "end": 1028.84, + "confidence": 0.978515625 + }, + { + "word": " we", + "start": 1028.84, + "end": 1028.98, + "confidence": 0.99462890625 + }, + { + "word": " will", + "start": 1028.98, + "end": 1029.1, + "confidence": 0.9794921875 + }, + { + "word": " see", + "start": 1029.1, + "end": 1029.32, + "confidence": 0.99365234375 + }, + { + "word": " each", + "start": 1029.32, + "end": 1029.56, + "confidence": 0.99853515625 + }, + { + "word": " other", + "start": 1029.56, + "end": 1029.72, + "confidence": 0.990234375 + }, + { + "word": " again.", + "start": 1029.72, + "end": 1030.06, + "confidence": 0.998046875 + } + ] + }, + { + "id": 282, + "start": 1031.22, + "end": 1038, + "text": " The two embraced for their bond was strong, just as it had been when they were children, far stronger than between any of their other siblings.", + "words": [ + { + "word": " The", + "start": 1031.22, + "end": 1031.38, + "confidence": 0.95654296875 + }, + { + "word": " two", + "start": 1031.38, + "end": 1031.58, + "confidence": 0.9853515625 + }, + { + "word": " embraced", + "start": 1031.58, + "end": 1031.94, + "confidence": 0.98779296875 + }, + { + "word": " for", + "start": 1031.94, + "end": 1032.18, + "confidence": 0.994140625 + }, + { + "word": " their", + "start": 1032.18, + "end": 1032.32, + "confidence": 0.99609375 + }, + { + "word": " bond", + "start": 1032.32, + "end": 1032.58, + "confidence": 0.99072265625 + }, + { + "word": " was", + "start": 1032.58, + "end": 1032.8, + "confidence": 0.95751953125 + }, + { + "word": " strong,", + "start": 1032.8, + "end": 1033.14, + "confidence": 0.998046875 + }, + { + "word": " just", + "start": 1033.54, + "end": 1033.68, + "confidence": 0.9970703125 + }, + { + "word": " as", + "start": 1033.68, + "end": 1033.88, + "confidence": 0.99951171875 + }, + { + "word": " it", + "start": 1033.88, + "end": 1033.98, + "confidence": 0.998046875 + }, + { + "word": " had", + "start": 1033.98, + "end": 1034.08, + "confidence": 0.9951171875 + }, + { + "word": " been", + "start": 1034.08, + "end": 1034.26, + "confidence": 0.9990234375 + }, + { + "word": " when", + "start": 1034.26, + "end": 1034.48, + "confidence": 0.98974609375 + }, + { + "word": " they", + "start": 1034.48, + "end": 1034.62, + "confidence": 0.9912109375 + }, + { + "word": " were", + "start": 1034.62, + "end": 1034.74, + "confidence": 0.998046875 + }, + { + "word": " children,", + "start": 1034.74, + "end": 1035.14, + "confidence": 0.99462890625 + }, + { + "word": " far", + "start": 1035.68, + "end": 1035.84, + "confidence": 0.9970703125 + }, + { + "word": " stronger", + "start": 1035.84, + "end": 1036.38, + "confidence": 0.99609375 + }, + { + "word": " than", + "start": 1036.38, + "end": 1036.58, + "confidence": 0.99072265625 + }, + { + "word": " between", + "start": 1036.58, + "end": 1036.86, + "confidence": 0.9765625 + }, + { + "word": " any", + "start": 1036.86, + "end": 1037.14, + "confidence": 0.98779296875 + }, + { + "word": " of", + "start": 1037.14, + "end": 1037.24, + "confidence": 0.96142578125 + }, + { + "word": " their", + "start": 1037.24, + "end": 1037.36, + "confidence": 0.99609375 + }, + { + "word": " other", + "start": 1037.36, + "end": 1037.6, + "confidence": 0.994140625 + }, + { + "word": " siblings.", + "start": 1037.6, + "end": 1038, + "confidence": 0.98388671875 + } + ] + }, + { + "id": 283, + "start": 1039, + "end": 1044.16, + "text": " I will miss you brother, Kiri quavered, at least I'm used to you laving, though I may not like it.", + "words": [ + { + "word": " I", + "start": 1039, + "end": 1039.44, + "confidence": 0.78076171875 + }, + { + "word": " will", + "start": 1039.44, + "end": 1039.58, + "confidence": 0.99169921875 + }, + { + "word": " miss", + "start": 1039.58, + "end": 1039.72, + "confidence": 0.99169921875 + }, + { + "word": " you", + "start": 1039.72, + "end": 1039.94, + "confidence": 0.97265625 + }, + { + "word": " brother,", + "start": 1039.94, + "end": 1040.32, + "confidence": 0.62939453125 + }, + { + "word": " Kiri", + "start": 1040.6, + "end": 1040.82, + "confidence": 0.413238525390625 + }, + { + "word": " quavered,", + "start": 1040.82, + "end": 1041.4, + "confidence": 0.57489013671875 + }, + { + "word": " at", + "start": 1041.66, + "end": 1041.76, + "confidence": 0.98291015625 + }, + { + "word": " least", + "start": 1041.76, + "end": 1041.9, + "confidence": 0.98779296875 + }, + { + "word": " I'm", + "start": 1041.9, + "end": 1042.22, + "confidence": 0.7291259765625 + }, + { + "word": " used", + "start": 1042.22, + "end": 1042.36, + "confidence": 0.99755859375 + }, + { + "word": " to", + "start": 1042.36, + "end": 1042.5, + "confidence": 0.998046875 + }, + { + "word": " you", + "start": 1042.5, + "end": 1042.6, + "confidence": 0.98095703125 + }, + { + "word": " laving,", + "start": 1042.6, + "end": 1042.94, + "confidence": 0.622314453125 + }, + { + "word": " though", + "start": 1043.14, + "end": 1043.22, + "confidence": 0.9921875 + }, + { + "word": " I", + "start": 1043.22, + "end": 1043.34, + "confidence": 0.994140625 + }, + { + "word": " may", + "start": 1043.34, + "end": 1043.48, + "confidence": 0.99609375 + }, + { + "word": " not", + "start": 1043.48, + "end": 1043.68, + "confidence": 0.99853515625 + }, + { + "word": " like", + "start": 1043.68, + "end": 1043.92, + "confidence": 0.99755859375 + }, + { + "word": " it.", + "start": 1043.92, + "end": 1044.16, + "confidence": 0.9970703125 + } + ] + }, + { + "id": 284, + "start": 1044.94, + "end": 1048.16, + "text": " That doesn't make our parting any easier, smiled the paladin.", + "words": [ + { + "word": " That", + "start": 1044.94, + "end": 1045.42, + "confidence": 0.6015625 + }, + { + "word": " doesn't", + "start": 1045.42, + "end": 1045.7, + "confidence": 0.98779296875 + }, + { + "word": " make", + "start": 1045.7, + "end": 1045.84, + "confidence": 0.998046875 + }, + { + "word": " our", + "start": 1045.84, + "end": 1046, + "confidence": 0.994140625 + }, + { + "word": " parting", + "start": 1046, + "end": 1046.3, + "confidence": 0.94189453125 + }, + { + "word": " any", + "start": 1046.3, + "end": 1046.52, + "confidence": 0.994140625 + }, + { + "word": " easier,", + "start": 1046.52, + "end": 1046.96, + "confidence": 0.99560546875 + }, + { + "word": " smiled", + "start": 1047.26, + "end": 1047.56, + "confidence": 0.724609375 + }, + { + "word": " the", + "start": 1047.56, + "end": 1047.76, + "confidence": 0.98486328125 + }, + { + "word": " paladin.", + "start": 1047.76, + "end": 1048.16, + "confidence": 0.7408447265625 + } + ] + }, + { + "id": 285, + "start": 1049.36, + "end": 1060.86, + "text": " Kiri nodded, then embraced Jalen and Vea and bid them farewell, she then turned and said goodbye to Aragast and Wu and left the room to finish her preparations, Farrak nodded to the others and followed after the woman night.", + "words": [ + { + "word": " Kiri", + "start": 1049.36, + "end": 1049.6, + "confidence": 0.386474609375 + }, + { + "word": " nodded,", + "start": 1049.6, + "end": 1049.94, + "confidence": 0.982177734375 + }, + { + "word": " then", + "start": 1050.12, + "end": 1050.16, + "confidence": 0.87451171875 + }, + { + "word": " embraced", + "start": 1050.16, + "end": 1050.48, + "confidence": 0.98876953125 + }, + { + "word": " Jalen", + "start": 1050.48, + "end": 1050.92, + "confidence": 0.76513671875 + }, + { + "word": " and", + "start": 1050.92, + "end": 1051.14, + "confidence": 0.96630859375 + }, + { + "word": " Vea", + "start": 1051.14, + "end": 1051.42, + "confidence": 0.3565673828125 + }, + { + "word": " and", + "start": 1051.42, + "end": 1051.68, + "confidence": 0.6025390625 + }, + { + "word": " bid", + "start": 1051.68, + "end": 1051.8, + "confidence": 0.87646484375 + }, + { + "word": " them", + "start": 1051.8, + "end": 1051.98, + "confidence": 0.990234375 + }, + { + "word": " farewell,", + "start": 1051.98, + "end": 1052.36, + "confidence": 0.9970703125 + }, + { + "word": " she", + "start": 1052.88, + "end": 1053.08, + "confidence": 0.63134765625 + }, + { + "word": " then", + "start": 1053.08, + "end": 1053.22, + "confidence": 0.99267578125 + }, + { + "word": " turned", + "start": 1053.22, + "end": 1053.5, + "confidence": 0.99169921875 + }, + { + "word": " and", + "start": 1053.5, + "end": 1053.74, + "confidence": 0.9599609375 + }, + { + "word": " said", + "start": 1053.74, + "end": 1053.92, + "confidence": 0.99658203125 + }, + { + "word": " goodbye", + "start": 1053.92, + "end": 1054.22, + "confidence": 0.92138671875 + }, + { + "word": " to", + "start": 1054.22, + "end": 1054.52, + "confidence": 0.9921875 + }, + { + "word": " Aragast", + "start": 1054.52, + "end": 1055, + "confidence": 0.5909830729166666 + }, + { + "word": " and", + "start": 1055, + "end": 1055.2, + "confidence": 0.4248046875 + }, + { + "word": " Wu", + "start": 1055.2, + "end": 1055.38, + "confidence": 0.69873046875 + }, + { + "word": " and", + "start": 1055.38, + "end": 1055.82, + "confidence": 0.748046875 + }, + { + "word": " left", + "start": 1055.82, + "end": 1055.98, + "confidence": 0.99755859375 + }, + { + "word": " the", + "start": 1055.98, + "end": 1056.2, + "confidence": 0.99755859375 + }, + { + "word": " room", + "start": 1056.2, + "end": 1056.38, + "confidence": 0.99658203125 + }, + { + "word": " to", + "start": 1056.38, + "end": 1056.58, + "confidence": 0.998046875 + }, + { + "word": " finish", + "start": 1056.58, + "end": 1056.82, + "confidence": 0.99560546875 + }, + { + "word": " her", + "start": 1056.82, + "end": 1056.98, + "confidence": 0.99560546875 + }, + { + "word": " preparations,", + "start": 1056.98, + "end": 1057.56, + "confidence": 0.99365234375 + }, + { + "word": " Farrak", + "start": 1058.28, + "end": 1058.48, + "confidence": 0.271392822265625 + }, + { + "word": " nodded", + "start": 1058.48, + "end": 1058.82, + "confidence": 0.998779296875 + }, + { + "word": " to", + "start": 1058.82, + "end": 1058.96, + "confidence": 0.99609375 + }, + { + "word": " the", + "start": 1058.96, + "end": 1059.1, + "confidence": 0.9931640625 + }, + { + "word": " others", + "start": 1059.1, + "end": 1059.32, + "confidence": 0.9912109375 + }, + { + "word": " and", + "start": 1059.32, + "end": 1059.56, + "confidence": 0.92529296875 + }, + { + "word": " followed", + "start": 1059.56, + "end": 1059.88, + "confidence": 0.99658203125 + }, + { + "word": " after", + "start": 1059.88, + "end": 1060.22, + "confidence": 0.990234375 + }, + { + "word": " the", + "start": 1060.22, + "end": 1060.36, + "confidence": 0.99560546875 + }, + { + "word": " woman", + "start": 1060.36, + "end": 1060.54, + "confidence": 0.97705078125 + }, + { + "word": " night.", + "start": 1060.54, + "end": 1060.86, + "confidence": 0.81689453125 + } + ] + }, + { + "id": 286, + "start": 1061.94, + "end": 1068.94, + "text": " Time to go little brother, said Vea, interrupting Odarean's thoughts, if you and Aragast are to return in two days we must be off.", + "words": [ + { + "word": " Time", + "start": 1061.94, + "end": 1062.2, + "confidence": 0.052001953125 + }, + { + "word": " to", + "start": 1062.2, + "end": 1062.36, + "confidence": 0.96533203125 + }, + { + "word": " go", + "start": 1062.36, + "end": 1062.5, + "confidence": 0.97265625 + }, + { + "word": " little", + "start": 1062.5, + "end": 1062.68, + "confidence": 0.794921875 + }, + { + "word": " brother,", + "start": 1062.68, + "end": 1063.04, + "confidence": 0.97021484375 + }, + { + "word": " said", + "start": 1063.32, + "end": 1063.46, + "confidence": 0.99462890625 + }, + { + "word": " Vea,", + "start": 1063.46, + "end": 1063.92, + "confidence": 0.978515625 + }, + { + "word": " interrupting", + "start": 1064.16, + "end": 1064.48, + "confidence": 0.9462890625 + }, + { + "word": " Odarean's", + "start": 1064.48, + "end": 1065.18, + "confidence": 0.544219970703125 + }, + { + "word": " thoughts,", + "start": 1065.18, + "end": 1065.46, + "confidence": 0.998046875 + }, + { + "word": " if", + "start": 1065.94, + "end": 1066.08, + "confidence": 0.59814453125 + }, + { + "word": " you", + "start": 1066.08, + "end": 1066.2, + "confidence": 0.9921875 + }, + { + "word": " and", + "start": 1066.2, + "end": 1066.34, + "confidence": 0.99755859375 + }, + { + "word": " Aragast", + "start": 1066.34, + "end": 1066.78, + "confidence": 0.9816080729166666 + }, + { + "word": " are", + "start": 1066.78, + "end": 1066.9, + "confidence": 0.986328125 + }, + { + "word": " to", + "start": 1066.9, + "end": 1067.02, + "confidence": 0.9970703125 + }, + { + "word": " return", + "start": 1067.02, + "end": 1067.3, + "confidence": 0.99658203125 + }, + { + "word": " in", + "start": 1067.3, + "end": 1067.46, + "confidence": 0.9951171875 + }, + { + "word": " two", + "start": 1067.46, + "end": 1067.7, + "confidence": 0.95751953125 + }, + { + "word": " days", + "start": 1067.7, + "end": 1068, + "confidence": 0.99853515625 + }, + { + "word": " we", + "start": 1068, + "end": 1068.24, + "confidence": 0.7939453125 + }, + { + "word": " must", + "start": 1068.24, + "end": 1068.42, + "confidence": 0.9990234375 + }, + { + "word": " be", + "start": 1068.42, + "end": 1068.64, + "confidence": 0.9912109375 + }, + { + "word": " off.", + "start": 1068.64, + "end": 1068.94, + "confidence": 0.998046875 + } + ] + }, + { + "id": 287, + "start": 1069.8, + "end": 1071.34, + "text": " Yes, said the paladin.", + "words": [ + { + "word": " Yes,", + "start": 1069.8, + "end": 1070.28, + "confidence": 0.35595703125 + }, + { + "word": " said", + "start": 1070.5, + "end": 1070.72, + "confidence": 0.8759765625 + }, + { + "word": " the", + "start": 1070.72, + "end": 1070.88, + "confidence": 0.98291015625 + }, + { + "word": " paladin.", + "start": 1070.88, + "end": 1071.34, + "confidence": 0.6937255859375 + } + ] + }, + { + "id": 288, + "start": 1072.5, + "end": 1078.02, + "text": " Why don't I just send you all to Lightbringer through the portal, asked Wu, the connecting station is nearly completed.", + "words": [ + { + "word": " Why", + "start": 1072.5, + "end": 1072.56, + "confidence": 0.166015625 + }, + { + "word": " don't", + "start": 1072.56, + "end": 1072.66, + "confidence": 0.991943359375 + }, + { + "word": " I", + "start": 1072.66, + "end": 1072.78, + "confidence": 0.982421875 + }, + { + "word": " just", + "start": 1072.78, + "end": 1072.92, + "confidence": 0.97900390625 + }, + { + "word": " send", + "start": 1072.92, + "end": 1073.14, + "confidence": 0.998046875 + }, + { + "word": " you", + "start": 1073.14, + "end": 1073.3, + "confidence": 0.9951171875 + }, + { + "word": " all", + "start": 1073.3, + "end": 1073.4, + "confidence": 0.98974609375 + }, + { + "word": " to", + "start": 1073.4, + "end": 1073.58, + "confidence": 0.9951171875 + }, + { + "word": " Lightbringer", + "start": 1073.58, + "end": 1074.04, + "confidence": 0.919921875 + }, + { + "word": " through", + "start": 1074.04, + "end": 1074.32, + "confidence": 0.9658203125 + }, + { + "word": " the", + "start": 1074.32, + "end": 1074.48, + "confidence": 0.98828125 + }, + { + "word": " portal,", + "start": 1074.48, + "end": 1074.76, + "confidence": 0.95263671875 + }, + { + "word": " asked", + "start": 1075.16, + "end": 1075.4, + "confidence": 0.52880859375 + }, + { + "word": " Wu,", + "start": 1075.4, + "end": 1075.6, + "confidence": 0.70556640625 + }, + { + "word": " the", + "start": 1075.98, + "end": 1076.08, + "confidence": 0.94287109375 + }, + { + "word": " connecting", + "start": 1076.08, + "end": 1076.36, + "confidence": 0.98193359375 + }, + { + "word": " station", + "start": 1076.36, + "end": 1076.94, + "confidence": 0.99462890625 + }, + { + "word": " is", + "start": 1076.94, + "end": 1077.18, + "confidence": 0.9892578125 + }, + { + "word": " nearly", + "start": 1077.18, + "end": 1077.44, + "confidence": 0.98779296875 + }, + { + "word": " completed.", + "start": 1077.44, + "end": 1078.02, + "confidence": 0.990234375 + } + ] + }, + { + "id": 289, + "start": 1078.92, + "end": 1082.08, + "text": " You've put a portal in Lightbringer, asked Odarean in surprise.", + "words": [ + { + "word": " You've", + "start": 1078.92, + "end": 1079.4, + "confidence": 0.885986328125 + }, + { + "word": " put", + "start": 1079.4, + "end": 1079.48, + "confidence": 0.99853515625 + }, + { + "word": " a", + "start": 1079.48, + "end": 1079.6, + "confidence": 0.990234375 + }, + { + "word": " portal", + "start": 1079.6, + "end": 1079.88, + "confidence": 0.99609375 + }, + { + "word": " in", + "start": 1079.88, + "end": 1080.02, + "confidence": 0.5361328125 + }, + { + "word": " Lightbringer,", + "start": 1080.02, + "end": 1080.56, + "confidence": 0.9913736979166666 + }, + { + "word": " asked", + "start": 1080.84, + "end": 1081.08, + "confidence": 0.9541015625 + }, + { + "word": " Odarean", + "start": 1081.08, + "end": 1081.64, + "confidence": 0.5028076171875 + }, + { + "word": " in", + "start": 1081.64, + "end": 1081.72, + "confidence": 0.8486328125 + }, + { + "word": " surprise.", + "start": 1081.72, + "end": 1082.08, + "confidence": 0.94482421875 + } + ] + }, + { + "id": 290, + "start": 1083.42, + "end": 1090.02, + "text": " Indeed Lightbringer will one day be an important community, besides I wanted easy access to my two best friends, Wu smiled widely.", + "words": [ + { + "word": " Indeed", + "start": 1083.42, + "end": 1083.7, + "confidence": 0.9326171875 + }, + { + "word": " Lightbringer", + "start": 1083.7, + "end": 1084.32, + "confidence": 0.7331949869791666 + }, + { + "word": " will", + "start": 1084.32, + "end": 1084.44, + "confidence": 0.99560546875 + }, + { + "word": " one", + "start": 1084.44, + "end": 1084.66, + "confidence": 0.982421875 + }, + { + "word": " day", + "start": 1084.66, + "end": 1084.86, + "confidence": 0.998046875 + }, + { + "word": " be", + "start": 1084.86, + "end": 1085.04, + "confidence": 0.998046875 + }, + { + "word": " an", + "start": 1085.04, + "end": 1085.14, + "confidence": 0.99609375 + }, + { + "word": " important", + "start": 1085.14, + "end": 1085.48, + "confidence": 0.99853515625 + }, + { + "word": " community,", + "start": 1085.48, + "end": 1085.98, + "confidence": 0.9951171875 + }, + { + "word": " besides", + "start": 1086.24, + "end": 1086.48, + "confidence": 0.97802734375 + }, + { + "word": " I", + "start": 1086.48, + "end": 1086.78, + "confidence": 0.88818359375 + }, + { + "word": " wanted", + "start": 1086.78, + "end": 1087, + "confidence": 0.93359375 + }, + { + "word": " easy", + "start": 1087, + "end": 1087.32, + "confidence": 0.98779296875 + }, + { + "word": " access", + "start": 1087.32, + "end": 1087.7, + "confidence": 0.9990234375 + }, + { + "word": " to", + "start": 1087.7, + "end": 1087.94, + "confidence": 0.998046875 + }, + { + "word": " my", + "start": 1087.94, + "end": 1088.06, + "confidence": 0.99755859375 + }, + { + "word": " two", + "start": 1088.06, + "end": 1088.22, + "confidence": 0.98388671875 + }, + { + "word": " best", + "start": 1088.22, + "end": 1088.42, + "confidence": 0.99951171875 + }, + { + "word": " friends,", + "start": 1088.42, + "end": 1088.9, + "confidence": 0.99072265625 + }, + { + "word": " Wu", + "start": 1089.08, + "end": 1089.16, + "confidence": 0.9609375 + }, + { + "word": " smiled", + "start": 1089.16, + "end": 1089.58, + "confidence": 0.95947265625 + }, + { + "word": " widely.", + "start": 1089.58, + "end": 1090.02, + "confidence": 0.94287109375 + } + ] + }, + { + "id": 291, + "start": 1090.02, + "end": 1096.2, + "text": " That's one reason I'm coming with you to see to the final details, in a year perhaps a small one can even be established in Redhorn.", + "words": [ + { + "word": " That's", + "start": 1090.02, + "end": 1090.72, + "confidence": 0.818359375 + }, + { + "word": " one", + "start": 1090.72, + "end": 1090.86, + "confidence": 0.98779296875 + }, + { + "word": " reason", + "start": 1090.86, + "end": 1091.1, + "confidence": 0.99853515625 + }, + { + "word": " I'm", + "start": 1091.1, + "end": 1091.3, + "confidence": 0.9638671875 + }, + { + "word": " coming", + "start": 1091.3, + "end": 1091.48, + "confidence": 0.99560546875 + }, + { + "word": " with", + "start": 1091.48, + "end": 1091.68, + "confidence": 0.99072265625 + }, + { + "word": " you", + "start": 1091.68, + "end": 1091.8, + "confidence": 0.99609375 + }, + { + "word": " to", + "start": 1091.8, + "end": 1091.94, + "confidence": 0.986328125 + }, + { + "word": " see", + "start": 1091.94, + "end": 1092.1, + "confidence": 0.9736328125 + }, + { + "word": " to", + "start": 1092.1, + "end": 1092.24, + "confidence": 0.83251953125 + }, + { + "word": " the", + "start": 1092.24, + "end": 1092.32, + "confidence": 0.99462890625 + }, + { + "word": " final", + "start": 1092.32, + "end": 1092.6, + "confidence": 0.9912109375 + }, + { + "word": " details,", + "start": 1092.6, + "end": 1093.04, + "confidence": 0.99072265625 + }, + { + "word": " in", + "start": 1093.36, + "end": 1093.44, + "confidence": 0.728515625 + }, + { + "word": " a", + "start": 1093.44, + "end": 1093.52, + "confidence": 0.98828125 + }, + { + "word": " year", + "start": 1093.52, + "end": 1093.66, + "confidence": 0.9990234375 + }, + { + "word": " perhaps", + "start": 1093.66, + "end": 1093.98, + "confidence": 0.94482421875 + }, + { + "word": " a", + "start": 1093.98, + "end": 1094.24, + "confidence": 0.97900390625 + }, + { + "word": " small", + "start": 1094.24, + "end": 1094.5, + "confidence": 0.9970703125 + }, + { + "word": " one", + "start": 1094.5, + "end": 1094.68, + "confidence": 0.99658203125 + }, + { + "word": " can", + "start": 1094.68, + "end": 1094.8, + "confidence": 0.9951171875 + }, + { + "word": " even", + "start": 1094.8, + "end": 1094.96, + "confidence": 0.96728515625 + }, + { + "word": " be", + "start": 1094.96, + "end": 1095.12, + "confidence": 0.99609375 + }, + { + "word": " established", + "start": 1095.12, + "end": 1095.58, + "confidence": 0.99365234375 + }, + { + "word": " in", + "start": 1095.58, + "end": 1095.82, + "confidence": 0.98828125 + }, + { + "word": " Redhorn.", + "start": 1095.82, + "end": 1096.2, + "confidence": 0.678466796875 + } + ] + }, + { + "id": 292, + "start": 1096.62, + "end": 1103.08, + "text": " The wizard put his pouch over his shoulder, let's get you to Lightbringer, I will follow once I've sent Kiri and Farrak to their destination.", + "words": [ + { + "word": " The", + "start": 1096.62, + "end": 1096.7, + "confidence": 0.99072265625 + }, + { + "word": " wizard", + "start": 1096.7, + "end": 1096.92, + "confidence": 0.73583984375 + }, + { + "word": " put", + "start": 1096.92, + "end": 1097.14, + "confidence": 0.97998046875 + }, + { + "word": " his", + "start": 1097.14, + "end": 1097.3, + "confidence": 0.99755859375 + }, + { + "word": " pouch", + "start": 1097.3, + "end": 1097.5, + "confidence": 0.97509765625 + }, + { + "word": " over", + "start": 1097.5, + "end": 1097.8, + "confidence": 0.9970703125 + }, + { + "word": " his", + "start": 1097.8, + "end": 1097.96, + "confidence": 0.99609375 + }, + { + "word": " shoulder,", + "start": 1097.96, + "end": 1098.28, + "confidence": 0.99267578125 + }, + { + "word": " let's", + "start": 1098.7, + "end": 1098.9, + "confidence": 0.845703125 + }, + { + "word": " get", + "start": 1098.9, + "end": 1099.02, + "confidence": 0.99755859375 + }, + { + "word": " you", + "start": 1099.02, + "end": 1099.2, + "confidence": 0.99365234375 + }, + { + "word": " to", + "start": 1099.2, + "end": 1099.34, + "confidence": 0.99169921875 + }, + { + "word": " Lightbringer,", + "start": 1099.34, + "end": 1099.82, + "confidence": 0.83984375 + }, + { + "word": " I", + "start": 1100.12, + "end": 1100.2, + "confidence": 0.9833984375 + }, + { + "word": " will", + "start": 1100.2, + "end": 1100.28, + "confidence": 0.9853515625 + }, + { + "word": " follow", + "start": 1100.28, + "end": 1100.54, + "confidence": 0.99169921875 + }, + { + "word": " once", + "start": 1100.54, + "end": 1100.84, + "confidence": 0.97705078125 + }, + { + "word": " I've", + "start": 1100.84, + "end": 1101.08, + "confidence": 0.975830078125 + }, + { + "word": " sent", + "start": 1101.08, + "end": 1101.26, + "confidence": 0.98681640625 + }, + { + "word": " Kiri", + "start": 1101.26, + "end": 1101.72, + "confidence": 0.4085693359375 + }, + { + "word": " and", + "start": 1101.72, + "end": 1101.86, + "confidence": 0.95263671875 + }, + { + "word": " Farrak", + "start": 1101.86, + "end": 1102.16, + "confidence": 0.27874755859375 + }, + { + "word": " to", + "start": 1102.16, + "end": 1102.34, + "confidence": 0.9951171875 + }, + { + "word": " their", + "start": 1102.34, + "end": 1102.46, + "confidence": 0.994140625 + }, + { + "word": " destination.", + "start": 1102.46, + "end": 1103.08, + "confidence": 0.99365234375 + } + ] + } + ], + "deletedRanges": [], + "language": "en", + "createdAt": "2026-03-31T00:34:46.603Z", + "modifiedAt": "2026-03-31T00:34:46.603Z" +} \ No newline at end of file diff --git a/close b/close new file mode 100755 index 0000000..c30d6f1 --- /dev/null +++ b/close @@ -0,0 +1,49 @@ +#!/bin/bash +# Close TalkEdit and/or CutScript processes (Tauri dev, Electron, and Python backends) + +KILLED_ANY=0 + +kill_port() { + local port=$1 + local name=$2 + local pids + pids=$(lsof -ti tcp:"$port" 2>/dev/null) + if [[ -n "$pids" ]]; then + echo "Stopping $name backend (port $port, PID $pids)..." + kill "$pids" 2>/dev/null + KILLED_ANY=1 + fi +} + +kill_pattern() { + local pattern=$1 + local label=$2 + local pids + pids=$(pgrep -f "$pattern" 2>/dev/null) + if [[ -n "$pids" ]]; then + echo "Stopping $label..." + kill $pids 2>/dev/null + KILLED_ANY=1 + fi +} + +# --- TalkEdit (Tauri, port 8000) --- +kill_port 8000 "TalkEdit" +kill_pattern "tauri.*TalkEdit\|TalkEdit.*tauri\|cargo.*tauri dev\|/TalkEdit/target/debug" "TalkEdit (Tauri dev)" +# Vite dev server for TalkEdit (port 5173) +kill_pattern "vite.*5173\|rsbuild.*5173" "TalkEdit frontend dev server" + +# --- CutScript (Electron, port 8642) --- +kill_port 8642 "CutScript" +kill_pattern "electron.*CutScript\|CutScript.*electron" "CutScript (Electron)" +kill_pattern "vite.*CutScript\|CutScript.*vite" "CutScript frontend dev server" + +# --- Orphaned uvicorn workers for either app --- +kill_pattern "uvicorn.*main:app.*--port 800[012]" "leftover uvicorn workers (TalkEdit)" +kill_pattern "uvicorn.*main:app.*--port 864" "leftover uvicorn workers (CutScript)" + +if [[ $KILLED_ANY -eq 0 ]]; then + echo "Nothing to close — no TalkEdit or CutScript processes found." +else + echo "Done." +fi diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index b6380fb..a018e67 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,5 +1,4 @@ import { useEffect, useState, useRef } from 'react'; -import { invoke } from '@tauri-apps/api/core'; import { useEditorStore } from './store/editorStore'; import VideoPlayer from './components/VideoPlayer'; import TranscriptEditor from './components/TranscriptEditor'; @@ -7,6 +6,7 @@ import WaveformTimeline from './components/WaveformTimeline'; import AIPanel from './components/AIPanel'; import ExportDialog from './components/ExportDialog'; import SettingsPanel from './components/SettingsPanel'; +import DevPanel from './components/DevPanel'; import { useKeyboardShortcuts } from './hooks/useKeyboardShortcuts'; import { Film, @@ -16,10 +16,10 @@ import { Download, FolderSearch, FileInput, + Save, } from 'lucide-react'; const IS_ELECTRON = !!window.electronAPI; -const IS_TAURI = !IS_ELECTRON && '__TAURI_INTERNALS__' in window; type Panel = 'ai' | 'settings' | 'export' | null; @@ -47,9 +47,10 @@ export default function App() { useEffect(() => { if (IS_ELECTRON) { window.electronAPI!.getBackendUrl().then(setBackendUrl); - } else if (IS_TAURI) { - invoke('get_backend_url').then(setBackendUrl).catch(console.error); } + // In Tauri on Linux/WebKit2GTK the ipc:// custom protocol is blocked by + // WebKit internals; postMessage fallback works but logs noisy warnings. + // The backend URL is fixed at 127.0.0.1:8000 so we rely on the store default. }, [setBackendUrl]); const handleLoadProject = async () => { @@ -66,6 +67,20 @@ export default function App() { } }; + const handleSaveProject = async () => { + if (!IS_ELECTRON) return; + try { + const savePath = await window.electronAPI!.saveProject(); + if (!savePath) return; + const data = useEditorStore.getState().saveProject(); + const path = savePath.endsWith('.aive') ? savePath : `${savePath}.aive`; + await window.electronAPI!.writeFile(path, JSON.stringify(data, null, 2)); + } catch (err) { + console.error('Failed to save project:', err); + alert(`Failed to save project: ${err}`); + } + }; + const handleOpenFile = async () => { if (IS_ELECTRON) { const path = await window.electronAPI!.openFile(); @@ -216,6 +231,21 @@ export default function App() { label="Open" onClick={IS_ELECTRON ? handleOpenFile : () => useEditorStore.getState().reset()} /> + {IS_ELECTRON && ( + } + label="Save" + onClick={handleSaveProject} + disabled={words.length === 0} + /> + )} + {IS_ELECTRON && ( + } + label="Load" + onClick={handleLoadProject} + /> + )} } label="AI" @@ -296,6 +326,7 @@ export default function App() { )} + {import.meta.env.DEV && } ); } diff --git a/frontend/src/components/DevPanel.tsx b/frontend/src/components/DevPanel.tsx new file mode 100644 index 0000000..524fc3a --- /dev/null +++ b/frontend/src/components/DevPanel.tsx @@ -0,0 +1,128 @@ +import { useState, useCallback } from 'react'; +import { useEditorStore } from '../store/editorStore'; +import { Terminal, ChevronDown, ChevronUp, Play, Wifi } from 'lucide-react'; + +export default function DevPanel() { + const [open, setOpen] = useState(false); + const [pathInput, setPathInput] = useState(''); + const [testResult, setTestResult] = useState(null); + const [testing, setTesting] = useState(false); + + const { backendUrl, videoPath, loadVideo } = useEditorStore(); + + const handleLoad = useCallback(() => { + const p = pathInput.trim(); + if (p) loadVideo(p); + }, [pathInput, loadVideo]); + + const testEndpoint = useCallback(async (endpoint: string) => { + setTesting(true); + setTestResult(null); + try { + const url = `${backendUrl}${endpoint}`; + const res = await fetch(url); + const text = res.headers.get('content-type')?.includes('json') + ? JSON.stringify(await res.json(), null, 2) + : `${res.status} ${res.statusText} (${res.headers.get('content-type') ?? 'no type'})`; + setTestResult(`✓ ${url}\n${text}`); + } catch (e) { + setTestResult(`✗ ${e}`); + } finally { + setTesting(false); + } + }, [backendUrl]); + + const testWaveform = useCallback(async () => { + const p = pathInput.trim() || videoPath; + if (!p) { setTestResult('No path to test'); return; } + setTesting(true); + setTestResult(null); + try { + const url = `${backendUrl}/audio/waveform?path=${encodeURIComponent(p)}`; + const res = await fetch(url); + if (res.ok) { + const buf = await res.arrayBuffer(); + setTestResult(`✓ Waveform OK — ${buf.byteLength} bytes\n${url}`); + } else { + const body = await res.text().catch(() => ''); + setTestResult(`✗ HTTP ${res.status}\n${body}`); + } + } catch (e) { + setTestResult(`✗ ${e}`); + } finally { + setTesting(false); + } + }, [backendUrl, pathInput, videoPath]); + + return ( +
+ {/* Header */} + + + {open && ( +
+ {/* State */} +
+
backendUrl: {backendUrl}
+
videoPath: {videoPath ?? 'null'}
+
+ + {/* Load file by path */} +
+
Load file
+
+ setPathInput(e.target.value)} + onKeyDown={e => e.key === 'Enter' && handleLoad()} + placeholder={videoPath ?? '/path/to/file.wav'} + className="flex-1 bg-[#13141f] border border-[#2a2d3e] rounded px-2 py-1 text-white placeholder-[#2a2d3e] focus:outline-none focus:border-[#6366f1]" + /> + +
+
+ + {/* Quick tests */} +
+
Test endpoints
+
+ + + +
+
+ + {/* Result */} + {testResult && ( +
+              {testResult}
+            
+ )} +
+ )} +
+ ); +} diff --git a/frontend/src/components/TranscriptEditor.tsx b/frontend/src/components/TranscriptEditor.tsx index 48fa313..5226897 100644 --- a/frontend/src/components/TranscriptEditor.tsx +++ b/frontend/src/components/TranscriptEditor.tsx @@ -57,6 +57,15 @@ export default function TranscriptEditor() { const handleWordMouseDown = useCallback( (index: number, e: React.MouseEvent) => { e.preventDefault(); + // Ctrl+click → seek video to this word's start time + if (e.ctrlKey) { + const word = words[index]; + if (word) { + const video = document.querySelector('video') as HTMLVideoElement | null; + if (video) video.currentTime = word.start; + } + return; + } wasDragging.current = false; if (e.shiftKey && selectedWordIndices.length > 0) { const first = selectedWordIndices[0]; @@ -70,7 +79,7 @@ export default function TranscriptEditor() { setSelectedWordIndices([index]); } }, - [selectedWordIndices, setSelectedWordIndices], + [words, selectedWordIndices, setSelectedWordIndices], ); const handleWordMouseEnter = useCallback( @@ -135,6 +144,7 @@ export default function TranscriptEditor() { key={globalIndex} id={`word-${globalIndex}`} data-word-index={globalIndex} + title={`${word.start.toFixed(2)}s — Ctrl+click to seek`} onMouseDown={(e) => handleWordMouseDown(globalIndex, e)} onMouseEnter={() => handleWordMouseEnter(globalIndex)} onMouseLeave={() => setHoveredWordIndex(null)} diff --git a/frontend/src/components/WaveformTimeline.tsx b/frontend/src/components/WaveformTimeline.tsx index 44a7d5f..f2dd552 100644 --- a/frontend/src/components/WaveformTimeline.tsx +++ b/frontend/src/components/WaveformTimeline.tsx @@ -42,6 +42,10 @@ export default function WaveformTimeline() { const zoomRef = useRef(1); // 1 = show all, >1 = zoomed in const scrollSecsRef = useRef(0); // seconds scrolled from left const rafRef = useRef(0); + // Ref so the RAF loop can call drawStaticWaveform without a stale closure + const drawStaticWaveformRef = useRef<() => void>(() => {}); + const isDraggingRef = useRef(false); + const [isDragging, setIsDragging] = useState(false); useEffect(() => { if (!videoUrl || !videoPath) return; @@ -226,6 +230,11 @@ export default function WaveformTimeline() { ctx.stroke(); }, [deletedRanges]); + // Keep the ref in sync with the latest drawStaticWaveform closure + useEffect(() => { + drawStaticWaveformRef.current = drawStaticWaveform; + }, [drawStaticWaveform]); + // Redraw static layer when deletedRanges change useEffect(() => { drawStaticWaveform(); @@ -260,15 +269,24 @@ export default function WaveformTimeline() { if (dur > 0 && video) { const pxPerSec = (width * zoomRef.current) / dur; - const px = (video.currentTime - scrollSecsRef.current) * pxPerSec; - if (px >= 0 && px <= width) { - ctx.beginPath(); - ctx.strokeStyle = '#6366f1'; - ctx.lineWidth = 2; - ctx.moveTo(px, 0); - ctx.lineTo(px, height); - ctx.stroke(); + let px = (video.currentTime - scrollSecsRef.current) * pxPerSec; + + // If the playhead is off-screen (e.g. after a seek from the transcript), + // scroll so it's centered and redraw the static waveform layer. + if (px < 0 || px > width) { + const visibleSecs = width / pxPerSec; + const maxScroll = Math.max(0, dur - visibleSecs); + scrollSecsRef.current = Math.max(0, Math.min(maxScroll, video.currentTime - visibleSecs / 2)); + drawStaticWaveformRef.current(); + px = (video.currentTime - scrollSecsRef.current) * pxPerSec; } + + ctx.beginPath(); + ctx.strokeStyle = '#6366f1'; + ctx.lineWidth = 2; + ctx.moveTo(px, 0); + ctx.lineTo(px, height); + ctx.stroke(); } rafRef.current = requestAnimationFrame(tick); @@ -316,20 +334,40 @@ export default function WaveformTimeline() { drawStaticWaveform(); }, [drawStaticWaveform]); - const handleClick = useCallback( + const seekToClientX = useCallback((clientX: number) => { + const buffer = audioBufferRef.current; + const canvas = headCanvasRef.current; + if (!canvas || !buffer) return; + const rect = canvas.getBoundingClientRect(); + const x = clientX - rect.left; + const pxPerSec = (rect.width * zoomRef.current) / buffer.duration; + const newTime = Math.max(0, Math.min(buffer.duration, scrollSecsRef.current + x / pxPerSec)); + setCurrentTime(newTime); + const video = document.querySelector('video') as HTMLVideoElement | null; + if (video) video.currentTime = newTime; + }, [setCurrentTime]); + + const handleMouseDown = useCallback( (e: React.MouseEvent) => { - const buffer = audioBufferRef.current; - const canvas = headCanvasRef.current; - if (!canvas || !buffer) return; - const rect = canvas.getBoundingClientRect(); - const x = e.clientX - rect.left; - const pxPerSec = (rect.width * zoomRef.current) / buffer.duration; - const newTime = Math.max(0, Math.min(buffer.duration, scrollSecsRef.current + x / pxPerSec)); - setCurrentTime(newTime); - const video = document.querySelector('video'); - if (video) video.currentTime = newTime; + e.preventDefault(); + isDraggingRef.current = true; + setIsDragging(true); + seekToClientX(e.clientX); + + const onMove = (ev: MouseEvent) => { + if (!isDraggingRef.current) return; + seekToClientX(ev.clientX); + }; + const onUp = () => { + isDraggingRef.current = false; + setIsDragging(false); + window.removeEventListener('mousemove', onMove); + window.removeEventListener('mouseup', onUp); + }; + window.addEventListener('mousemove', onMove); + window.addEventListener('mouseup', onUp); }, - [setCurrentTime], + [seekToClientX], ); if (!videoUrl) { @@ -360,8 +398,8 @@ export default function WaveformTimeline() { diff --git a/frontend/src/lib/dev-logger.ts b/frontend/src/lib/dev-logger.ts new file mode 100644 index 0000000..5fbde26 --- /dev/null +++ b/frontend/src/lib/dev-logger.ts @@ -0,0 +1,25 @@ +/** + * Dev-only console interceptor. + * Forwards console.error / console.warn to the backend /dev/log endpoint, + * which appends them to webview.log so the agent can read it. + */ +if (import.meta.env.DEV) { + const BACKEND = 'http://127.0.0.1:8000'; + + type ConsoleFn = (...args: unknown[]) => void; + + const forward = (level: string, orig: ConsoleFn): ConsoleFn => + (...args: unknown[]) => { + orig(...args); + const [first, ...rest] = args; + fetch(`${BACKEND}/dev/log`, { + method: 'POST', + headers: { 'Content-Type': 'application/json' }, + body: JSON.stringify({ level, message: String(first ?? ''), args: rest.map(String) }), + }).catch(() => {/* backend not running yet */}); + }; + + console.error = forward('error', console.error.bind(console)); + console.warn = forward('warn', console.warn.bind(console)); + console.log = forward('log', console.log.bind(console)); +} diff --git a/frontend/src/lib/tauri-bridge.ts b/frontend/src/lib/tauri-bridge.ts index a94bdf5..423cffc 100644 --- a/frontend/src/lib/tauri-bridge.ts +++ b/frontend/src/lib/tauri-bridge.ts @@ -47,8 +47,14 @@ window.electronAPI = { return typeof result === 'string' ? result : null; }, + saveProject: async (): Promise => { + const result = await save({ filters: PROJECT_FILTERS }); + return result ?? null; + }, + getBackendUrl: (): Promise => { - return invoke('get_backend_url'); + // Backend URL is fixed; avoid invoke() which triggers ipc:// CSP errors on Linux/WebKit2GTK + return Promise.resolve('http://127.0.0.1:8000'); }, encryptString: (data: string): Promise => { diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index 4f87752..f3aa778 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -1,5 +1,7 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; +// Forward console.error/warn/log to backend in dev mode so we can tail webview.log +import './lib/dev-logger'; // Must be imported before App so window.electronAPI is patched before any component runs. import './lib/tauri-bridge'; import App from './App'; diff --git a/frontend/src/store/editorStore.ts b/frontend/src/store/editorStore.ts index 3fba00c..92eb733 100644 --- a/frontend/src/store/editorStore.ts +++ b/frontend/src/store/editorStore.ts @@ -1,10 +1,11 @@ import { create } from 'zustand'; import { temporal } from 'zundo'; -import type { Word, Segment, DeletedRange, TranscriptionResult } from '../types/project'; +import type { Word, Segment, DeletedRange, TranscriptionResult, ProjectFile } from '../types/project'; interface EditorState { videoPath: string | null; videoUrl: string | null; + exportedAudioPath: string | null; // path to modified audio from a previous export words: Word[]; segments: Segment[]; deletedRanges: DeletedRange[]; @@ -29,6 +30,8 @@ interface EditorState { interface EditorActions { setBackendUrl: (url: string) => void; loadVideo: (path: string) => void; + setExportedAudioPath: (path: string | null) => void; + saveProject: () => ProjectFile; setTranscription: (result: TranscriptionResult) => void; setCurrentTime: (time: number) => void; setDuration: (duration: number) => void; @@ -49,6 +52,7 @@ interface EditorActions { const initialState: EditorState = { videoPath: null, videoUrl: null, + exportedAudioPath: null, words: [], segments: [], deletedRanges: [], @@ -75,6 +79,27 @@ export const useEditorStore = create()( setBackendUrl: (url) => set({ backendUrl: url }), + setExportedAudioPath: (path) => set({ exportedAudioPath: path }), + + saveProject: (): ProjectFile => { + const { videoPath, words, segments, deletedRanges, language, exportedAudioPath } = get(); + if (!videoPath) throw new Error('No video loaded'); + const now = new Date().toISOString(); + // Strip globalStartIndex (runtime-only field) before persisting + const persistSegments = segments.map(({ globalStartIndex: _drop, ...rest }) => rest); + return { + version: 1, + videoPath, + exportedAudioPath: exportedAudioPath ?? undefined, + words, + segments: persistSegments as unknown as Segment[], + deletedRanges, + language, + createdAt: now, // will be overwritten if we track original creation time later + modifiedAt: now, + }; + }, + loadVideo: (path) => { const backend = get().backendUrl; const url = `${backend}/file?path=${encodeURIComponent(path)}`; @@ -225,6 +250,7 @@ export const useEditorStore = create()( segments: annotatedSegments, deletedRanges: data.deletedRanges || [], language: data.language || '', + exportedAudioPath: data.exportedAudioPath ?? null, }); }, diff --git a/frontend/src/types/project.ts b/frontend/src/types/project.ts index 7e4892d..50b588e 100644 --- a/frontend/src/types/project.ts +++ b/frontend/src/types/project.ts @@ -29,6 +29,7 @@ export interface DeletedRange extends TimeRange { export interface ProjectFile { version: 1; videoPath: string; + exportedAudioPath?: string; // path to modified/processed audio if it exists words: Word[]; segments: Segment[]; deletedRanges: DeletedRange[]; diff --git a/frontend/src/vite-env.d.ts b/frontend/src/vite-env.d.ts index 06d4ad8..4625e75 100644 --- a/frontend/src/vite-env.d.ts +++ b/frontend/src/vite-env.d.ts @@ -4,6 +4,7 @@ interface ElectronAPI { openFile: (options?: Record) => Promise; saveFile: (options?: Record) => Promise; openProject: () => Promise; + saveProject: () => Promise; getBackendUrl: () => Promise; encryptString: (data: string) => Promise; decryptString: (encrypted: string) => Promise; diff --git a/shared/project-schema.json b/shared/project-schema.json index 53c361a..27976c2 100644 --- a/shared/project-schema.json +++ b/shared/project-schema.json @@ -6,6 +6,7 @@ "properties": { "version": { "type": "integer", "const": 1 }, "videoPath": { "type": "string" }, + "exportedAudioPath": { "type": "string", "description": "Path to modified/processed audio if it was exported" }, "words": { "type": "array", "items": { diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index 80458c4..ad0b7f8 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -11,8 +11,8 @@ "dialog:allow-open", "dialog:allow-save", "fs:default", - "fs:allow-read-text-file", - "fs:allow-write-text-file", + { "identifier": "fs:allow-read-text-file", "allow": [{ "path": "$HOME/**" }] }, + { "identifier": "fs:allow-write-text-file", "allow": [{ "path": "$HOME/**" }] }, "fs:allow-app-read-recursive", "fs:allow-app-write-recursive" ]