fasdfsa commited on
Commit
1a94173
·
1 Parent(s): 784e994
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ **/Debug/*
main.py CHANGED
@@ -1,10 +1,15 @@
1
  from silero_vad import load_silero_vad, read_audio, get_speech_timestamps
 
 
2
  model = load_silero_vad()
3
- wav = read_audio('merged_audio.wav')
4
  speech_timestamps = get_speech_timestamps(
5
  wav,
6
  model,
7
  return_seconds=True # True, # Return speech timestamps in seconds (default is samples)
8
  )
9
 
10
- print( speech_timestamps )
 
 
 
 
1
  from silero_vad import load_silero_vad, read_audio, get_speech_timestamps
2
+ import json
3
+
4
  model = load_silero_vad()
5
+ wav = read_audio('merged_audio.wav') # 'merged_audio.wav'
6
  speech_timestamps = get_speech_timestamps(
7
  wav,
8
  model,
9
  return_seconds=True # True, # Return speech timestamps in seconds (default is samples)
10
  )
11
 
12
+ # print( speech_timestamps )
13
+
14
+ with open('merged_audio__vad.json', 'w', encoding='utf-8') as f:
15
+ json.dump(speech_timestamps, f, indent=4, ensure_ascii=False)
merged_audio.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b77e44dbb758d65314eb4fdf31463b6513adf6befff10017e940abab8478ae26
3
+ size 55276964
merged_audio__KotobaASRLLM.json ADDED
@@ -0,0 +1,3563 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "systeminfo": "WHISPER : COREML = 0 | OPENVINO = 0 | CPU : SSE3 = 1 | SSSE3 = 1 | AVX = 1 | AVX2 = 1 | F16C = 1 | FMA = 1 | OPENMP = 1 | REPACK = 1 | ",
3
+ "model": {
4
+ "type": "large",
5
+ "multilingual": true,
6
+ "vocab": 51866,
7
+ "audio": {
8
+ "ctx": 1500,
9
+ "state": 1280,
10
+ "head": 20,
11
+ "layer": 32
12
+ },
13
+ "text": {
14
+ "ctx": 448,
15
+ "state": 1280,
16
+ "head": 20,
17
+ "layer": 2
18
+ },
19
+ "mels": 128,
20
+ "ftype": 1
21
+ },
22
+ "params": {
23
+ "model": "KotobaASRLLM/ggml-kotoba-whisper-v2.0.bin",
24
+ "language": "ja",
25
+ "translate": false
26
+ },
27
+ "result": {
28
+ "language": "ja"
29
+ },
30
+ "transcription": [
31
+ {
32
+ "timestamps": {
33
+ "from": "00:00:00,000",
34
+ "to": "00:00:08,820"
35
+ },
36
+ "offsets": {
37
+ "from": 0,
38
+ "to": 8820
39
+ },
40
+ "text": "そこで足サプリ連続売り上げナンバーのサントリーロコモア"
41
+ },
42
+ {
43
+ "timestamps": {
44
+ "from": "00:00:08,820",
45
+ "to": "00:00:13,620"
46
+ },
47
+ "offsets": {
48
+ "from": 8820,
49
+ "to": 13620
50
+ },
51
+ "text": "なんと筋肉成分が従来品の2.2倍"
52
+ },
53
+ {
54
+ "timestamps": {
55
+ "from": "00:00:13,620",
56
+ "to": "00:00:17,220"
57
+ },
58
+ "offsets": {
59
+ "from": 13620,
60
+ "to": 17220
61
+ },
62
+ "text": "ロコモア史上最大量配合です"
63
+ },
64
+ {
65
+ "timestamps": {
66
+ "from": "00:00:17,220",
67
+ "to": "00:00:23,840"
68
+ },
69
+ "offsets": {
70
+ "from": 17220,
71
+ "to": 23840
72
+ },
73
+ "text": "この筋肉成分は筋肉の柔軟性の向上に役立つことが報告されています"
74
+ },
75
+ {
76
+ "timestamps": {
77
+ "from": "00:00:30,000",
78
+ "to": "00:00:33,540"
79
+ },
80
+ "offsets": {
81
+ "from": 30000,
82
+ "to": 33540
83
+ },
84
+ "text": "立ち座りもスムーズにできますね"
85
+ },
86
+ {
87
+ "timestamps": {
88
+ "from": "00:00:33,540",
89
+ "to": "00:00:35,100"
90
+ },
91
+ "offsets": {
92
+ "from": 33540,
93
+ "to": 35100
94
+ },
95
+ "text": "さあ初めてのあなた"
96
+ },
97
+ {
98
+ "timestamps": {
99
+ "from": "00:00:35,100",
100
+ "to": "00:00:36,800"
101
+ },
102
+ "offsets": {
103
+ "from": 35100,
104
+ "to": 36800
105
+ },
106
+ "text": "もう一度始めたいあなた"
107
+ },
108
+ {
109
+ "timestamps": {
110
+ "from": "00:00:36,800",
111
+ "to": "00:00:40,640"
112
+ },
113
+ "offsets": {
114
+ "from": 36800,
115
+ "to": 40640
116
+ },
117
+ "text": "ロコモアを1080円で試してみませんか"
118
+ },
119
+ {
120
+ "timestamps": {
121
+ "from": "00:00:40,640",
122
+ "to": "00:00:42,480"
123
+ },
124
+ "offsets": {
125
+ "from": 40640,
126
+ "to": 42480
127
+ },
128
+ "text": "お申し込みは"
129
+ },
130
+ {
131
+ "timestamps": {
132
+ "from": "00:00:42,480",
133
+ "to": "00:00:48,660"
134
+ },
135
+ "offsets": {
136
+ "from": 42480,
137
+ "to": 48660
138
+ },
139
+ "text": "お母さんまでお電話ください"
140
+ },
141
+ {
142
+ "timestamps": {
143
+ "from": "00:00:48,660",
144
+ "to": "00:01:09,160"
145
+ },
146
+ "offsets": {
147
+ "from": 48660,
148
+ "to": 69160
149
+ },
150
+ "text": "明治の毎日にはブルガリアヨーグルトがある"
151
+ },
152
+ {
153
+ "timestamps": {
154
+ "from": "00:01:09,160",
155
+ "to": "00:01:14,300"
156
+ },
157
+ "offsets": {
158
+ "from": 69160,
159
+ "to": 74300
160
+ },
161
+ "text": "今日も新しくなろう"
162
+ },
163
+ {
164
+ "timestamps": {
165
+ "from": "00:01:18,660",
166
+ "to": "00:01:25,860"
167
+ },
168
+ "offsets": {
169
+ "from": 78660,
170
+ "to": 85860
171
+ },
172
+ "text": "前田投手はドジャースに在籍していたおよそ4年間"
173
+ },
174
+ {
175
+ "timestamps": {
176
+ "from": "00:01:25,860",
177
+ "to": "00:01:32,620"
178
+ },
179
+ "offsets": {
180
+ "from": 85860,
181
+ "to": 92620
182
+ },
183
+ "text": "SNSにアイアトン氏へのドッキリ動画を披露すると見せかけて"
184
+ },
185
+ {
186
+ "timestamps": {
187
+ "from": "00:01:32,620",
188
+ "to": "00:01:36,700"
189
+ },
190
+ "offsets": {
191
+ "from": 92620,
192
+ "to": 96700
193
+ },
194
+ "text": "メイトーに入ってるマジックを披露すると見せかけって"
195
+ },
196
+ {
197
+ "timestamps": {
198
+ "from": "00:01:36,700",
199
+ "to": "00:01:45,580"
200
+ },
201
+ "offsets": {
202
+ "from": 96700,
203
+ "to": 105580
204
+ },
205
+ "text": "入っていることによって必ずプラスに働くスタッフだと思いますね"
206
+ },
207
+ {
208
+ "timestamps": {
209
+ "from": "00:02:06,700",
210
+ "to": "00:02:15,080"
211
+ },
212
+ "offsets": {
213
+ "from": 126700,
214
+ "to": 135080
215
+ },
216
+ "text": "この2人が1回の表の後ろ戦勝と日本は先々のホームラン本番なんせんせいしたんですけれども"
217
+ },
218
+ {
219
+ "timestamps": {
220
+ "from": "00:02:15,080",
221
+ "to": "00:02:18,800"
222
+ },
223
+ "offsets": {
224
+ "from": 135080,
225
+ "to": 138800
226
+ },
227
+ "text": "ベネズエラがすぐに1回の回しました。"
228
+ },
229
+ {
230
+ "timestamps": {
231
+ "from": "00:02:18,800",
232
+ "to": "00:02:18,800"
233
+ },
234
+ "offsets": {
235
+ "from": 138800,
236
+ "to": 138800
237
+ },
238
+ "text": "今イタリアがすぐに行けるのかもと。"
239
+ },
240
+ {
241
+ "timestamps": {
242
+ "from": "00:02:18,800",
243
+ "to": "00:02:22,700"
244
+ },
245
+ "offsets": {
246
+ "from": 138800,
247
+ "to": 142700
248
+ },
249
+ "text": "今イタ���アが順の取り合いです。"
250
+ },
251
+ {
252
+ "timestamps": {
253
+ "from": "00:02:22,700",
254
+ "to": "00:02:31,260"
255
+ },
256
+ "offsets": {
257
+ "from": 142700,
258
+ "to": 151260
259
+ },
260
+ "text": "この2人とチームの試合と日本は準々決勝日曜日対戦ということです。どうですか?"
261
+ },
262
+ {
263
+ "timestamps": {
264
+ "from": "00:02:31,260",
265
+ "to": "00:02:35,440"
266
+ },
267
+ "offsets": {
268
+ "from": 151260,
269
+ "to": 155440
270
+ },
271
+ "text": "今イタリアとメキシコも試合してましてイタリアが5対0でリードしている"
272
+ },
273
+ {
274
+ "timestamps": {
275
+ "from": "00:02:35,440",
276
+ "to": "00:02:35,500"
277
+ },
278
+ "offsets": {
279
+ "from": 155440,
280
+ "to": 155500
281
+ },
282
+ "text": "気持ちいい。"
283
+ },
284
+ {
285
+ "timestamps": {
286
+ "from": "00:02:35,500",
287
+ "to": "00:02:44,620"
288
+ },
289
+ "offsets": {
290
+ "from": 155500,
291
+ "to": 164620
292
+ },
293
+ "text": "気持ちいい、青は冷えてるってことね。どうですか?"
294
+ },
295
+ {
296
+ "timestamps": {
297
+ "from": "00:02:52,700",
298
+ "to": "00:02:55,880"
299
+ },
300
+ "offsets": {
301
+ "from": 172700,
302
+ "to": 175880
303
+ },
304
+ "text": "いつでも快適"
305
+ },
306
+ {
307
+ "timestamps": {
308
+ "from": "00:02:55,880",
309
+ "to": "00:02:57,700"
310
+ },
311
+ "offsets": {
312
+ "from": 175880,
313
+ "to": 177700
314
+ },
315
+ "text": "きれいが続く"
316
+ },
317
+ {
318
+ "timestamps": {
319
+ "from": "00:02:57,700",
320
+ "to": "00:02:58,880"
321
+ },
322
+ "offsets": {
323
+ "from": 177700,
324
+ "to": 178880
325
+ },
326
+ "text": "これが気持ちいいわ"
327
+ },
328
+ {
329
+ "timestamps": {
330
+ "from": "00:02:58,880",
331
+ "to": "00:03:02,640"
332
+ },
333
+ "offsets": {
334
+ "from": 178880,
335
+ "to": 182640
336
+ },
337
+ "text": "これからのお出かけに"
338
+ },
339
+ {
340
+ "timestamps": {
341
+ "from": "00:03:02,640",
342
+ "to": "00:03:04,280"
343
+ },
344
+ "offsets": {
345
+ "from": 182640,
346
+ "to": 184280
347
+ },
348
+ "text": "試して踊らせて"
349
+ },
350
+ {
351
+ "timestamps": {
352
+ "from": "00:03:04,280",
353
+ "to": "00:03:16,400"
354
+ },
355
+ "offsets": {
356
+ "from": 184280,
357
+ "to": 196400
358
+ },
359
+ "text": "お泊いで"
360
+ },
361
+ {
362
+ "timestamps": {
363
+ "from": "00:03:22,700",
364
+ "to": "00:03:28,580"
365
+ },
366
+ "offsets": {
367
+ "from": 202700,
368
+ "to": 208580
369
+ },
370
+ "text": " The The Theオリヒロのグルコサミンは膝の動きをサポート"
371
+ },
372
+ {
373
+ "timestamps": {
374
+ "from": "00:03:28,580",
375
+ "to": "00:03:28,580"
376
+ },
377
+ "offsets": {
378
+ "from": 208580,
379
+ "to": 208580
380
+ },
381
+ "text": "キノーセの"
382
+ },
383
+ {
384
+ "timestamps": {
385
+ "from": "00:03:28,580",
386
+ "to": "00:03:41,760"
387
+ },
388
+ "offsets": {
389
+ "from": 208580,
390
+ "to": 221760
391
+ },
392
+ "text": "機能性ヒノー"
393
+ },
394
+ {
395
+ "timestamps": {
396
+ "from": "00:03:41,760",
397
+ "to": "00:03:41,780"
398
+ },
399
+ "offsets": {
400
+ "from": 221760,
401
+ "to": 221780
402
+ },
403
+ "text": "キノーシャにマルチュノのコリヒロ"
404
+ },
405
+ {
406
+ "timestamps": {
407
+ "from": "00:03:41,780",
408
+ "to": "00:03:45,600"
409
+ },
410
+ "offsets": {
411
+ "from": 221780,
412
+ "to": 225600
413
+ },
414
+ "text": "緑茶にマルチな機能性"
415
+ },
416
+ {
417
+ "timestamps": {
418
+ "from": "00:03:45,600",
419
+ "to": "00:03:47,300"
420
+ },
421
+ "offsets": {
422
+ "from": 225600,
423
+ "to": 227300
424
+ },
425
+ "text": "コリヒロケンジンのコーヒーも"
426
+ },
427
+ {
428
+ "timestamps": {
429
+ "from": "00:03:47,300",
430
+ "to": "00:03:53,460"
431
+ },
432
+ "offsets": {
433
+ "from": 227300,
434
+ "to": 233460
435
+ },
436
+ "text": "四十橋カメラは家電製品翌日配達スピード設置"
437
+ },
438
+ {
439
+ "timestamps": {
440
+ "from": "00:03:53,460",
441
+ "to": "00:03:57,440"
442
+ },
443
+ "offsets": {
444
+ "from": 233460,
445
+ "to": 237440
446
+ },
447
+ "text": "その上映像も無料で10%還元もすべて"
448
+ },
449
+ {
450
+ "timestamps": {
451
+ "from": "00:03:57,440",
452
+ "to": "00:04:01,780"
453
+ },
454
+ "offsets": {
455
+ "from": 237440,
456
+ "to": 241780
457
+ },
458
+ "text": "ヨドバシカメラで花粉対策交差にも"
459
+ },
460
+ {
461
+ "timestamps": {
462
+ "from": "00:04:01,780",
463
+ "to": "00:04:07,460"
464
+ },
465
+ "offsets": {
466
+ "from": 241780,
467
+ "to": 247460
468
+ },
469
+ "text": "空気清浄機大活躍機も大活躍などれもらもらえ"
470
+ },
471
+ {
472
+ "timestamps": {
473
+ "from": "00:04:11,780",
474
+ "to": "00:04:31,300"
475
+ },
476
+ "offsets": {
477
+ "from": 251780,
478
+ "to": 271300
479
+ },
480
+ "text": "アメリカハワイ島のキラウェア火山で大規模な噴火が起きました。"
481
+ },
482
+ {
483
+ "timestamps": {
484
+ "from": "00:04:31,300",
485
+ "to": "00:04:36,040"
486
+ },
487
+ "offsets": {
488
+ "from": 271300,
489
+ "to": 276040
490
+ },
491
+ "text": "吹き上がった溶岩は高さ4メートルにまで達しています。アメリカ・地質調査所によります。"
492
+ },
493
+ {
494
+ "timestamps": {
495
+ "from": "00:04:41,780",
496
+ "to": "00:04:49,780"
497
+ },
498
+ "offsets": {
499
+ "from": 281780,
500
+ "to": 289780
501
+ },
502
+ "text": "日本円の最大7.6メートルほどの高さまで溶岩が吹き上がりました。"
503
+ },
504
+ {
505
+ "timestamps": {
506
+ "from": "00:04:49,780",
507
+ "to": "00:04:54,720"
508
+ },
509
+ "offsets": {
510
+ "from": 289780,
511
+ "to": 294720
512
+ },
513
+ "text": "風園の高さは最大7600メートルを超え、"
514
+ },
515
+ {
516
+ "timestamps": {
517
+ "from": "00:04:54,720",
518
+ "to": "00:04:55,260"
519
+ },
520
+ "offsets": {
521
+ "from": 294720,
522
+ "to": 295260
523
+ },
524
+ "text": "続いてはお天気です。"
525
+ },
526
+ {
527
+ "timestamps": {
528
+ "from": "00:04:55,260",
529
+ "to": "00:04:59,180"
530
+ },
531
+ "offsets": {
532
+ "from": 295260,
533
+ "to": 299180
534
+ },
535
+ "text": "周辺ではフットボール台の落下物も確認されたといいます。"
536
+ },
537
+ {
538
+ "timestamps": {
539
+ "from": "00:04:59,180",
540
+ "to": "00:05:06,320"
541
+ },
542
+ "offsets": {
543
+ "from": 299180,
544
+ "to": 306320
545
+ },
546
+ "text": "この影響でキラウェア火山の山頂上と高速道路の一部が閉鎖されています。"
547
+ },
548
+ {
549
+ "timestamps": {
550
+ "from": "00:05:11,780",
551
+ "to": "00:05:30,640"
552
+ },
553
+ "offsets": {
554
+ "from": 311780,
555
+ "to": 330640
556
+ },
557
+ "text": "今日は皆さんにこちら、富士山の天然水にこだわったウォーターサーバーのご紹介です。"
558
+ },
559
+ {
560
+ "timestamps": {
561
+ "from": "00:05:30,640",
562
+ "to": "00:05:34,540"
563
+ },
564
+ "offsets": {
565
+ "from": 330640,
566
+ "to": 334540
567
+ },
568
+ "text": "ジャパネットはゼロエンスタートキャンペーン実施中、この春、ぜひお得に始めてください。"
569
+ },
570
+ {
571
+ "timestamps": {
572
+ "from": "00:05:34,540",
573
+ "to": "00:05:36,460"
574
+ },
575
+ "offsets": {
576
+ "from": 334540,
577
+ "to": 336460
578
+ },
579
+ "text": "水を飲みたいときにお得に始めてください。"
580
+ },
581
+ {
582
+ "timestamps": {
583
+ "from": "00:05:41,780",
584
+ "to": "00:05:48,000"
585
+ },
586
+ "offsets": {
587
+ "from": 341780,
588
+ "to": 348000
589
+ },
590
+ "text": "水分補給はもちろん富士山の天然水でお茶やコーヒーを入れて贅沢なひとときを"
591
+ },
592
+ {
593
+ "timestamps": {
594
+ "from": "00:05:48,000",
595
+ "to": "00:05:51,600"
596
+ },
597
+ "offsets": {
598
+ "from": 348000,
599
+ "to": 351600
600
+ },
601
+ "text": "さらにジャパネットが100%責任を持ちたくて"
602
+ },
603
+ {
604
+ "timestamps": {
605
+ "from": "00:05:51,600",
606
+ "to": "00:05:55,320"
607
+ },
608
+ "offsets": {
609
+ "from": 351600,
610
+ "to": 355320
611
+ },
612
+ "text": "自社交上での採水にまでこだわっているだからこそ"
613
+ },
614
+ {
615
+ "timestamps": {
616
+ "from": "00:05:55,320",
617
+ "to": "00:06:00,220"
618
+ },
619
+ "offsets": {
620
+ "from": 355320,
621
+ "to": 360220
622
+ },
623
+ "text": "カーバーの満足度5年連続度5年連続1位にもなります"
624
+ },
625
+ {
626
+ "timestamps": {
627
+ "from": "00:06:00,220",
628
+ "to": "00:06:03,540"
629
+ },
630
+ "offsets": {
631
+ "from": 360220,
632
+ "to": 363540
633
+ },
634
+ "text": "防災の観点からは備蓄水にもなります"
635
+ },
636
+ {
637
+ "timestamps": {
638
+ "from": "00:06:03,540",
639
+ "to": "00:06:06,780"
640
+ },
641
+ "offsets": {
642
+ "from": 363540,
643
+ "to": 366780
644
+ },
645
+ "text": "しかもジャパネットは始めていただきたいから"
646
+ },
647
+ {
648
+ "timestamps": {
649
+ "from": "00:06:06,780",
650
+ "to": "00:06:11,260"
651
+ },
652
+ "offsets": {
653
+ "from": 366780,
654
+ "to": 371260
655
+ },
656
+ "text": "サーバーのレンタル料初期費用、水の配送料、すべて無料です。"
657
+ },
658
+ {
659
+ "timestamps": {
660
+ "from": "00:06:11,260",
661
+ "to": "00:06:16,200"
662
+ },
663
+ "offsets": {
664
+ "from": 371260,
665
+ "to": 376200
666
+ },
667
+ "text": "4か月目から水の料金だけるので"
668
+ },
669
+ {
670
+ "timestamps": {
671
+ "from": "00:06:16,200",
672
+ "to": "00:06:22,020"
673
+ },
674
+ "offsets": {
675
+ "from": 376200,
676
+ "to": 382020
677
+ },
678
+ "text": "最初の2か月無料です"
679
+ },
680
+ {
681
+ "timestamps": {
682
+ "from": "00:06:22,020",
683
+ "to": "00:06:22,040"
684
+ },
685
+ "offsets": {
686
+ "from": 382020,
687
+ "to": 382040
688
+ },
689
+ "text": "6本でも2か月無料です"
690
+ },
691
+ {
692
+ "timestamps": {
693
+ "from": "00:06:22,040",
694
+ "to": "00:06:22,040"
695
+ },
696
+ "offsets": {
697
+ "from": 382040,
698
+ "to": 382040
699
+ },
700
+ "text": "6本でも2か月無料です"
701
+ },
702
+ {
703
+ "timestamps": {
704
+ "from": "00:06:30,220",
705
+ "to": "00:06:33,860"
706
+ },
707
+ "offsets": {
708
+ "from": 390220,
709
+ "to": 393860
710
+ },
711
+ "text": "さあサーバーレンタル料初期費用"
712
+ },
713
+ {
714
+ "timestamps": {
715
+ "from": "00:06:33,860",
716
+ "to": "00:06:35,300"
717
+ },
718
+ "offsets": {
719
+ "from": 393860,
720
+ "to": 395300
721
+ },
722
+ "text": "水の配送料も無料"
723
+ },
724
+ {
725
+ "timestamps": {
726
+ "from": "00:06:35,300",
727
+ "to": "00:06:38,400"
728
+ },
729
+ "offsets": {
730
+ "from": 395300,
731
+ "to": 398400
732
+ },
733
+ "text": "さらに水の料金も2か月無料です"
734
+ },
735
+ {
736
+ "timestamps": {
737
+ "from": "00:06:38,400",
738
+ "to": "00:06:41,160"
739
+ },
740
+ "offsets": {
741
+ "from": 398400,
742
+ "to": 401160
743
+ },
744
+ "text": "これだけお��なキャンペーンは今だけ"
745
+ },
746
+ {
747
+ "timestamps": {
748
+ "from": "00:06:41,160",
749
+ "to": "00:06:43,220"
750
+ },
751
+ "offsets": {
752
+ "from": 401160,
753
+ "to": 403220
754
+ },
755
+ "text": "始めるなら今ですよ"
756
+ },
757
+ {
758
+ "timestamps": {
759
+ "from": "00:06:43,220",
760
+ "to": "00:06:48,360"
761
+ },
762
+ "offsets": {
763
+ "from": 403220,
764
+ "to": 408360
765
+ },
766
+ "text": "フリーダイヤルは0122-2万で"
767
+ },
768
+ {
769
+ "timestamps": {
770
+ "from": "00:06:48,360",
771
+ "to": "00:06:50,780"
772
+ },
773
+ "offsets": {
774
+ "from": 408360,
775
+ "to": 410780
776
+ },
777
+ "text": "皆様からのご注文をお待ちしてます"
778
+ },
779
+ {
780
+ "timestamps": {
781
+ "from": "00:06:50,780",
782
+ "to": "00:06:55,080"
783
+ },
784
+ "offsets": {
785
+ "from": 410780,
786
+ "to": 415080
787
+ },
788
+ "text": "優しさが飲み物だったら"
789
+ },
790
+ {
791
+ "timestamps": {
792
+ "from": "00:06:55,080",
793
+ "to": "00:06:57,960"
794
+ },
795
+ "offsets": {
796
+ "from": 415080,
797
+ "to": 417960
798
+ },
799
+ "text": "それはきっとミルクだと思う"
800
+ },
801
+ {
802
+ "timestamps": {
803
+ "from": "00:06:57,960",
804
+ "to": "00:07:04,780"
805
+ },
806
+ "offsets": {
807
+ "from": 417960,
808
+ "to": 424780
809
+ },
810
+ "text": "その強く優しい自然の力はじんわり体に染みていく"
811
+ },
812
+ {
813
+ "timestamps": {
814
+ "from": "00:07:04,780",
815
+ "to": "00:07:16,640"
816
+ },
817
+ "offsets": {
818
+ "from": 424780,
819
+ "to": 436640
820
+ },
821
+ "text": "人と自然は健やかに巡る食の未来を育んでいきます"
822
+ },
823
+ {
824
+ "timestamps": {
825
+ "from": "00:07:20,780",
826
+ "to": "00:07:27,320"
827
+ },
828
+ "offsets": {
829
+ "from": 440780,
830
+ "to": 447320
831
+ },
832
+ "text": "お天気片子さんです。おはようございます。 現在の東京六本木の様子をご覧ください。"
833
+ },
834
+ {
835
+ "timestamps": {
836
+ "from": "00:07:27,320",
837
+ "to": "00:07:30,320"
838
+ },
839
+ "offsets": {
840
+ "from": 447320,
841
+ "to": 450320
842
+ },
843
+ "text": "雲一つなく青空が広がっています。"
844
+ },
845
+ {
846
+ "timestamps": {
847
+ "from": "00:07:30,320",
848
+ "to": "00:07:33,620"
849
+ },
850
+ "offsets": {
851
+ "from": 450320,
852
+ "to": 453620
853
+ },
854
+ "text": "現在の気温はまだ8.4度です。"
855
+ },
856
+ {
857
+ "timestamps": {
858
+ "from": "00:07:33,620",
859
+ "to": "00:07:33,620"
860
+ },
861
+ "offsets": {
862
+ "from": 453620,
863
+ "to": 453620
864
+ },
865
+ "text": "現在の雲の様子です。"
866
+ },
867
+ {
868
+ "timestamps": {
869
+ "from": "00:07:33,620",
870
+ "to": "00:07:33,620"
871
+ },
872
+ "offsets": {
873
+ "from": 453620,
874
+ "to": 453620
875
+ },
876
+ "text": "この後はこちらから見ていきましょう。"
877
+ },
878
+ {
879
+ "timestamps": {
880
+ "from": "00:07:33,620",
881
+ "to": "00:07:35,120"
882
+ },
883
+ "offsets": {
884
+ "from": 453620,
885
+ "to": 455120
886
+ },
887
+ "text": "まずはこちらから見ていきましょう。"
888
+ },
889
+ {
890
+ "timestamps": {
891
+ "from": "00:07:35,120",
892
+ "to": "00:07:37,540"
893
+ },
894
+ "offsets": {
895
+ "from": 455120,
896
+ "to": 457540
897
+ },
898
+ "text": "そして乾燥注意報が発表されています"
899
+ },
900
+ {
901
+ "timestamps": {
902
+ "from": "00:07:37,540",
903
+ "to": "00:07:41,620"
904
+ },
905
+ "offsets": {
906
+ "from": 457540,
907
+ "to": 461620
908
+ },
909
+ "text": "そうなると乾燥中ですよね"
910
+ },
911
+ {
912
+ "timestamps": {
913
+ "from": "00:07:41,620",
914
+ "to": "00:07:41,620"
915
+ },
916
+ "offsets": {
917
+ "from": 461620,
918
+ "to": 461620
919
+ },
920
+ "text": "その雨雲が離れていくと思い切りさん"
921
+ },
922
+ {
923
+ "timestamps": {
924
+ "from": "00:07:41,620",
925
+ "to": "00:07:57,580"
926
+ },
927
+ "offsets": {
928
+ "from": 461620,
929
+ "to": 477580
930
+ },
931
+ "text": "その雨雲が離れていくと思い切りや"
932
+ },
933
+ {
934
+ "timestamps": {
935
+ "from": "00:07:57,580",
936
+ "to": "00:08:00,120"
937
+ },
938
+ "offsets": {
939
+ "from": 477580,
940
+ "to": 480120
941
+ },
942
+ "text": "発達しながら北上しです。"
943
+ },
944
+ {
945
+ "timestamps": {
946
+ "from": "00:08:00,120",
947
+ "to": "00:08:03,980"
948
+ },
949
+ "offsets": {
950
+ "from": 480120,
951
+ "to": 483980
952
+ },
953
+ "text": "その雲が北海道の東部にかかっているんですよね"
954
+ },
955
+ {
956
+ "timestamps": {
957
+ "from": "00:08:03,980",
958
+ "to": "00:08:08,660"
959
+ },
960
+ "offsets": {
961
+ "from": 483980,
962
+ "to": 488660
963
+ },
964
+ "text": "北海道東部特にオホーツク海側でかなり吹雪が強くなっています"
965
+ },
966
+ {
967
+ "timestamps": {
968
+ "from": "00:08:08,660",
969
+ "to": "00:08:11,320"
970
+ },
971
+ "offsets": {
972
+ "from": 488660,
973
+ "to": 491320
974
+ },
975
+ "text": "新たに雪が積もっています"
976
+ },
977
+ {
978
+ "timestamps": {
979
+ "from": "00:08:11,320",
980
+ "to": "00:08:13,220"
981
+ },
982
+ "offsets": {
983
+ "from": 491320,
984
+ "to": 493220
985
+ },
986
+ "text": "そして南沖縄地方にも低気圧がありましています。"
987
+ },
988
+ {
989
+ "timestamps": {
990
+ "from": "00:08:13,220",
991
+ "to": "00:08:19,200"
992
+ },
993
+ "offsets": {
994
+ "from": 493220,
995
+ "to": 499200
996
+ },
997
+ "text": "北海側が深く風が強いです。"
998
+ },
999
+ {
1000
+ "timestamps": {
1001
+ "from": "00:08:19,200",
1002
+ "to": "00:08:24,120"
1003
+ },
1004
+ "offsets": {
1005
+ "from": 499200,
1006
+ "to": 504120
1007
+ },
1008
+ "text": "強い北風が吹きつけるおほうちが強まっているんです。"
1009
+ },
1010
+ {
1011
+ "timestamps": {
1012
+ "from": "00:08:30,120",
1013
+ "to": "00:08:33,700"
1014
+ },
1015
+ "offsets": {
1016
+ "from": 510120,
1017
+ "to": 513700
1018
+ },
1019
+ "text": "そして明日にかけて東に進みます"
1020
+ },
1021
+ {
1022
+ "timestamps": {
1023
+ "from": "00:08:33,700",
1024
+ "to": "00:08:37,740"
1025
+ },
1026
+ "offsets": {
1027
+ "from": 513700,
1028
+ "to": 517740
1029
+ },
1030
+ "text": "南岸ではなく南の海上を進むようになりました"
1031
+ },
1032
+ {
1033
+ "timestamps": {
1034
+ "from": "00:08:37,740",
1035
+ "to": "00:08:41,840"
1036
+ },
1037
+ "offsets": {
1038
+ "from": 517740,
1039
+ "to": 521840
1040
+ },
1041
+ "text": "関東地方や東日本に大きな影響はありません。"
1042
+ },
1043
+ {
1044
+ "timestamps": {
1045
+ "from": "00:08:41,840",
1046
+ "to": "00:08:44,560"
1047
+ },
1048
+ "offsets": {
1049
+ "from": 521840,
1050
+ "to": 524560
1051
+ },
1052
+ "text": "そして伊豆諸島でかなりの大雨予想されています"
1053
+ },
1054
+ {
1055
+ "timestamps": {
1056
+ "from": "00:08:44,560",
1057
+ "to": "00:08:47,040"
1058
+ },
1059
+ "offsets": {
1060
+ "from": 524560,
1061
+ "to": 527040
1062
+ },
1063
+ "text": "気泡が発表されていますので"
1064
+ },
1065
+ {
1066
+ "timestamps": {
1067
+ "from": "00:08:47,040",
1068
+ "to": "00:08:48,840"
1069
+ },
1070
+ "offsets": {
1071
+ "from": 527040,
1072
+ "to": 528840
1073
+ },
1074
+ "text": "伊豆諸島を十分に気をつけてください"
1075
+ },
1076
+ {
1077
+ "timestamps": {
1078
+ "from": "00:08:48,840",
1079
+ "to": "00:08:50,620"
1080
+ },
1081
+ "offsets": {
1082
+ "from": 528840,
1083
+ "to": 530620
1084
+ },
1085
+ "text": "予想も見ていきましょう"
1086
+ },
1087
+ {
1088
+ "timestamps": {
1089
+ "from": "00:08:50,620",
1090
+ "to": "00:08:55,920"
1091
+ },
1092
+ "offsets": {
1093
+ "from": 530620,
1094
+ "to": 535920
1095
+ },
1096
+ "text": "北海道ですよね。"
1097
+ },
1098
+ {
1099
+ "timestamps": {
1100
+ "from": "00:09:00,120",
1101
+ "to": "00:09:05,180"
1102
+ },
1103
+ "offsets": {
1104
+ "from": 540120,
1105
+ "to": 545180
1106
+ },
1107
+ "text": "そして夕方ずっと同じ場所で雪が続くんです"
1108
+ },
1109
+ {
1110
+ "timestamps": {
1111
+ "from": "00:09:05,180",
1112
+ "to": "00:09:08,660"
1113
+ },
1114
+ "offsets": {
1115
+ "from": 545180,
1116
+ "to": 548660
1117
+ },
1118
+ "text": "新たに数十センチ雪が積もる予想になっているんです"
1119
+ },
1120
+ {
1121
+ "timestamps": {
1122
+ "from": "00:09:08,660",
1123
+ "to": "00:09:10,720"
1124
+ },
1125
+ "offsets": {
1126
+ "from": 548660,
1127
+ "to": 550720
1128
+ },
1129
+ "text": "なだれが発生しやすくなっていて"
1130
+ },
1131
+ {
1132
+ "timestamps": {
1133
+ "from": "00:09:10,720",
1134
+ "to": "00:09:12,860"
1135
+ },
1136
+ "offsets": {
1137
+ "from": 550720,
1138
+ "to": 552860
1139
+ },
1140
+ "text": "明日の朝でも変わらず"
1141
+ },
1142
+ {
1143
+ "timestamps": {
1144
+ "from": "00:09:12,860",
1145
+ "to": "00:09:14,880"
1146
+ },
1147
+ "offsets": {
1148
+ "from": 552860,
1149
+ "to": 554880
1150
+ },
1151
+ "text": "山沿いなど危険な場所にかけても続くんです"
1152
+ },
1153
+ {
1154
+ "timestamps": {
1155
+ "from": "00:09:14,880",
1156
+ "to": "00:09:21,680"
1157
+ },
1158
+ "offsets": {
1159
+ "from": 554880,
1160
+ "to": 561680
1161
+ },
1162
+ "text": "予想される積雪の増加量がこちらになっています。"
1163
+ },
1164
+ {
1165
+ "timestamps": {
1166
+ "from": "00:09:30,120",
1167
+ "to": "00:09:36,560"
1168
+ },
1169
+ "offsets": {
1170
+ "from": 570120,
1171
+ "to": 576560
1172
+ },
1173
+ "text": "続いてこちらです。沖縄地方不安定な天気、局地的に激しい雷雨注意してください。"
1174
+ },
1175
+ {
1176
+ "timestamps": {
1177
+ "from": "00:09:36,560",
1178
+ "to": "00:09:43,060"
1179
+ },
1180
+ "offsets": {
1181
+ "from": 576560,
1182
+ "to": 583060
1183
+ },
1184
+ "text": "そのほか東北から西日本にかけて晴れて空気も乾燥しています。しかし、平年並みがありそうなんですよね。"
1185
+ },
1186
+ {
1187
+ "timestamps": {
1188
+ "from": "00:09:43,060",
1189
+ "to": "00:09:52,660"
1190
+ },
1191
+ "offsets": {
1192
+ "from": 583060,
1193
+ "to": 592660
1194
+ },
1195
+ "text": "太平洋側や静岡県はにわか雨の可能性がありますので、続いて気温も見ていきましょう。"
1196
+ },
1197
+ {
1198
+ "timestamps": {
1199
+ "from": "00:10:00,120",
1200
+ "to": "00:10:06,060"
1201
+ },
1202
+ "offsets": {
1203
+ "from": 600120,
1204
+ "to": 606060
1205
+ },
1206
+ "text": "そうなると今日花粉に気をつけてほしいのが東日本西日本になります"
1207
+ },
1208
+ {
1209
+ "timestamps": {
1210
+ "from": "00:10:06,060",
1211
+ "to": "00:10:10,700"
1212
+ },
1213
+ "offsets": {
1214
+ "from": 606060,
1215
+ "to": 610700
1216
+ },
1217
+ "text": "この先なんですけれども土曜日中旬に入りましたが都心もピークが続いていますので"
1218
+ },
1219
+ {
1220
+ "timestamps": {
1221
+ "from": "00:10:10,700",
1222
+ "to": "00:10:12,680"
1223
+ },
1224
+ "offsets": {
1225
+ "from": 610700,
1226
+ "to": 612680
1227
+ },
1228
+ "text": "天気としてもだいぶ落ち着きます"
1229
+ },
1230
+ {
1231
+ "timestamps": {
1232
+ "from": "00:10:12,680",
1233
+ "to": "00:10:16,000"
1234
+ },
1235
+ "offsets": {
1236
+ "from": 612680,
1237
+ "to": 616000
1238
+ },
1239
+ "text": "その時に楽しみに楽しみません"
1240
+ },
1241
+ {
1242
+ "timestamps": {
1243
+ "from": "00:10:16,000",
1244
+ "to": "00:10:16,000"
1245
+ },
1246
+ "offsets": {
1247
+ "from": 616000,
1248
+ "to": 616000
1249
+ },
1250
+ "text": "続いてください"
1251
+ },
1252
+ {
1253
+ "timestamps": {
1254
+ "from": "00:10:16,000",
1255
+ "to": "00:10:24,860"
1256
+ },
1257
+ "offsets": {
1258
+ "from": 616000,
1259
+ "to": 624860
1260
+ },
1261
+ "text": "続いてこちらですけども土曜日以降平年よりも暖かい日が続くんですよね"
1262
+ },
1263
+ {
1264
+ "timestamps": {
1265
+ "from": "00:10:24,860",
1266
+ "to": "00:10:29,260"
1267
+ },
1268
+ "offsets": {
1269
+ "from": 624860,
1270
+ "to": 629260
1271
+ },
1272
+ "text": "その時に楽しみになってくるのが玉川さんも楽しみなのかな"
1273
+ },
1274
+ {
1275
+ "timestamps": {
1276
+ "from": "00:10:29,260",
1277
+ "to": "00:10:31,480"
1278
+ },
1279
+ "offsets": {
1280
+ "from": 629260,
1281
+ "to": 631480
1282
+ },
1283
+ "text": "お花見かなのかな"
1284
+ },
1285
+ {
1286
+ "timestamps": {
1287
+ "from": "00:10:31,480",
1288
+ "to": "00:10:33,300"
1289
+ },
1290
+ "offsets": {
1291
+ "from": 631480,
1292
+ "to": 633300
1293
+ },
1294
+ "text": "お花見待ち遠しい時のお腹回りのストレッチをやっていきましょう"
1295
+ },
1296
+ {
1297
+ "timestamps": {
1298
+ "from": "00:10:33,300",
1299
+ "to": "00:10:37,300"
1300
+ },
1301
+ "offsets": {
1302
+ "from": 633300,
1303
+ "to": 637300
1304
+ },
1305
+ "text": "お花見待ち度しい時のお腹回りのストレッチをやっていきましょう"
1306
+ },
1307
+ {
1308
+ "timestamps": {
1309
+ "from": "00:10:37,300",
1310
+ "to": "00:10:37,500"
1311
+ },
1312
+ "offsets": {
1313
+ "from": 637300,
1314
+ "to": 637500
1315
+ },
1316
+ "text": "お花見まちますね"
1317
+ },
1318
+ {
1319
+ "timestamps": {
1320
+ "from": "00:10:37,500",
1321
+ "to": "00:10:40,500"
1322
+ },
1323
+ "offsets": {
1324
+ "from": 637500,
1325
+ "to": 640500
1326
+ },
1327
+ "text": "いよいよですね桜待つ時にもおすすめのストレッチ"
1328
+ },
1329
+ {
1330
+ "timestamps": {
1331
+ "from": "00:10:40,500",
1332
+ "to": "00:10:45,580"
1333
+ },
1334
+ "offsets": {
1335
+ "from": 640500,
1336
+ "to": 645580
1337
+ },
1338
+ "text": "お花見があったって時にもおすすめかもしれませんからね"
1339
+ },
1340
+ {
1341
+ "timestamps": {
1342
+ "from": "00:10:45,580",
1343
+ "to": "00:10:50,420"
1344
+ },
1345
+ "offsets": {
1346
+ "from": 645580,
1347
+ "to": 650420
1348
+ },
1349
+ "text": "お花見待ち遠しい時のお腹回りのストレッチ"
1350
+ },
1351
+ {
1352
+ "timestamps": {
1353
+ "from": "00:10:50,420",
1354
+ "to": "00:10:51,500"
1355
+ },
1356
+ "offsets": {
1357
+ "from": 650420,
1358
+ "to": 651500
1359
+ },
1360
+ "text": "お前かがいいね警戒ですね"
1361
+ },
1362
+ {
1363
+ "timestamps": {
1364
+ "from": "00:11:07,500",
1365
+ "to": "00:11:17,940"
1366
+ },
1367
+ "offsets": {
1368
+ "from": 667500,
1369
+ "to": 677940
1370
+ },
1371
+ "text": "その花粉の野望出陣今なら"
1372
+ },
1373
+ {
1374
+ "timestamps": {
1375
+ "from": "00:11:17,940",
1376
+ "to": "00:11:21,280"
1377
+ },
1378
+ "offsets": {
1379
+ "from": 677940,
1380
+ "to": 681280
1381
+ },
1382
+ "text": "そのしつこい花水にも"
1383
+ },
1384
+ {
1385
+ "timestamps": {
1386
+ "from": "00:11:21,280",
1387
+ "to": "00:11:21,920"
1388
+ },
1389
+ "offsets": {
1390
+ "from": 681280,
1391
+ "to": 681920
1392
+ },
1393
+ "text": "えっとり?"
1394
+ },
1395
+ {
1396
+ "timestamps": {
1397
+ "from": "00:11:21,920",
1398
+ "to": "00:11:28,000"
1399
+ },
1400
+ "offsets": {
1401
+ "from": 681920,
1402
+ "to": 688000
1403
+ },
1404
+ "text": "いったりの花粉の花づまりに"
1405
+ },
1406
+ {
1407
+ "timestamps": {
1408
+ "from": "00:11:28,000",
1409
+ "to": "00:11:30,040"
1410
+ },
1411
+ "offsets": {
1412
+ "from": 688000,
1413
+ "to": 690040
1414
+ },
1415
+ "text": "えっかりしっかり"
1416
+ },
1417
+ {
1418
+ "timestamps": {
1419
+ "from": "00:11:30,040",
1420
+ "to": "00:11:33,300"
1421
+ },
1422
+ "offsets": {
1423
+ "from": 690040,
1424
+ "to": 693300
1425
+ },
1426
+ "text": "そのしつこい鼻水にも"
1427
+ },
1428
+ {
1429
+ "timestamps": {
1430
+ "from": "00:11:33,300",
1431
+ "to": "00:11:35,300"
1432
+ },
1433
+ "offsets": {
1434
+ "from": 693300,
1435
+ "to": 695300
1436
+ },
1437
+ "text": " \" \" \" \" \" \" \""
1438
+ },
1439
+ {
1440
+ "timestamps": {
1441
+ "from": "00:11:35,300",
1442
+ "to": "00:11:37,860"
1443
+ },
1444
+ "offsets": {
1445
+ "from": 695300,
1446
+ "to": 697860
1447
+ },
1448
+ "text": "医療用と同僚配合"
1449
+ },
1450
+ {
1451
+ "timestamps": {
1452
+ "from": "00:11:37,860",
1453
+ "to": "00:11:43,740"
1454
+ },
1455
+ "offsets": {
1456
+ "from": 697860,
1457
+ "to": 703740
1458
+ },
1459
+ "text": "花粉にタリオン、ヘランス、レアップアルファリベルテ、"
1460
+ },
1461
+ {
1462
+ "timestamps": {
1463
+ "from": "00:11:43,740",
1464
+ "to": "00:11:47,500"
1465
+ },
1466
+ "offsets": {
1467
+ "from": 703740,
1468
+ "to": 707500
1469
+ },
1470
+ "text": "私もね、あなたの髪も、新しくては"
1471
+ },
1472
+ {
1473
+ "timestamps": {
1474
+ "from": "00:11:47,500",
1475
+ "to": "00:11:50,960"
1476
+ },
1477
+ "offsets": {
1478
+ "from": 707500,
1479
+ "to": 710960
1480
+ },
1481
+ "text": "アデランス開発の人工房で3つのアップ"
1482
+ },
1483
+ {
1484
+ "timestamps": {
1485
+ "from": "00:11:50,960",
1486
+ "to": "00:11:56,700"
1487
+ },
1488
+ "offsets": {
1489
+ "from": 710960,
1490
+ "to": 716700
1491
+ },
1492
+ "text": "ツヤスギるのは、バケメもしかも、簡単紙ね、あなたの髪も、"
1493
+ },
1494
+ {
1495
+ "timestamps": {
1496
+ "from": "00:11:56,700",
1497
+ "to": "00:12:00,700"
1498
+ },
1499
+ "offsets": {
1500
+ "from": 716700,
1501
+ "to": 720700
1502
+ },
1503
+ "text": "あなたの髪も新しく"
1504
+ },
1505
+ {
1506
+ "timestamps": {
1507
+ "from": "00:12:00,700",
1508
+ "to": "00:12:03,480"
1509
+ },
1510
+ "offsets": {
1511
+ "from": 720700,
1512
+ "to": 723480
1513
+ },
1514
+ "text": "1100本お試し体験実施中"
1515
+ },
1516
+ {
1517
+ "timestamps": {
1518
+ "from": "00:12:03,480",
1519
+ "to": "00:12:07,320"
1520
+ },
1521
+ "offsets": {
1522
+ "from": 723480,
1523
+ "to": 727320
1524
+ },
1525
+ "text": "おアルティアスニーカー"
1526
+ },
1527
+ {
1528
+ "timestamps": {
1529
+ "from": "00:12:07,320",
1530
+ "to": "00:12:10,360"
1531
+ },
1532
+ "offsets": {
1533
+ "from": 727320,
1534
+ "to": 730360
1535
+ },
1536
+ "text": "オールティアルスニーカー"
1537
+ },
1538
+ {
1539
+ "timestamps": {
1540
+ "from": "00:12:10,360",
1541
+ "to": "00:12:12,580"
1542
+ },
1543
+ "offsets": {
1544
+ "from": 730360,
1545
+ "to": 732580
1546
+ },
1547
+ "text": "お当たまま履けるスニーカー"
1548
+ },
1549
+ {
1550
+ "timestamps": {
1551
+ "from": "00:12:12,580",
1552
+ "to": "00:12:17,080"
1553
+ },
1554
+ "offsets": {
1555
+ "from": 732580,
1556
+ "to": 737080
1557
+ },
1558
+ "text": "わースニーカーのスニーカー"
1559
+ },
1560
+ {
1561
+ "timestamps": {
1562
+ "from": "00:12:26,700",
1563
+ "to": "00:12:43,780"
1564
+ },
1565
+ "offsets": {
1566
+ "from": 746700,
1567
+ "to": 763780
1568
+ },
1569
+ "text": "気持ちよさと生きがあったということです"
1570
+ },
1571
+ {
1572
+ "timestamps": {
1573
+ "from": "00:12:43,780",
1574
+ "to": "00:12:52,980"
1575
+ },
1576
+ "offsets": {
1577
+ "from": 763780,
1578
+ "to": 772980
1579
+ },
1580
+ "text": "昨日午後11時20分ごろ、目黒区上目黒の10階建てマンションで"
1581
+ },
1582
+ {
1583
+ "timestamps": {
1584
+ "from": "00:12:52,980",
1585
+ "to": "00:12:56,780"
1586
+ },
1587
+ "offsets": {
1588
+ "from": 772980,
1589
+ "to": 776780
1590
+ },
1591
+ "text": "煙の区画の意がすると、119番通報がありましたが、死亡が確認されました。"
1592
+ },
1593
+ {
1594
+ "timestamps": {
1595
+ "from": "00:12:56,780",
1596
+ "to": "00:12:56,780"
1597
+ },
1598
+ "offsets": {
1599
+ "from": 776780,
1600
+ "to": 776780
1601
+ },
1602
+ "text": "死亡が確認されました。"
1603
+ },
1604
+ {
1605
+ "timestamps": {
1606
+ "from": "00:13:13,780",
1607
+ "to": "00:13:16,500"
1608
+ },
1609
+ "offsets": {
1610
+ "from": 793780,
1611
+ "to": 796500
1612
+ },
1613
+ "text": "アハモには、それぞれ差し傷がありました。"
1614
+ },
1615
+ {
1616
+ "timestamps": {
1617
+ "from": "00:13:16,500",
1618
+ "to": "00:13:23,240"
1619
+ },
1620
+ "offsets": {
1621
+ "from": 796500,
1622
+ "to": 803240
1623
+ },
1624
+ "text": "玄関には鍵がかかっていたということで、警視庁が状況を詳しく調べています。"
1625
+ },
1626
+ {
1627
+ "timestamps": {
1628
+ "from": "00:13:43,780",
1629
+ "to": "00:14:00,180"
1630
+ },
1631
+ "offsets": {
1632
+ "from": 823780,
1633
+ "to": 840180
1634
+ },
1635
+ "text": "全ての人に無料で肌の健康測"
1636
+ },
1637
+ {
1638
+ "timestamps": {
1639
+ "from": "00:14:00,180",
1640
+ "to": "00:14:02,200"
1641
+ },
1642
+ "offsets": {
1643
+ "from": 840180,
1644
+ "to": 842200
1645
+ },
1646
+ "text": "ファンケルスキンパッチ"
1647
+ },
1648
+ {
1649
+ "timestamps": {
1650
+ "from": "00:14:02,200",
1651
+ "to": "00:14:06,200"
1652
+ },
1653
+ "offsets": {
1654
+ "from": 842200,
1655
+ "to": 846200
1656
+ },
1657
+ "text": "ハラのことで迷う人をなくしたい"
1658
+ },
1659
+ {
1660
+ "timestamps": {
1661
+ "from": "00:14:06,200",
1662
+ "to": "00:14:08,280"
1663
+ },
1664
+ "offsets": {
1665
+ "from": 846200,
1666
+ "to": 848280
1667
+ },
1668
+ "text": "ファンケルスキンパッチン"
1669
+ },
1670
+ {
1671
+ "timestamps": {
1672
+ "from": "00:14:08,280",
1673
+ "to": "00:14:09,380"
1674
+ },
1675
+ "offsets": {
1676
+ "from": 848280,
1677
+ "to": 849380
1678
+ },
1679
+ "text": "ファンケルのお店で"
1680
+ },
1681
+ {
1682
+ "timestamps": {
1683
+ "from": "00:14:09,380",
1684
+ "to": "00:14:13,000"
1685
+ },
1686
+ "offsets": {
1687
+ "from": 849380,
1688
+ "to": 853000
1689
+ },
1690
+ "text": "そろそろ始めましょう"
1691
+ },
1692
+ {
1693
+ "timestamps": {
1694
+ "from": "00:14:13,000",
1695
+ "to": "00:14:15,140"
1696
+ },
1697
+ "offsets": {
1698
+ "from": 853000,
1699
+ "to": 855140
1700
+ },
1701
+ "text": "新しい車買い取りを"
1702
+ },
1703
+ {
1704
+ "timestamps": {
1705
+ "from": "00:14:15,140",
1706
+ "to": "00:14:17,280"
1707
+ },
1708
+ "offsets": {
1709
+ "from": 855140,
1710
+ "to": 857280
1711
+ },
1712
+ "text": "新しい車買い取りを"
1713
+ },
1714
+ {
1715
+ "timestamps": {
1716
+ "from": "00:14:17,280",
1717
+ "to": "00:14:21,600"
1718
+ },
1719
+ "offsets": {
1720
+ "from": 857280,
1721
+ "to": 861600
1722
+ },
1723
+ "text": "新しい車買い取りを出ます"
1724
+ },
1725
+ {
1726
+ "timestamps": {
1727
+ "from": "00:14:32,200",
1728
+ "to": "00:14:34,300"
1729
+ },
1730
+ "offsets": {
1731
+ "from": 872200,
1732
+ "to": 874300
1733
+ },
1734
+ "text": "その自信どこから"
1735
+ },
1736
+ {
1737
+ "timestamps": {
1738
+ "from": "00:14:34,300",
1739
+ "to": "00:14:37,200"
1740
+ },
1741
+ "offsets": {
1742
+ "from": 874300,
1743
+ "to": 877200
1744
+ },
1745
+ "text": "そこから"
1746
+ },
1747
+ {
1748
+ "timestamps": {
1749
+ "from": "00:14:37,200",
1750
+ "to": "00:14:43,280"
1751
+ },
1752
+ "offsets": {
1753
+ "from": 877200,
1754
+ "to": 883280
1755
+ },
1756
+ "text": "お母さんからのプレゼンテーション"
1757
+ },
1758
+ {
1759
+ "timestamps": {
1760
+ "from": "00:14:43,280",
1761
+ "to": "00:14:45,360"
1762
+ },
1763
+ "offsets": {
1764
+ "from": 883280,
1765
+ "to": 885360
1766
+ },
1767
+ "text": "ケンちゃんへ"
1768
+ },
1769
+ {
1770
+ "timestamps": {
1771
+ "from": "00:14:45,360",
1772
+ "to": "00:14:49,280"
1773
+ },
1774
+ "offsets": {
1775
+ "from": 885360,
1776
+ "to": 889280
1777
+ },
1778
+ "text": "子供の頃は体が弱かったあなた"
1779
+ },
1780
+ {
1781
+ "timestamps": {
1782
+ "from": "00:14:49,280",
1783
+ "to": "00:14:54,880"
1784
+ },
1785
+ "offsets": {
1786
+ "from": 889280,
1787
+ "to": 894880
1788
+ },
1789
+ "text": "もりもりご飯を食べてくれた時は嬉しかったな"
1790
+ },
1791
+ {
1792
+ "timestamps": {
1793
+ "from": "00:14:54,880",
1794
+ "to": "00:14:58,620"
1795
+ },
1796
+ "offsets": {
1797
+ "from": 894880,
1798
+ "to": 898620
1799
+ },
1800
+ "text": "一人暮らしでも作れるようになってね"
1801
+ },
1802
+ {
1803
+ "timestamps": {
1804
+ "from": "00:15:02,200",
1805
+ "to": "00:15:16,400"
1806
+ },
1807
+ "offsets": {
1808
+ "from": 902200,
1809
+ "to": 916400
1810
+ },
1811
+ "text": "今日はコクトマロやかさの2つのルーが最高に溶け合うから"
1812
+ },
1813
+ {
1814
+ "timestamps": {
1815
+ "from": "00:15:32,200",
1816
+ "to": "00:15:35,740"
1817
+ },
1818
+ "offsets": {
1819
+ "from": 932200,
1820
+ "to": 935740
1821
+ },
1822
+ "text": "昭和と丸いかさで大満足で大きく変わった認知症の新常識とは?"
1823
+ },
1824
+ {
1825
+ "timestamps": {
1826
+ "from": "00:15:35,740",
1827
+ "to": "00:15:47,560"
1828
+ },
1829
+ "offsets": {
1830
+ "from": 935740,
1831
+ "to": 947560
1832
+ },
1833
+ "text": "昭和と令和で大きく変わった認知症の新常識とは?"
1834
+ },
1835
+ {
1836
+ "timestamps": {
1837
+ "from": "00:15:47,560",
1838
+ "to": "00:15:51,820"
1839
+ },
1840
+ "offsets": {
1841
+ "from": 947560,
1842
+ "to": 951820
1843
+ },
1844
+ "text": "昭和と令和で大きく変わった認知症の常識とは?"
1845
+ },
1846
+ {
1847
+ "timestamps": {
1848
+ "from": "00:15:51,820",
1849
+ "to": "00:15:56,540"
1850
+ },
1851
+ "offsets": {
1852
+ "from": 951820,
1853
+ "to": 956540
1854
+ },
1855
+ "text": "クイズを通じてくく変わった新しいっかけ?"
1856
+ },
1857
+ {
1858
+ "timestamps": {
1859
+ "from": "00:16:02,200",
1860
+ "to": "00:16:07,260"
1861
+ },
1862
+ "offsets": {
1863
+ "from": 962200,
1864
+ "to": 967260
1865
+ },
1866
+ "text": "認知症の新常識を学び脳を元気にする3時間スペシャル"
1867
+ },
1868
+ {
1869
+ "timestamps": {
1870
+ "from": "00:16:07,260",
1871
+ "to": "00:16:09,800"
1872
+ },
1873
+ "offsets": {
1874
+ "from": 967260,
1875
+ "to": 969800
1876
+ },
1877
+ "text": "林尾さんの今知りたいと書は"
1878
+ },
1879
+ {
1880
+ "timestamps": {
1881
+ "from": "00:16:09,800",
1882
+ "to": "00:16:13,200"
1883
+ },
1884
+ "offsets": {
1885
+ "from": 969800,
1886
+ "to": 973200
1887
+ },
1888
+ "text": "一部地域を除き今夜7時放送です"
1889
+ },
1890
+ {
1891
+ "timestamps": {
1892
+ "from": "00:16:13,200",
1893
+ "to": "00:16:15,200"
1894
+ },
1895
+ "offsets": {
1896
+ "from": 973200,
1897
+ "to": 975200
1898
+ },
1899
+ "text": "パンドラボー."
1900
+ },
1901
+ {
1902
+ "timestamps": {
1903
+ "from": "00:16:15,200",
1904
+ "to": "00:16:20,000"
1905
+ },
1906
+ "offsets": {
1907
+ "from": 975200,
1908
+ "to": 980000
1909
+ },
1910
+ "text": "ゼッドラボーにも選ばれた"
1911
+ },
1912
+ {
1913
+ "timestamps": {
1914
+ "from": "00:16:20,000",
1915
+ "to": "00:16:22,860"
1916
+ },
1917
+ "offsets": {
1918
+ "from": 980000,
1919
+ "to": 982860
1920
+ },
1921
+ "text": "おいしいパンを探し求める大ドラボー"
1922
+ },
1923
+ {
1924
+ "timestamps": {
1925
+ "from": "00:16:22,860",
1926
+ "to": "00:16:26,840"
1927
+ },
1928
+ "offsets": {
1929
+ "from": 982860,
1930
+ "to": 986840
1931
+ },
1932
+ "text": "パンの絵本なせがる体験"
1933
+ },
1934
+ {
1935
+ "timestamps": {
1936
+ "from": "00:16:26,840",
1937
+ "to": "00:16:33,060"
1938
+ },
1939
+ "offsets": {
1940
+ "from": 986840,
1941
+ "to": 993060
1942
+ },
1943
+ "text": "パンドラマを広場が横浜で開催中の中で大人が一番ハマっています"
1944
+ },
1945
+ {
1946
+ "timestamps": {
1947
+ "from": "00:16:33,060",
1948
+ "to": "00:16:43,380"
1949
+ },
1950
+ "offsets": {
1951
+ "from": 993060,
1952
+ "to": 1003380
1953
+ },
1954
+ "text": "さらに会場では絵本の中に登場するパンを食べることができるんです"
1955
+ },
1956
+ {
1957
+ "timestamps": {
1958
+ "from": "00:16:43,380",
1959
+ "to": "00:16:47,640"
1960
+ },
1961
+ "offsets": {
1962
+ "from": 1003380,
1963
+ "to": 1007640
1964
+ },
1965
+ "text": "子どもだけでなく大人もおはまり"
1966
+ },
1967
+ {
1968
+ "timestamps": {
1969
+ "from": "00:16:56,840",
1970
+ "to": "00:17:02,900"
1971
+ },
1972
+ "offsets": {
1973
+ "from": 1016840,
1974
+ "to": 1022900
1975
+ },
1976
+ "text": "パンドラマン広場は来月5日まで開催しています"
1977
+ },
1978
+ {
1979
+ "timestamps": {
1980
+ "from": "00:17:02,900",
1981
+ "to": "00:17:08,520"
1982
+ },
1983
+ "offsets": {
1984
+ "from": 1022900,
1985
+ "to": 1028520
1986
+ },
1987
+ "text": "高橋一世さんが究極の二役に挑む新ドラマ"
1988
+ },
1989
+ {
1990
+ "timestamps": {
1991
+ "from": "00:17:08,520",
1992
+ "to": "00:17:10,980"
1993
+ },
1994
+ "offsets": {
1995
+ "from": 1028520,
1996
+ "to": 1030980
1997
+ },
1998
+ "text": "リボーン最後のヒルが"
1999
+ },
2000
+ {
2001
+ "timestamps": {
2002
+ "from": "00:17:10,980",
2003
+ "to": "00:17:14,340"
2004
+ },
2005
+ "offsets": {
2006
+ "from": 1030980,
2007
+ "to": 1034340
2008
+ },
2009
+ "text": "大層社会を突き進むIT社長が"
2010
+ },
2011
+ {
2012
+ "timestamps": {
2013
+ "from": "00:17:14,340",
2014
+ "to": "00:17:18,180"
2015
+ },
2016
+ "offsets": {
2017
+ "from": 1034340,
2018
+ "to": 1038180
2019
+ },
2020
+ "text": "何者かに突き落とされ転落死したことをきっかけに"
2021
+ },
2022
+ {
2023
+ "timestamps": {
2024
+ "from": "00:17:18,180",
2025
+ "to": "00:17:22,260"
2026
+ },
2027
+ "offsets": {
2028
+ "from": 1038180,
2029
+ "to": 1042260
2030
+ },
2031
+ "text": "借金まみれの下町の商店街の商店街に転生"
2032
+ },
2033
+ {
2034
+ "timestamps": {
2035
+ "from": "00:17:26,840",
2036
+ "to": "00:17:31,780"
2037
+ },
2038
+ "offsets": {
2039
+ "from": 1046840,
2040
+ "to": 1051780
2041
+ },
2042
+ "text": "エートが生きてて本当によかった"
2043
+ },
2044
+ {
2045
+ "timestamps": {
2046
+ "from": "00:17:31,780",
2047
+ "to": "00:17:38,840"
2048
+ },
2049
+ "offsets": {
2050
+ "from": 1051780,
2051
+ "to": 1058840
2052
+ },
2053
+ "text": "天性の事実を知らずに主人公に寄り添う幼なじみを中村アンさんが演じます"
2054
+ },
2055
+ {
2056
+ "timestamps": {
2057
+ "from": "00:17:38,840",
2058
+ "to": "00:17:41,640"
2059
+ },
2060
+ "offsets": {
2061
+ "from": 1058840,
2062
+ "to": 1061640
2063
+ },
2064
+ "text": "ドラマのリボンお楽しみでいっぱい"
2065
+ },
2066
+ {
2067
+ "timestamps": {
2068
+ "from": "00:17:41,640",
2069
+ "to": "00:17:46,120"
2070
+ },
2071
+ "offsets": {
2072
+ "from": 1061640,
2073
+ "to": 1066120
2074
+ },
2075
+ "text": "一部地域を除き来月14日夜9時スタートリの新生活応援キャンペーン"
2076
+ },
2077
+ {
2078
+ "timestamps": {
2079
+ "from": "00:17:46,120",
2080
+ "to": "00:17:50,080"
2081
+ },
2082
+ "offsets": {
2083
+ "from": 1066120,
2084
+ "to": 1070080
2085
+ },
2086
+ "text": "ニトリの新生活応援キャンペーン"
2087
+ },
2088
+ {
2089
+ "timestamps": {
2090
+ "from": "00:17:50,080",
2091
+ "to": "00:17:53,500"
2092
+ },
2093
+ "offsets": {
2094
+ "from": 1070080,
2095
+ "to": 1073500
2096
+ },
2097
+ "text": "新生活の必須アイテムが今だけ大幅で下げ"
2098
+ },
2099
+ {
2100
+ "timestamps": {
2101
+ "from": "00:17:53,500",
2102
+ "to": "00:17:59,420"
2103
+ },
2104
+ "offsets": {
2105
+ "from": 1073500,
2106
+ "to": 1079420
2107
+ },
2108
+ "text": "他にもいっぱい購品もおけるソファーもネット特別商品が驚きの価格で"
2109
+ },
2110
+ {
2111
+ "timestamps": {
2112
+ "from": "00:17:59,420",
2113
+ "to": "00:18:04,300"
2114
+ },
2115
+ "offsets": {
2116
+ "from": 1079420,
2117
+ "to": 1084300
2118
+ },
2119
+ "text": "お値段以上にようこそそい"
2120
+ },
2121
+ {
2122
+ "timestamps": {
2123
+ "from": "00:18:04,300",
2124
+ "to": "00:18:07,920"
2125
+ },
2126
+ "offsets": {
2127
+ "from": 1084300,
2128
+ "to": 1087920
2129
+ },
2130
+ "text": "汚れに強いダイニング3セットや5点セット"
2131
+ },
2132
+ {
2133
+ "timestamps": {
2134
+ "from": "00:18:07,920",
2135
+ "to": "00:18:10,000"
2136
+ },
2137
+ "offsets": {
2138
+ "from": 1087920,
2139
+ "to": 1090000
2140
+ },
2141
+ "text": "ショースでもおけるサーファーも"
2142
+ },
2143
+ {
2144
+ "timestamps": {
2145
+ "from": "00:18:10,000",
2146
+ "to": "00:18:12,560"
2147
+ },
2148
+ "offsets": {
2149
+ "from": 1090000,
2150
+ "to": 1092560
2151
+ },
2152
+ "text": "ネット特別商品が驚きの価格で"
2153
+ },
2154
+ {
2155
+ "timestamps": {
2156
+ "from": "00:18:12,560",
2157
+ "to": "00:18:15,180"
2158
+ },
2159
+ "offsets": {
2160
+ "from": 1092560,
2161
+ "to": 1095180
2162
+ },
2163
+ "text": "お値段以上のニトリネットをチェック"
2164
+ },
2165
+ {
2166
+ "timestamps": {
2167
+ "from": "00:18:15,180",
2168
+ "to": "00:18:17,840"
2169
+ },
2170
+ "offsets": {
2171
+ "from": 1095180,
2172
+ "to": 1097840
2173
+ },
2174
+ "text": "全国の店舗でも買えます"
2175
+ },
2176
+ {
2177
+ "timestamps": {
2178
+ "from": "00:18:17,840",
2179
+ "to": "00:18:21,380"
2180
+ },
2181
+ "offsets": {
2182
+ "from": 1097840,
2183
+ "to": 1101380
2184
+ },
2185
+ "text": "家族ができて"
2186
+ },
2187
+ {
2188
+ "timestamps": {
2189
+ "from": "00:18:21,380",
2190
+ "to": "00:18:25,300"
2191
+ },
2192
+ "offsets": {
2193
+ "from": 1101380,
2194
+ "to": 1105300
2195
+ },
2196
+ "text": "守りたいものができてます"
2197
+ },
2198
+ {
2199
+ "timestamps": {
2200
+ "from": "00:18:25,300",
2201
+ "to": "00:18:30,000"
2202
+ },
2203
+ "offsets": {
2204
+ "from": 1105300,
2205
+ "to": 1110000
2206
+ },
2207
+ "text": "大谷の体調が自分だけのものじゃないっていうか"
2208
+ },
2209
+ {
2210
+ "timestamps": {
2211
+ "from": "00:18:30,000",
2212
+ "to": "00:18:35,180"
2213
+ },
2214
+ "offsets": {
2215
+ "from": 1110000,
2216
+ "to": 1115180
2217
+ },
2218
+ "text": "だから信じられるものしか選べないなって思います"
2219
+ },
2220
+ {
2221
+ "timestamps": {
2222
+ "from": "00:18:40,000",
2223
+ "to": "00:18:50,220"
2224
+ },
2225
+ "offsets": {
2226
+ "from": 1120000,
2227
+ "to": 1130220
2228
+ },
2229
+ "text": "ホテル温泉宿が何と半額"
2230
+ },
2231
+ {
2232
+ "timestamps": {
2233
+ "from": "00:18:50,220",
2234
+ "to": "00:18:57,000"
2235
+ },
2236
+ "offsets": {
2237
+ "from": 1130220,
2238
+ "to": 1137000
2239
+ },
2240
+ "text": "旅行が毎日最大20%オフィカも毎日最大20%オフィカも毎日最大20%オフィカムラク"
2241
+ },
2242
+ {
2243
+ "timestamps": {
2244
+ "from": "00:18:57,000",
2245
+ "to": "00:19:01,560"
2246
+ },
2247
+ "offsets": {
2248
+ "from": 1137000,
2249
+ "to": 1141560
2250
+ },
2251
+ "text": "20日まで楽天モバイルならお得得"
2252
+ },
2253
+ {
2254
+ "timestamps": {
2255
+ "from": "00:19:01,560",
2256
+ "to": "00:19:01,560"
2257
+ },
2258
+ "offsets": {
2259
+ "from": 1141560,
2260
+ "to": 1141560
2261
+ },
2262
+ "text": "20日まで楽天モバイルならお得"
2263
+ },
2264
+ {
2265
+ "timestamps": {
2266
+ "from": "00:19:01,560",
2267
+ "to": "00:19:01,560"
2268
+ },
2269
+ "offsets": {
2270
+ "from": 1141560,
2271
+ "to": 1141560
2272
+ },
2273
+ "text": "お得意識をくつがらく"
2274
+ },
2275
+ {
2276
+ "timestamps": {
2277
+ "from": "00:19:10,000",
2278
+ "to": "00:19:14,140"
2279
+ },
2280
+ "offsets": {
2281
+ "from": 1150000,
2282
+ "to": 1154140
2283
+ },
2284
+ "text": "1000万回戦突破壊価格無制限"
2285
+ },
2286
+ {
2287
+ "timestamps": {
2288
+ "from": "00:19:14,140",
2289
+ "to": "00:19:15,240"
2290
+ },
2291
+ "offsets": {
2292
+ "from": 1154140,
2293
+ "to": 1155240
2294
+ },
2295
+ "text": "これが新常識"
2296
+ },
2297
+ {
2298
+ "timestamps": {
2299
+ "from": "00:19:15,240",
2300
+ "to": "00:19:19,480"
2301
+ },
2302
+ "offsets": {
2303
+ "from": 1155240,
2304
+ "to": 1159480
2305
+ },
2306
+ "text": "うんサンスキナとケンカした"
2307
+ },
2308
+ {
2309
+ "timestamps": {
2310
+ "from": "00:19:19,480",
2311
+ "to": "00:19:22,740"
2312
+ },
2313
+ "offsets": {
2314
+ "from": 1159480,
2315
+ "to": 1162740
2316
+ },
2317
+ "text": "あら私も悪かったんだけどさ"
2318
+ },
2319
+ {
2320
+ "timestamps": {
2321
+ "from": "00:19:22,740",
2322
+ "to": "00:19:23,620"
2323
+ },
2324
+ "offsets": {
2325
+ "from": 1162740,
2326
+ "to": 1163620
2327
+ },
2328
+ "text": "あやまったら"
2329
+ },
2330
+ {
2331
+ "timestamps": {
2332
+ "from": "00:19:23,620",
2333
+ "to": "00:19:25,680"
2334
+ },
2335
+ "offsets": {
2336
+ "from": 1163620,
2337
+ "to": 1165680
2338
+ },
2339
+ "text": "長く続く友達って大事よ"
2340
+ },
2341
+ {
2342
+ "timestamps": {
2343
+ "from": "00:19:25,680",
2344
+ "to": "00:19:25,960"
2345
+ },
2346
+ "offsets": {
2347
+ "from": 1165680,
2348
+ "to": 1165960
2349
+ },
2350
+ "text": "持続型で聞く作品力"
2351
+ },
2352
+ {
2353
+ "timestamps": {
2354
+ "from": "00:19:25,960",
2355
+ "to": "00:19:29,620"
2356
+ },
2357
+ "offsets": {
2358
+ "from": 1165960,
2359
+ "to": 1169620
2360
+ },
2361
+ "text": "ガムプラステルリンス"
2362
+ },
2363
+ {
2364
+ "timestamps": {
2365
+ "from": "00:19:29,620",
2366
+ "to": "00:19:31,660"
2367
+ },
2368
+ "offsets": {
2369
+ "from": 1169620,
2370
+ "to": 1171660
2371
+ },
2372
+ "text": "サンスター"
2373
+ },
2374
+ {
2375
+ "timestamps": {
2376
+ "from": "00:19:31,660",
2377
+ "to": "00:19:33,700"
2378
+ },
2379
+ "offsets": {
2380
+ "from": 1171660,
2381
+ "to": 1173700
2382
+ },
2383
+ "text": "ウルトラマンにはなれなくても"
2384
+ },
2385
+ {
2386
+ "timestamps": {
2387
+ "from": "00:19:40,000",
2388
+ "to": "00:19:51,000"
2389
+ },
2390
+ "offsets": {
2391
+ "from": 1180000,
2392
+ "to": 1191000
2393
+ },
2394
+ "text": "新しいメイルの寝心地元気仕事フェアウィーブ"
2395
+ },
2396
+ {
2397
+ "timestamps": {
2398
+ "from": "00:19:51,000",
2399
+ "to": "00:19:52,920"
2400
+ },
2401
+ "offsets": {
2402
+ "from": 1191000,
2403
+ "to": 1192920
2404
+ },
2405
+ "text": "誕生してください"
2406
+ },
2407
+ {
2408
+ "timestamps": {
2409
+ "from": "00:19:52,920",
2410
+ "to": "00:19:57,080"
2411
+ },
2412
+ "offsets": {
2413
+ "from": 1192920,
2414
+ "to": 1197080
2415
+ },
2416
+ "text": "どう?ニューエアウィーブサイコースチュー"
2417
+ },
2418
+ {
2419
+ "timestamps": {
2420
+ "from": "00:19:57,080",
2421
+ "to": "00:20:01,700"
2422
+ },
2423
+ "offsets": {
2424
+ "from": 1197080,
2425
+ "to": 1201700
2426
+ },
2427
+ "text": "フェアーリーズ中中"
2428
+ },
2429
+ {
2430
+ "timestamps": {
2431
+ "from": "00:20:10,000",
2432
+ "to": "00:20:22,320"
2433
+ },
2434
+ "offsets": {
2435
+ "from": 1210000,
2436
+ "to": 1222320
2437
+ },
2438
+ "text": "イランとの戦闘が長引く中"
2439
+ },
2440
+ {
2441
+ "timestamps": {
2442
+ "from": "00:20:22,320",
2443
+ "to": "00:20:27,500"
2444
+ },
2445
+ "offsets": {
2446
+ "from": 1222320,
2447
+ "to": 1227500
2448
+ },
2449
+ "text": "イランとの戦闘が限定的にしか再開せず"
2450
+ },
2451
+ {
2452
+ "timestamps": {
2453
+ "from": "00:20:40,000",
2454
+ "to": "00:20:57,200"
2455
+ },
2456
+ "offsets": {
2457
+ "from": 1240000,
2458
+ "to": 1257200
2459
+ },
2460
+ "text": "戦勝負を希望する日本人が一人は11日。"
2461
+ },
2462
+ {
2463
+ "timestamps": {
2464
+ "from": "00:20:57,200",
2465
+ "to": "00:21:01,940"
2466
+ },
2467
+ "offsets": {
2468
+ "from": 1257200,
2469
+ "to": 1261940
2470
+ },
2471
+ "text": "現地の日本大使館が用意したバスでテルアビブを出発しました"
2472
+ },
2473
+ {
2474
+ "timestamps": {
2475
+ "from": "00:21:01,940",
2476
+ "to": "00:21:06,120"
2477
+ },
2478
+ "offsets": {
2479
+ "from": 1261940,
2480
+ "to": 1266120
2481
+ },
2482
+ "text": "陸路で隣国ヨルダンの首都アンマンに向かい"
2483
+ },
2484
+ {
2485
+ "timestamps": {
2486
+ "from": "00:21:06,120",
2487
+ "to": "00:21:18,800"
2488
+ },
2489
+ "offsets": {
2490
+ "from": 1266120,
2491
+ "to": 1278800
2492
+ },
2493
+ "text": "無事に到着したということです。"
2494
+ },
2495
+ {
2496
+ "timestamps": {
2497
+ "from": "00:21:27,200",
2498
+ "to": "00:21:44,140"
2499
+ },
2500
+ "offsets": {
2501
+ "from": 1287200,
2502
+ "to": 1304140
2503
+ },
2504
+ "text": "認知事勝リスクを76%を7%"
2505
+ },
2506
+ {
2507
+ "timestamps": {
2508
+ "from": "00:21:44,140",
2509
+ "to": "00:21:48,140"
2510
+ },
2511
+ "offsets": {
2512
+ "from": 1304140,
2513
+ "to": 1308140
2514
+ },
2515
+ "text": "あるシンクロリーザーは夏も冬も中途半端"
2516
+ },
2517
+ {
2518
+ "timestamps": {
2519
+ "from": "00:21:48,140",
2520
+ "to": "00:21:51,680"
2521
+ },
2522
+ "offsets": {
2523
+ "from": 1308140,
2524
+ "to": 1311680
2525
+ },
2526
+ "text": "アクティブトレッド搭載のシンクロウェザーは"
2527
+ },
2528
+ {
2529
+ "timestamps": {
2530
+ "from": "00:21:51,680",
2531
+ "to": "00:21:53,920"
2532
+ },
2533
+ "offsets": {
2534
+ "from": 1311680,
2535
+ "to": 1313920
2536
+ },
2537
+ "text": "一年中どんな路面もこれ一本"
2538
+ },
2539
+ {
2540
+ "timestamps": {
2541
+ "from": "00:21:53,920",
2542
+ "to": "00:21:57,940"
2543
+ },
2544
+ "offsets": {
2545
+ "from": 1313920,
2546
+ "to": 1317940
2547
+ },
2548
+ "text": "あらゆる路面にシンクロするシンクロウェザー"
2549
+ },
2550
+ {
2551
+ "timestamps": {
2552
+ "from": "00:21:57,940",
2553
+ "to": "00:22:07,120"
2554
+ },
2555
+ "offsets": {
2556
+ "from": 1317940,
2557
+ "to": 1327120
2558
+ },
2559
+ "text": "楽しかったですね"
2560
+ },
2561
+ {
2562
+ "timestamps": {
2563
+ "from": "00:22:07,120",
2564
+ "to": "00:22:10,120"
2565
+ },
2566
+ "offsets": {
2567
+ "from": 1327120,
2568
+ "to": 1330120
2569
+ },
2570
+ "text": "カーブス2週間無料体験"
2571
+ },
2572
+ {
2573
+ "timestamps": {
2574
+ "from": "00:22:10,120",
2575
+ "to": "00:22:11,080"
2576
+ },
2577
+ "offsets": {
2578
+ "from": 1330120,
2579
+ "to": 1331080
2580
+ },
2581
+ "text": "楽しかったですね"
2582
+ },
2583
+ {
2584
+ "timestamps": {
2585
+ "from": "00:22:11,080",
2586
+ "to": "00:22:14,140"
2587
+ },
2588
+ "offsets": {
2589
+ "from": 1331080,
2590
+ "to": 1334140
2591
+ },
2592
+ "text": "カーブス2週間無料体験"
2593
+ },
2594
+ {
2595
+ "timestamps": {
2596
+ "from": "00:22:14,140",
2597
+ "to": "00:22:17,180"
2598
+ },
2599
+ "offsets": {
2600
+ "from": 1334140,
2601
+ "to": 1337180
2602
+ },
2603
+ "text": "第一ライフグループ"
2604
+ },
2605
+ {
2606
+ "timestamps": {
2607
+ "from": "00:22:17,180",
2608
+ "to": "00:22:18,980"
2609
+ },
2610
+ "offsets": {
2611
+ "from": 1337180,
2612
+ "to": 1338980
2613
+ },
2614
+ "text": "第1ライフグループに何せ変わる"
2615
+ },
2616
+ {
2617
+ "timestamps": {
2618
+ "from": "00:22:18,980",
2619
+ "to": "00:22:22,660"
2620
+ },
2621
+ "offsets": {
2622
+ "from": 1338980,
2623
+ "to": 1342660
2624
+ },
2625
+ "text": "第1種類の野菜がバランスよく入ったハンバーグリッシュ"
2626
+ },
2627
+ {
2628
+ "timestamps": {
2629
+ "from": "00:22:22,660",
2630
+ "to": "00:22:22,660"
2631
+ },
2632
+ "offsets": {
2633
+ "from": 1342660,
2634
+ "to": 1342660
2635
+ },
2636
+ "text": "野菜の野菜がバランスよく入ったハンバーグリッシュ"
2637
+ },
2638
+ {
2639
+ "timestamps": {
2640
+ "from": "00:22:22,660",
2641
+ "to": "00:22:26,120"
2642
+ },
2643
+ "offsets": {
2644
+ "from": 1342660,
2645
+ "to": 1346120
2646
+ },
2647
+ "text": "第1生命グループは第一ライフグループへ"
2648
+ },
2649
+ {
2650
+ "timestamps": {
2651
+ "from": "00:22:26,120",
2652
+ "to": "00:22:27,460"
2653
+ },
2654
+ "offsets": {
2655
+ "from": 1346120,
2656
+ "to": 1347460
2657
+ },
2658
+ "text": "生き方広げる"
2659
+ },
2660
+ {
2661
+ "timestamps": {
2662
+ "from": "00:22:27,460",
2663
+ "to": "00:22:31,900"
2664
+ },
2665
+ "offsets": {
2666
+ "from": 1347460,
2667
+ "to": 1351900
2668
+ },
2669
+ "text": "ビッグリドンキー"
2670
+ },
2671
+ {
2672
+ "timestamps": {
2673
+ "from": "00:22:31,900",
2674
+ "to": "00:22:36,140"
2675
+ },
2676
+ "offsets": {
2677
+ "from": 1351900,
2678
+ "to": 1356140
2679
+ },
2680
+ "text": "9種類の野菜がバランスよく入ったハンバーグリセット"
2681
+ },
2682
+ {
2683
+ "timestamps": {
2684
+ "from": "00:22:36,140",
2685
+ "to": "00:22:44,000"
2686
+ },
2687
+ "offsets": {
2688
+ "from": 1356140,
2689
+ "to": 1364000
2690
+ },
2691
+ "text": "春はおうちでびっくりドンキー"
2692
+ },
2693
+ {
2694
+ "timestamps": {
2695
+ "from": "00:22:44,000",
2696
+ "to": "00:22:44,920"
2697
+ },
2698
+ "offsets": {
2699
+ "from": 1364000,
2700
+ "to": 1364920
2701
+ },
2702
+ "text": "ピッティー"
2703
+ },
2704
+ {
2705
+ "timestamps": {
2706
+ "from": "00:22:44,920",
2707
+ "to": "00:22:46,920"
2708
+ },
2709
+ "offsets": {
2710
+ "from": 1364920,
2711
+ "to": 1366920
2712
+ },
2713
+ "text": "ペイペイスクラッチが超えるプラープしてお申し込みを"
2714
+ },
2715
+ {
2716
+ "timestamps": {
2717
+ "from": "00:22:46,920",
2718
+ "to": "00:22:49,920"
2719
+ },
2720
+ "offsets": {
2721
+ "from": 1366920,
2722
+ "to": 1369920
2723
+ },
2724
+ "text": "さあなたも!カーブデリ!"
2725
+ },
2726
+ {
2727
+ "timestamps": {
2728
+ "from": "00:22:49,920",
2729
+ "to": "00:23:03,880"
2730
+ },
2731
+ "offsets": {
2732
+ "from": 1369920,
2733
+ "to": 1383880
2734
+ },
2735
+ "text": "こだわりの冷凍ワンプレート"
2736
+ },
2737
+ {
2738
+ "timestamps": {
2739
+ "from": "00:23:03,880",
2740
+ "to": "00:23:07,460"
2741
+ },
2742
+ "offsets": {
2743
+ "from": 1383880,
2744
+ "to": 1387460
2745
+ },
2746
+ "text": "開けた時にちょっとでも喜んでもらえるように"
2747
+ },
2748
+ {
2749
+ "timestamps": {
2750
+ "from": "00:23:07,460",
2751
+ "to": "00:23:10,020"
2752
+ },
2753
+ "offsets": {
2754
+ "from": 1387460,
2755
+ "to": 1390020
2756
+ },
2757
+ "text": "自信を持って盛りつけをしています"
2758
+ },
2759
+ {
2760
+ "timestamps": {
2761
+ "from": "00:23:14,920",
2762
+ "to": "00:23:17,360"
2763
+ },
2764
+ "offsets": {
2765
+ "from": 1394920,
2766
+ "to": 1397360
2767
+ },
2768
+ "text": "シュッチョウ買い取りいいわ"
2769
+ },
2770
+ {
2771
+ "timestamps": {
2772
+ "from": "00:23:17,360",
2773
+ "to": "00:23:18,920"
2774
+ },
2775
+ "offsets": {
2776
+ "from": 1397360,
2777
+ "to": 1398920
2778
+ },
2779
+ "text": "物ってすぐたまるし"
2780
+ },
2781
+ {
2782
+ "timestamps": {
2783
+ "from": "00:23:18,920",
2784
+ "to": "00:23:20,460"
2785
+ },
2786
+ "offsets": {
2787
+ "from": 1398920,
2788
+ "to": 1400460
2789
+ },
2790
+ "text": "3年もすると"
2791
+ },
2792
+ {
2793
+ "timestamps": {
2794
+ "from": "00:23:20,460",
2795
+ "to": "00:23:27,480"
2796
+ },
2797
+ "offsets": {
2798
+ "from": 1400460,
2799
+ "to": 1407480
2800
+ },
2801
+ "text": "医療用と同僚配合花粉にタリオン"
2802
+ },
2803
+ {
2804
+ "timestamps": {
2805
+ "from": "00:23:27,480",
2806
+ "to": "00:23:31,460"
2807
+ },
2808
+ "offsets": {
2809
+ "from": 1407480,
2810
+ "to": 1411460
2811
+ },
2812
+ "text": "カフンにタリオン"
2813
+ },
2814
+ {
2815
+ "timestamps": {
2816
+ "from": "00:23:31,460",
2817
+ "to": "00:23:33,460"
2818
+ },
2819
+ "offsets": {
2820
+ "from": 1411460,
2821
+ "to": 1413460
2822
+ },
2823
+ "text": "カフンにタリオン"
2824
+ },
2825
+ {
2826
+ "timestamps": {
2827
+ "from": "00:23:33,460",
2828
+ "to": "00:23:37,480"
2829
+ },
2830
+ "offsets": {
2831
+ "from": 1413460,
2832
+ "to": 1417480
2833
+ },
2834
+ "text": "医療用と同僚合合合わせっかり"
2835
+ },
2836
+ {
2837
+ "timestamps": {
2838
+ "from": "00:23:44,920",
2839
+ "to": "00:23:47,920"
2840
+ },
2841
+ "offsets": {
2842
+ "from": 1424920,
2843
+ "to": 1427920
2844
+ },
2845
+ "text": "その声は大きなエネルギー"
2846
+ },
2847
+ {
2848
+ "timestamps": {
2849
+ "from": "00:23:47,920",
2850
+ "to": "00:23:52,440"
2851
+ },
2852
+ "offsets": {
2853
+ "from": 1427920,
2854
+ "to": 1432440
2855
+ },
2856
+ "text": "来るとスタッフィング"
2857
+ },
2858
+ {
2859
+ "timestamps": {
2860
+ "from": "00:23:52,440",
2861
+ "to": "00:23:52,920"
2862
+ },
2863
+ "offsets": {
2864
+ "from": 1432440,
2865
+ "to": 1432920
2866
+ },
2867
+ "text": "これはたまんないですよ"
2868
+ },
2869
+ {
2870
+ "timestamps": {
2871
+ "from": "00:23:52,920",
2872
+ "to": "00:23:56,380"
2873
+ },
2874
+ "offsets": {
2875
+ "from": 1432920,
2876
+ "to": 1436380
2877
+ },
2878
+ "text": "チューカーズならちょっと心配"
2879
+ },
2880
+ {
2881
+ "timestamps": {
2882
+ "from": "00:23:56,380",
2883
+ "to": "00:24:00,960"
2884
+ },
2885
+ "offsets": {
2886
+ "from": 1436380,
2887
+ "to": 1440960
2888
+ },
2889
+ "text": "ウィーカーズならしっかりサポー"
2890
+ },
2891
+ {
2892
+ "timestamps": {
2893
+ "from": "00:24:00,960",
2894
+ "to": "00:24:15,400"
2895
+ },
2896
+ "offsets": {
2897
+ "from": 1440960,
2898
+ "to": 1455400
2899
+ },
2900
+ "text": "高めの血圧対策"
2901
+ },
2902
+ {
2903
+ "timestamps": {
2904
+ "from": "00:24:15,400",
2905
+ "to": "00:24:17,200"
2906
+ },
2907
+ "offsets": {
2908
+ "from": 1455400,
2909
+ "to": 1457200
2910
+ },
2911
+ "text": "つい頭まんないですよ"
2912
+ },
2913
+ {
2914
+ "timestamps": {
2915
+ "from": "00:24:17,200",
2916
+ "to": "00:24:25,140"
2917
+ },
2918
+ "offsets": {
2919
+ "from": 1457200,
2920
+ "to": 1465140
2921
+ },
2922
+ "text": "つい後回しにと思い腰が上げられないテレビの前のあなた"
2923
+ },
2924
+ {
2925
+ "timestamps": {
2926
+ "from": "00:24:25,140",
2927
+ "to": "00:24:27,760"
2928
+ },
2929
+ "offsets": {
2930
+ "from": 1465140,
2931
+ "to": 1467760
2932
+ },
2933
+ "text": "血圧は130代になったら"
2934
+ },
2935
+ {
2936
+ "timestamps": {
2937
+ "from": "00:24:27,760",
2938
+ "to": "00:24:32,320"
2939
+ },
2940
+ "offsets": {
2941
+ "from": 1467760,
2942
+ "to": 1472320
2943
+ },
2944
+ "text": "血圧は症状がないうちは放置しがちですが"
2945
+ },
2946
+ {
2947
+ "timestamps": {
2948
+ "from": "00:24:32,320",
2949
+ "to": "00:24:36,160"
2950
+ },
2951
+ "offsets": {
2952
+ "from": 1472320,
2953
+ "to": 1476160
2954
+ },
2955
+ "text": "その時間こそが将来の健康に影響を与えかねません"
2956
+ },
2957
+ {
2958
+ "timestamps": {
2959
+ "from": "00:24:36,160",
2960
+ "to": "00:24:40,940"
2961
+ },
2962
+ "offsets": {
2963
+ "from": 1476160,
2964
+ "to": 1480940
2965
+ },
2966
+ "text": "およそ7日分お試しパック通常価格131倍"
2967
+ },
2968
+ {
2969
+ "timestamps": {
2970
+ "from": "00:24:40,940",
2971
+ "to": "00:24:48,260"
2972
+ },
2973
+ "offsets": {
2974
+ "from": 1480940,
2975
+ "to": 1488260
2976
+ },
2977
+ "text": "平剤のヘルケアは通販限定です"
2978
+ },
2979
+ {
2980
+ "timestamps": {
2981
+ "from": "00:24:48,260",
2982
+ "to": "00:24:55,140"
2983
+ },
2984
+ "offsets": {
2985
+ "from": 1488260,
2986
+ "to": 1495140
2987
+ },
2988
+ "text": "およそ7日分お試しパック通常価格1361円ですが"
2989
+ },
2990
+ {
2991
+ "timestamps": {
2992
+ "from": "00:24:55,140",
2993
+ "to": "00:25:02,120"
2994
+ },
2995
+ "offsets": {
2996
+ "from": 1495140,
2997
+ "to": 1502120
2998
+ },
2999
+ "text": "このCMをご覧の方には特別に3月以下3月以下の500500円"
3000
+ },
3001
+ {
3002
+ "timestamps": {
3003
+ "from": "00:25:02,120",
3004
+ "to": "00:25:05,260"
3005
+ },
3006
+ "offsets": {
3007
+ "from": 1502120,
3008
+ "to": 1505260
3009
+ },
3010
+ "text": "もちろん送料も無料です"
3011
+ },
3012
+ {
3013
+ "timestamps": {
3014
+ "from": "00:25:05,260",
3015
+ "to": "00:25:10,060"
3016
+ },
3017
+ "offsets": {
3018
+ "from": 1505260,
3019
+ "to": 1510060
3020
+ },
3021
+ "text": "お申し込みは020258381まで"
3022
+ },
3023
+ {
3024
+ "timestamps": {
3025
+ "from": "00:25:18,260",
3026
+ "to": "00:25:24,880"
3027
+ },
3028
+ "offsets": {
3029
+ "from": 1518260,
3030
+ "to": 1524880
3031
+ },
3032
+ "text": "行天空港近くにある空の駅では"
3033
+ },
3034
+ {
3035
+ "timestamps": {
3036
+ "from": "00:25:24,880",
3037
+ "to": "00:25:27,540"
3038
+ },
3039
+ "offsets": {
3040
+ "from": 1524880,
3041
+ "to": 1527540
3042
+ },
3043
+ "text": "マニアックな航空グッズが並ぶ中"
3044
+ },
3045
+ {
3046
+ "timestamps": {
3047
+ "from": "00:25:27,540",
3048
+ "to": "00:25:29,380"
3049
+ },
3050
+ "offsets": {
3051
+ "from": 1527540,
3052
+ "to": 1529380
3053
+ },
3054
+ "text": "とんでもない一品が"
3055
+ },
3056
+ {
3057
+ "timestamps": {
3058
+ "from": "00:25:29,380",
3059
+ "to": "00:25:31,480"
3060
+ },
3061
+ "offsets": {
3062
+ "from": 1529380,
3063
+ "to": 1531480
3064
+ },
3065
+ "text": "これはフィジネスが並ぶ中"
3066
+ },
3067
+ {
3068
+ "timestamps": {
3069
+ "from": "00:25:31,480",
3070
+ "to": "00:25:31,480"
3071
+ },
3072
+ "offsets": {
3073
+ "from": 1531480,
3074
+ "to": 1531480
3075
+ },
3076
+ "text": "こんなすごいんだ"
3077
+ },
3078
+ {
3079
+ "timestamps": {
3080
+ "from": "00:25:48,260",
3081
+ "to": "00:25:50,260"
3082
+ },
3083
+ "offsets": {
3084
+ "from": 1548260,
3085
+ "to": 1550260
3086
+ },
3087
+ "text": " I I I"
3088
+ },
3089
+ {
3090
+ "timestamps": {
3091
+ "from": "00:25:50,260",
3092
+ "to": "00:25:54,260"
3093
+ },
3094
+ "offsets": {
3095
+ "from": 1550260,
3096
+ "to": 1554260
3097
+ },
3098
+ "text": " \" \" \""
3099
+ },
3100
+ {
3101
+ "timestamps": {
3102
+ "from": "00:25:54,260",
3103
+ "to": "00:25:58,080"
3104
+ },
3105
+ "offsets": {
3106
+ "from": 1554260,
3107
+ "to": 1558080
3108
+ },
3109
+ "text": "誰が買うのかな?"
3110
+ },
3111
+ {
3112
+ "timestamps": {
3113
+ "from": "00:25:58,080",
3114
+ "to": "00:26:01,320"
3115
+ },
3116
+ "offsets": {
3117
+ "from": 1558080,
3118
+ "to": 1561320
3119
+ },
3120
+ "text": "リモートワークに使いたいですとか"
3121
+ },
3122
+ {
3123
+ "timestamps": {
3124
+ "from": "00:26:01,320",
3125
+ "to": "00:26:05,740"
3126
+ },
3127
+ "offsets": {
3128
+ "from": 1561320,
3129
+ "to": 1565740
3130
+ },
3131
+ "text": "大谷選手のユニフォームが驚きの価格に"
3132
+ },
3133
+ {
3134
+ "timestamps": {
3135
+ "from": "00:26:05,740",
3136
+ "to": "00:26:05,740"
3137
+ },
3138
+ "offsets": {
3139
+ "from": 1565740,
3140
+ "to": 1565740
3141
+ },
3142
+ "text": "大谷選手のユニフォームが驚きの価格に"
3143
+ },
3144
+ {
3145
+ "timestamps": {
3146
+ "from": "00:26:05,740",
3147
+ "to": "00:26:05,740"
3148
+ },
3149
+ "offsets": {
3150
+ "from": 1565740,
3151
+ "to": 1565740
3152
+ },
3153
+ "text": "大谷選手のユニフォームが驚きの価格に"
3154
+ },
3155
+ {
3156
+ "timestamps": {
3157
+ "from": "00:26:24,260",
3158
+ "to": "00:26:27,260"
3159
+ },
3160
+ "offsets": {
3161
+ "from": 1584260,
3162
+ "to": 1587260
3163
+ },
3164
+ "text": "もう潰れてるのかと思ったら"
3165
+ },
3166
+ {
3167
+ "timestamps": {
3168
+ "from": "00:26:27,260",
3169
+ "to": "00:26:29,260"
3170
+ },
3171
+ "offsets": {
3172
+ "from": 1587260,
3173
+ "to": 1589260
3174
+ },
3175
+ "text": "そうなんだけどね"
3176
+ },
3177
+ {
3178
+ "timestamps": {
3179
+ "from": "00:26:29,260",
3180
+ "to": "00:26:31,640"
3181
+ },
3182
+ "offsets": {
3183
+ "from": 1589260,
3184
+ "to": 1591640
3185
+ },
3186
+ "text": "だから大丈夫かなと思ってきたんだね"
3187
+ },
3188
+ {
3189
+ "timestamps": {
3190
+ "from": "00:26:31,640",
3191
+ "to": "00:26:34,260"
3192
+ },
3193
+ "offsets": {
3194
+ "from": 1591640,
3195
+ "to": 1594260
3196
+ },
3197
+ "text": "これは前にセレクションが作ったの?"
3198
+ },
3199
+ {
3200
+ "timestamps": {
3201
+ "from": "00:26:34,260",
3202
+ "to": "00:26:37,800"
3203
+ },
3204
+ "offsets": {
3205
+ "from": 1594260,
3206
+ "to": 1597800
3207
+ },
3208
+ "text": "これはメーカーの方で作ってる?"
3209
+ },
3210
+ {
3211
+ "timestamps": {
3212
+ "from": "00:26:37,800",
3213
+ "to": "00:26:39,940"
3214
+ },
3215
+ "offsets": {
3216
+ "from": 1597800,
3217
+ "to": 1599940
3218
+ },
3219
+ "text": "これはメーカーの方が下がったの?"
3220
+ },
3221
+ {
3222
+ "timestamps": {
3223
+ "from": "00:26:39,940",
3224
+ "to": "00:26:39,940"
3225
+ },
3226
+ "offsets": {
3227
+ "from": 1599940,
3228
+ "to": 1599940
3229
+ },
3230
+ "text": "これは何かくても何かくてる?"
3231
+ },
3232
+ {
3233
+ "timestamps": {
3234
+ "from": "00:26:39,940",
3235
+ "to": "00:26:43,880"
3236
+ },
3237
+ "offsets": {
3238
+ "from": 1599940,
3239
+ "to": 1603880
3240
+ },
3241
+ "text": "めいわけない?"
3242
+ },
3243
+ {
3244
+ "timestamps": {
3245
+ "from": "00:26:43,880",
3246
+ "to": "00:26:47,560"
3247
+ },
3248
+ "offsets": {
3249
+ "from": 1603880,
3250
+ "to": 1607560
3251
+ },
3252
+ "text": "これはここがこういうにセレクションが作ったの?"
3253
+ },
3254
+ {
3255
+ "timestamps": {
3256
+ "from": "00:26:47,560",
3257
+ "to": "00:26:50,500"
3258
+ },
3259
+ "offsets": {
3260
+ "from": 1607560,
3261
+ "to": 1610500
3262
+ },
3263
+ "text": "これメーカーの方で作ってる"
3264
+ },
3265
+ {
3266
+ "timestamps": {
3267
+ "from": "00:26:50,500",
3268
+ "to": "00:26:52,420"
3269
+ },
3270
+ "offsets": {
3271
+ "from": 1610500,
3272
+ "to": 1612420
3273
+ },
3274
+ "text": "これは普通に売り物じゃないですよ"
3275
+ },
3276
+ {
3277
+ "timestamps": {
3278
+ "from": "00:26:52,420",
3279
+ "to": "00:26:56,800"
3280
+ },
3281
+ "offsets": {
3282
+ "from": 1612420,
3283
+ "to": 1616800
3284
+ },
3285
+ "text": "お宝中のお宝だったらどこかの"
3286
+ },
3287
+ {
3288
+ "timestamps": {
3289
+ "from": "00:26:56,800",
3290
+ "to": "00:27:00,520"
3291
+ },
3292
+ "offsets": {
3293
+ "from": 1616800,
3294
+ "to": 1620520
3295
+ },
3296
+ "text": "お宝中のお宝さんがほとんどんないね"
3297
+ },
3298
+ {
3299
+ "timestamps": {
3300
+ "from": "00:27:00,520",
3301
+ "to": "00:27:05,400"
3302
+ },
3303
+ "offsets": {
3304
+ "from": 1620520,
3305
+ "to": 1625400
3306
+ },
3307
+ "text": "これはもうずっといないですよね"
3308
+ },
3309
+ {
3310
+ "timestamps": {
3311
+ "from": "00:27:05,400",
3312
+ "to": "00:27:12,120"
3313
+ },
3314
+ "offsets": {
3315
+ "from": 1625400,
3316
+ "to": 1632120
3317
+ },
3318
+ "text": "お宝中のお宝中のお宝さんが喜んでくるん"
3319
+ },
3320
+ {
3321
+ "timestamps": {
3322
+ "from": "00:27:12,120",
3323
+ "to": "00:27:12,200"
3324
+ },
3325
+ "offsets": {
3326
+ "from": 1632120,
3327
+ "to": 1632200
3328
+ },
3329
+ "text": "どっかのお医者さんが喜んでくるんや"
3330
+ },
3331
+ {
3332
+ "timestamps": {
3333
+ "from": "00:27:12,200",
3334
+ "to": "00:27:15,900"
3335
+ },
3336
+ "offsets": {
3337
+ "from": 1632200,
3338
+ "to": 1635900
3339
+ },
3340
+ "text": "70杯であったりメーカーでも作っているようなコブレヘッド"
3341
+ },
3342
+ {
3343
+ "timestamps": {
3344
+ "from": "00:27:15,900",
3345
+ "to": "00:27:15,920"
3346
+ },
3347
+ "offsets": {
3348
+ "from": 1635900,
3349
+ "to": 1635920
3350
+ },
3351
+ "text": "クレたやつでしょ"
3352
+ },
3353
+ {
3354
+ "timestamps": {
3355
+ "from": "00:27:15,920",
3356
+ "to": "00:27:20,500"
3357
+ },
3358
+ "offsets": {
3359
+ "from": 1635920,
3360
+ "to": 1640500
3361
+ },
3362
+ "text": "そうですよ今市場価値もないもらえないもんですね"
3363
+ },
3364
+ {
3365
+ "timestamps": {
3366
+ "from": "00:27:20,500",
3367
+ "to": "00:27:22,240"
3368
+ },
3369
+ "offsets": {
3370
+ "from": 1640500,
3371
+ "to": 1642240
3372
+ },
3373
+ "text": "これ何かもこれ売り物"
3374
+ },
3375
+ {
3376
+ "timestamps": {
3377
+ "from": "00:27:22,240",
3378
+ "to": "00:27:24,900"
3379
+ },
3380
+ "offsets": {
3381
+ "from": 1642240,
3382
+ "to": 1644900
3383
+ },
3384
+ "text": "これどれどれ?する?"
3385
+ },
3386
+ {
3387
+ "timestamps": {
3388
+ "from": "00:27:24,900",
3389
+ "to": "00:27:26,620"
3390
+ },
3391
+ "offsets": {
3392
+ "from": 1644900,
3393
+ "to": 1646620
3394
+ },
3395
+ "text": "70万円ですコールド"
3396
+ },
3397
+ {
3398
+ "timestamps": {
3399
+ "from": "00:27:26,620",
3400
+ "to": "00:27:29,020"
3401
+ },
3402
+ "offsets": {
3403
+ "from": 1646620,
3404
+ "to": 1649020
3405
+ },
3406
+ "text": "これくれたやつですよ"
3407
+ },
3408
+ {
3409
+ "timestamps": {
3410
+ "from": "00:27:29,020",
3411
+ "to": "00:27:30,040"
3412
+ },
3413
+ "offsets": {
3414
+ "from": 1649020,
3415
+ "to": 1650040
3416
+ },
3417
+ "text": "これか"
3418
+ },
3419
+ {
3420
+ "timestamps": {
3421
+ "from": "00:27:30,040",
3422
+ "to": "00:27:34,640"
3423
+ },
3424
+ "offsets": {
3425
+ "from": 1650040,
3426
+ "to": 1654640
3427
+ },
3428
+ "text": "これですね、これですね、これですね、これですね、これですね、今、3倍くらいになってますね、"
3429
+ },
3430
+ {
3431
+ "timestamps": {
3432
+ "from": "00:27:34,640",
3433
+ "to": "00:27:39,900"
3434
+ },
3435
+ "offsets": {
3436
+ "from": 1654640,
3437
+ "to": 1659900
3438
+ },
3439
+ "text": "今、3万円台本があったらしいんですよ、"
3440
+ },
3441
+ {
3442
+ "timestamps": {
3443
+ "from": "00:27:39,900",
3444
+ "to": "00:27:43,580"
3445
+ },
3446
+ "offsets": {
3447
+ "from": 1659900,
3448
+ "to": 1663580
3449
+ },
3450
+ "text": "次期室のサインが書いてあるんですけど"
3451
+ },
3452
+ {
3453
+ "timestamps": {
3454
+ "from": "00:27:43,580",
3455
+ "to": "00:27:45,800"
3456
+ },
3457
+ "offsets": {
3458
+ "from": 1663580,
3459
+ "to": 1665800
3460
+ },
3461
+ "text": "これかこれですね"
3462
+ },
3463
+ {
3464
+ "timestamps": {
3465
+ "from": "00:27:45,800",
3466
+ "to": "00:27:47,820"
3467
+ },
3468
+ "offsets": {
3469
+ "from": 1665800,
3470
+ "to": 1667820
3471
+ },
3472
+ "text": "今もう少しだってこれ300万円になったね"
3473
+ },
3474
+ {
3475
+ "timestamps": {
3476
+ "from": "00:27:47,820",
3477
+ "to": "00:28:01,700"
3478
+ },
3479
+ "offsets": {
3480
+ "from": 1667820,
3481
+ "to": 1681700
3482
+ },
3483
+ "text": "今すぐに100万買っておきゃってこれ"
3484
+ },
3485
+ {
3486
+ "timestamps": {
3487
+ "from": "00:28:01,700",
3488
+ "to": "00:28:03,480"
3489
+ },
3490
+ "offsets": {
3491
+ "from": 1681700,
3492
+ "to": 1683480
3493
+ },
3494
+ "text": "これ当時にテレ朝でこれもらっておるとこで"
3495
+ },
3496
+ {
3497
+ "timestamps": {
3498
+ "from": "00:28:09,900",
3499
+ "to": "00:28:11,900"
3500
+ },
3501
+ "offsets": {
3502
+ "from": 1689900,
3503
+ "to": 1691900
3504
+ },
3505
+ "text": " E E E E Eの"
3506
+ },
3507
+ {
3508
+ "timestamps": {
3509
+ "from": "00:28:11,900",
3510
+ "to": "00:28:16,100"
3511
+ },
3512
+ "offsets": {
3513
+ "from": 1691900,
3514
+ "to": 1696100
3515
+ },
3516
+ "text": "超高級品で貴重な体験をさせてもらいました"
3517
+ },
3518
+ {
3519
+ "timestamps": {
3520
+ "from": "00:28:16,100",
3521
+ "to": "00:28:23,720"
3522
+ },
3523
+ "offsets": {
3524
+ "from": 1696100,
3525
+ "to": 1703720
3526
+ },
3527
+ "text": "こんにちはテレビ朝日のペルシャに恋してって番組なんですよ"
3528
+ },
3529
+ {
3530
+ "timestamps": {
3531
+ "from": "00:28:23,720",
3532
+ "to": "00:28:27,440"
3533
+ },
3534
+ "offsets": {
3535
+ "from": 1703720,
3536
+ "to": 1707440
3537
+ },
3538
+ "text": "はいはいよく聞いたんだけど"
3539
+ },
3540
+ {
3541
+ "timestamps": {
3542
+ "from": "00:28:27,440",
3543
+ "to": "00:28:36,940"
3544
+ },
3545
+ "offsets": {
3546
+ "from": 1707440,
3547
+ "to": 1716940
3548
+ },
3549
+ "text": "こちらのオーナーの方ですの中で色々種類が"
3550
+ },
3551
+ {
3552
+ "timestamps": {
3553
+ "from": "00:28:41,900",
3554
+ "to": "00:28:47,400"
3555
+ },
3556
+ "offsets": {
3557
+ "from": 1721900,
3558
+ "to": 1727400
3559
+ },
3560
+ "text": "その方が効果になる"
3561
+ }
3562
+ ]
3563
+ }
merged_audio__vad.json ADDED
@@ -0,0 +1,1706 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "start": 0.4,
4
+ "end": 3.2
5
+ },
6
+ {
7
+ "start": 4.0,
8
+ "end": 4.6
9
+ },
10
+ {
11
+ "start": 4.9,
12
+ "end": 7.4
13
+ },
14
+ {
15
+ "start": 7.5,
16
+ "end": 9.0
17
+ },
18
+ {
19
+ "start": 9.7,
20
+ "end": 13.8
21
+ },
22
+ {
23
+ "start": 14.6,
24
+ "end": 17.3
25
+ },
26
+ {
27
+ "start": 18.2,
28
+ "end": 19.5
29
+ },
30
+ {
31
+ "start": 19.6,
32
+ "end": 24.0
33
+ },
34
+ {
35
+ "start": 25.0,
36
+ "end": 26.6
37
+ },
38
+ {
39
+ "start": 26.9,
40
+ "end": 27.9
41
+ },
42
+ {
43
+ "start": 28.1,
44
+ "end": 29.2
45
+ },
46
+ {
47
+ "start": 30.1,
48
+ "end": 32.5
49
+ },
50
+ {
51
+ "start": 33.6,
52
+ "end": 35.3
53
+ },
54
+ {
55
+ "start": 35.5,
56
+ "end": 38.1
57
+ },
58
+ {
59
+ "start": 38.3,
60
+ "end": 40.7
61
+ },
62
+ {
63
+ "start": 41.6,
64
+ "end": 42.6
65
+ },
66
+ {
67
+ "start": 42.7,
68
+ "end": 45.8
69
+ },
70
+ {
71
+ "start": 46.2,
72
+ "end": 48.8
73
+ },
74
+ {
75
+ "start": 51.8,
76
+ "end": 52.4
77
+ },
78
+ {
79
+ "start": 53.5,
80
+ "end": 53.9
81
+ },
82
+ {
83
+ "start": 54.5,
84
+ "end": 55.5
85
+ },
86
+ {
87
+ "start": 56.1,
88
+ "end": 56.5
89
+ },
90
+ {
91
+ "start": 56.8,
92
+ "end": 58.3
93
+ },
94
+ {
95
+ "start": 60.0,
96
+ "end": 61.3
97
+ },
98
+ {
99
+ "start": 64.4,
100
+ "end": 66.5
101
+ },
102
+ {
103
+ "start": 67.1,
104
+ "end": 69.2
105
+ },
106
+ {
107
+ "start": 72.1,
108
+ "end": 72.6
109
+ },
110
+ {
111
+ "start": 74.8,
112
+ "end": 76.3
113
+ },
114
+ {
115
+ "start": 77.1,
116
+ "end": 79.7
117
+ },
118
+ {
119
+ "start": 82.2,
120
+ "end": 83.2
121
+ },
122
+ {
123
+ "start": 83.3,
124
+ "end": 86.1
125
+ },
126
+ {
127
+ "start": 86.8,
128
+ "end": 87.7
129
+ },
130
+ {
131
+ "start": 87.9,
132
+ "end": 92.3
133
+ },
134
+ {
135
+ "start": 92.5,
136
+ "end": 97.0
137
+ },
138
+ {
139
+ "start": 99.7,
140
+ "end": 100.4
141
+ },
142
+ {
143
+ "start": 100.7,
144
+ "end": 101.3
145
+ },
146
+ {
147
+ "start": 101.9,
148
+ "end": 103.1
149
+ },
150
+ {
151
+ "start": 103.8,
152
+ "end": 105.7
153
+ },
154
+ {
155
+ "start": 106.9,
156
+ "end": 108.5
157
+ },
158
+ {
159
+ "start": 108.6,
160
+ "end": 112.3
161
+ },
162
+ {
163
+ "start": 112.6,
164
+ "end": 113.7
165
+ },
166
+ {
167
+ "start": 114.0,
168
+ "end": 115.8
169
+ },
170
+ {
171
+ "start": 116.2,
172
+ "end": 117.3
173
+ },
174
+ {
175
+ "start": 117.5,
176
+ "end": 118.0
177
+ },
178
+ {
179
+ "start": 118.1,
180
+ "end": 119.4
181
+ },
182
+ {
183
+ "start": 124.0,
184
+ "end": 149.8
185
+ },
186
+ {
187
+ "start": 149.9,
188
+ "end": 156.2
189
+ },
190
+ {
191
+ "start": 157.7,
192
+ "end": 158.9
193
+ },
194
+ {
195
+ "start": 159.1,
196
+ "end": 159.7
197
+ },
198
+ {
199
+ "start": 159.8,
200
+ "end": 161.0
201
+ },
202
+ {
203
+ "start": 161.2,
204
+ "end": 164.2
205
+ },
206
+ {
207
+ "start": 164.6,
208
+ "end": 165.6
209
+ },
210
+ {
211
+ "start": 166.1,
212
+ "end": 167.2
213
+ },
214
+ {
215
+ "start": 167.5,
216
+ "end": 168.8
217
+ },
218
+ {
219
+ "start": 169.5,
220
+ "end": 171.2
221
+ },
222
+ {
223
+ "start": 172.0,
224
+ "end": 173.7
225
+ },
226
+ {
227
+ "start": 174.8,
228
+ "end": 176.2
229
+ },
230
+ {
231
+ "start": 176.4,
232
+ "end": 177.5
233
+ },
234
+ {
235
+ "start": 177.8,
236
+ "end": 179.2
237
+ },
238
+ {
239
+ "start": 179.6,
240
+ "end": 182.2
241
+ },
242
+ {
243
+ "start": 183.7,
244
+ "end": 185.4
245
+ },
246
+ {
247
+ "start": 185.7,
248
+ "end": 186.9
249
+ },
250
+ {
251
+ "start": 187.7,
252
+ "end": 188.7
253
+ },
254
+ {
255
+ "start": 189.6,
256
+ "end": 190.6
257
+ },
258
+ {
259
+ "start": 190.9,
260
+ "end": 198.3
261
+ },
262
+ {
263
+ "start": 199.3,
264
+ "end": 200.0
265
+ },
266
+ {
267
+ "start": 205.7,
268
+ "end": 207.1
269
+ },
270
+ {
271
+ "start": 207.4,
272
+ "end": 208.7
273
+ },
274
+ {
275
+ "start": 208.9,
276
+ "end": 213.3
277
+ },
278
+ {
279
+ "start": 214.6,
280
+ "end": 215.0
281
+ },
282
+ {
283
+ "start": 215.2,
284
+ "end": 228.1
285
+ },
286
+ {
287
+ "start": 229.4,
288
+ "end": 258.2
289
+ },
290
+ {
291
+ "start": 259.2,
292
+ "end": 261.6
293
+ },
294
+ {
295
+ "start": 262.1,
296
+ "end": 264.2
297
+ },
298
+ {
299
+ "start": 267.0,
300
+ "end": 269.6
301
+ },
302
+ {
303
+ "start": 269.7,
304
+ "end": 271.5
305
+ },
306
+ {
307
+ "start": 271.9,
308
+ "end": 273.3
309
+ },
310
+ {
311
+ "start": 273.4,
312
+ "end": 276.4
313
+ },
314
+ {
315
+ "start": 278.5,
316
+ "end": 284.6
317
+ },
318
+ {
319
+ "start": 285.1,
320
+ "end": 290.0
321
+ },
322
+ {
323
+ "start": 290.8,
324
+ "end": 294.8
325
+ },
326
+ {
327
+ "start": 295.2,
328
+ "end": 299.3
329
+ },
330
+ {
331
+ "start": 300.3,
332
+ "end": 306.4
333
+ },
334
+ {
335
+ "start": 308.0,
336
+ "end": 309.2
337
+ },
338
+ {
339
+ "start": 310.1,
340
+ "end": 315.1
341
+ },
342
+ {
343
+ "start": 315.6,
344
+ "end": 316.5
345
+ },
346
+ {
347
+ "start": 316.7,
348
+ "end": 317.8
349
+ },
350
+ {
351
+ "start": 319.6,
352
+ "end": 321.6
353
+ },
354
+ {
355
+ "start": 322.8,
356
+ "end": 323.1
357
+ },
358
+ {
359
+ "start": 323.3,
360
+ "end": 324.1
361
+ },
362
+ {
363
+ "start": 325.3,
364
+ "end": 326.8
365
+ },
366
+ {
367
+ "start": 327.1,
368
+ "end": 330.8
369
+ },
370
+ {
371
+ "start": 331.2,
372
+ "end": 332.0
373
+ },
374
+ {
375
+ "start": 332.1,
376
+ "end": 334.1
377
+ },
378
+ {
379
+ "start": 334.5,
380
+ "end": 336.7
381
+ },
382
+ {
383
+ "start": 337.0,
384
+ "end": 339.4
385
+ },
386
+ {
387
+ "start": 339.7,
388
+ "end": 342.3
389
+ },
390
+ {
391
+ "start": 342.7,
392
+ "end": 344.0
393
+ },
394
+ {
395
+ "start": 344.3,
396
+ "end": 348.1
397
+ },
398
+ {
399
+ "start": 348.4,
400
+ "end": 348.9
401
+ },
402
+ {
403
+ "start": 349.0,
404
+ "end": 354.4
405
+ },
406
+ {
407
+ "start": 354.7,
408
+ "end": 357.3
409
+ },
410
+ {
411
+ "start": 357.7,
412
+ "end": 360.5
413
+ },
414
+ {
415
+ "start": 361.1,
416
+ "end": 363.7
417
+ },
418
+ {
419
+ "start": 364.2,
420
+ "end": 366.9
421
+ },
422
+ {
423
+ "start": 367.0,
424
+ "end": 371.4
425
+ },
426
+ {
427
+ "start": 372.0,
428
+ "end": 374.7
429
+ },
430
+ {
431
+ "start": 374.9,
432
+ "end": 375.4
433
+ },
434
+ {
435
+ "start": 375.6,
436
+ "end": 376.9
437
+ },
438
+ {
439
+ "start": 377.5,
440
+ "end": 378.1
441
+ },
442
+ {
443
+ "start": 378.4,
444
+ "end": 379.8
445
+ },
446
+ {
447
+ "start": 380.1,
448
+ "end": 382.2
449
+ },
450
+ {
451
+ "start": 383.1,
452
+ "end": 385.4
453
+ },
454
+ {
455
+ "start": 385.9,
456
+ "end": 391.5
457
+ },
458
+ {
459
+ "start": 392.0,
460
+ "end": 395.9
461
+ },
462
+ {
463
+ "start": 396.2,
464
+ "end": 398.7
465
+ },
466
+ {
467
+ "start": 398.9,
468
+ "end": 401.4
469
+ },
470
+ {
471
+ "start": 401.6,
472
+ "end": 403.3
473
+ },
474
+ {
475
+ "start": 404.5,
476
+ "end": 410.9
477
+ },
478
+ {
479
+ "start": 412.8,
480
+ "end": 413.7
481
+ },
482
+ {
483
+ "start": 414.0,
484
+ "end": 415.1
485
+ },
486
+ {
487
+ "start": 415.8,
488
+ "end": 417.8
489
+ },
490
+ {
491
+ "start": 419.6,
492
+ "end": 422.2
493
+ },
494
+ {
495
+ "start": 422.6,
496
+ "end": 423.4
497
+ },
498
+ {
499
+ "start": 423.6,
500
+ "end": 424.9
501
+ },
502
+ {
503
+ "start": 425.9,
504
+ "end": 426.7
505
+ },
506
+ {
507
+ "start": 427.9,
508
+ "end": 429.0
509
+ },
510
+ {
511
+ "start": 429.2,
512
+ "end": 430.1
513
+ },
514
+ {
515
+ "start": 431.1,
516
+ "end": 432.1
517
+ },
518
+ {
519
+ "start": 432.4,
520
+ "end": 434.4
521
+ },
522
+ {
523
+ "start": 434.8,
524
+ "end": 437.1
525
+ },
526
+ {
527
+ "start": 437.7,
528
+ "end": 438.7
529
+ },
530
+ {
531
+ "start": 438.9,
532
+ "end": 439.6
533
+ },
534
+ {
535
+ "start": 440.3,
536
+ "end": 441.6
537
+ },
538
+ {
539
+ "start": 442.4,
540
+ "end": 493.5
541
+ },
542
+ {
543
+ "start": 494.6,
544
+ "end": 504.3
545
+ },
546
+ {
547
+ "start": 504.4,
548
+ "end": 530.8
549
+ },
550
+ {
551
+ "start": 532.2,
552
+ "end": 536.2
553
+ },
554
+ {
555
+ "start": 536.4,
556
+ "end": 538.8
557
+ },
558
+ {
559
+ "start": 539.6,
560
+ "end": 540.8
561
+ },
562
+ {
563
+ "start": 541.0,
564
+ "end": 542.5
565
+ },
566
+ {
567
+ "start": 542.6,
568
+ "end": 571.2
569
+ },
570
+ {
571
+ "start": 572.6,
572
+ "end": 593.2
573
+ },
574
+ {
575
+ "start": 594.4,
576
+ "end": 617.7
577
+ },
578
+ {
579
+ "start": 618.1,
580
+ "end": 652.0
581
+ },
582
+ {
583
+ "start": 659.8,
584
+ "end": 665.1
585
+ },
586
+ {
587
+ "start": 665.7,
588
+ "end": 666.3
589
+ },
590
+ {
591
+ "start": 676.4,
592
+ "end": 678.3
593
+ },
594
+ {
595
+ "start": 678.6,
596
+ "end": 679.6
597
+ },
598
+ {
599
+ "start": 680.5,
600
+ "end": 683.1
601
+ },
602
+ {
603
+ "start": 683.4,
604
+ "end": 684.4
605
+ },
606
+ {
607
+ "start": 686.3,
608
+ "end": 688.0
609
+ },
610
+ {
611
+ "start": 688.8,
612
+ "end": 691.1
613
+ },
614
+ {
615
+ "start": 691.8,
616
+ "end": 693.8
617
+ },
618
+ {
619
+ "start": 694.2,
620
+ "end": 696.3
621
+ },
622
+ {
623
+ "start": 696.5,
624
+ "end": 700.0
625
+ },
626
+ {
627
+ "start": 701.2,
628
+ "end": 705.8
629
+ },
630
+ {
631
+ "start": 706.0,
632
+ "end": 707.6
633
+ },
634
+ {
635
+ "start": 707.7,
636
+ "end": 710.9
637
+ },
638
+ {
639
+ "start": 711.3,
640
+ "end": 713.7
641
+ },
642
+ {
643
+ "start": 713.9,
644
+ "end": 716.9
645
+ },
646
+ {
647
+ "start": 717.1,
648
+ "end": 717.4
649
+ },
650
+ {
651
+ "start": 719.1,
652
+ "end": 721.0
653
+ },
654
+ {
655
+ "start": 721.1,
656
+ "end": 725.3
657
+ },
658
+ {
659
+ "start": 726.2,
660
+ "end": 739.6
661
+ },
662
+ {
663
+ "start": 741.8,
664
+ "end": 742.2
665
+ },
666
+ {
667
+ "start": 743.6,
668
+ "end": 745.5
669
+ },
670
+ {
671
+ "start": 746.0,
672
+ "end": 748.3
673
+ },
674
+ {
675
+ "start": 749.6,
676
+ "end": 750.6
677
+ },
678
+ {
679
+ "start": 750.7,
680
+ "end": 751.7
681
+ },
682
+ {
683
+ "start": 752.8,
684
+ "end": 754.0
685
+ },
686
+ {
687
+ "start": 754.1,
688
+ "end": 754.7
689
+ },
690
+ {
691
+ "start": 757.0,
692
+ "end": 760.2
693
+ },
694
+ {
695
+ "start": 760.3,
696
+ "end": 762.1
697
+ },
698
+ {
699
+ "start": 762.6,
700
+ "end": 765.7
701
+ },
702
+ {
703
+ "start": 767.7,
704
+ "end": 770.0
705
+ },
706
+ {
707
+ "start": 770.2,
708
+ "end": 773.1
709
+ },
710
+ {
711
+ "start": 773.2,
712
+ "end": 776.8
713
+ },
714
+ {
715
+ "start": 777.7,
716
+ "end": 781.9
717
+ },
718
+ {
719
+ "start": 782.7,
720
+ "end": 784.3
721
+ },
722
+ {
723
+ "start": 784.5,
724
+ "end": 789.3
725
+ },
726
+ {
727
+ "start": 789.4,
728
+ "end": 791.1
729
+ },
730
+ {
731
+ "start": 792.1,
732
+ "end": 794.7
733
+ },
734
+ {
735
+ "start": 794.9,
736
+ "end": 796.7
737
+ },
738
+ {
739
+ "start": 797.6,
740
+ "end": 800.4
741
+ },
742
+ {
743
+ "start": 800.6,
744
+ "end": 803.2
745
+ },
746
+ {
747
+ "start": 805.6,
748
+ "end": 807.5
749
+ },
750
+ {
751
+ "start": 807.6,
752
+ "end": 809.7
753
+ },
754
+ {
755
+ "start": 810.0,
756
+ "end": 811.9
757
+ },
758
+ {
759
+ "start": 812.2,
760
+ "end": 813.0
761
+ },
762
+ {
763
+ "start": 814.2,
764
+ "end": 816.1
765
+ },
766
+ {
767
+ "start": 816.2,
768
+ "end": 819.4
769
+ },
770
+ {
771
+ "start": 821.0,
772
+ "end": 821.6
773
+ },
774
+ {
775
+ "start": 822.0,
776
+ "end": 822.7
777
+ },
778
+ {
779
+ "start": 823.4,
780
+ "end": 823.8
781
+ },
782
+ {
783
+ "start": 824.3,
784
+ "end": 829.7
785
+ },
786
+ {
787
+ "start": 830.5,
788
+ "end": 843.6
789
+ },
790
+ {
791
+ "start": 843.8,
792
+ "end": 846.2
793
+ },
794
+ {
795
+ "start": 847.0,
796
+ "end": 848.3
797
+ },
798
+ {
799
+ "start": 848.5,
800
+ "end": 849.5
801
+ },
802
+ {
803
+ "start": 850.7,
804
+ "end": 854.5
805
+ },
806
+ {
807
+ "start": 854.7,
808
+ "end": 855.3
809
+ },
810
+ {
811
+ "start": 855.5,
812
+ "end": 855.8
813
+ },
814
+ {
815
+ "start": 856.1,
816
+ "end": 856.4
817
+ },
818
+ {
819
+ "start": 856.9,
820
+ "end": 858.4
821
+ },
822
+ {
823
+ "start": 859.2,
824
+ "end": 860.6
825
+ },
826
+ {
827
+ "start": 861.1,
828
+ "end": 861.7
829
+ },
830
+ {
831
+ "start": 865.6,
832
+ "end": 867.3
833
+ },
834
+ {
835
+ "start": 867.7,
836
+ "end": 869.5
837
+ },
838
+ {
839
+ "start": 870.2,
840
+ "end": 871.1
841
+ },
842
+ {
843
+ "start": 871.5,
844
+ "end": 872.2
845
+ },
846
+ {
847
+ "start": 872.8,
848
+ "end": 874.6
849
+ },
850
+ {
851
+ "start": 875.9,
852
+ "end": 876.7
853
+ },
854
+ {
855
+ "start": 877.1,
856
+ "end": 879.4
857
+ },
858
+ {
859
+ "start": 880.4,
860
+ "end": 883.2
861
+ },
862
+ {
863
+ "start": 884.6,
864
+ "end": 885.6
865
+ },
866
+ {
867
+ "start": 886.3,
868
+ "end": 891.3
869
+ },
870
+ {
871
+ "start": 892.0,
872
+ "end": 895.1
873
+ },
874
+ {
875
+ "start": 896.3,
876
+ "end": 898.8
877
+ },
878
+ {
879
+ "start": 899.5,
880
+ "end": 903.0
881
+ },
882
+ {
883
+ "start": 925.4,
884
+ "end": 935.2
885
+ },
886
+ {
887
+ "start": 935.3,
888
+ "end": 938.4
889
+ },
890
+ {
891
+ "start": 938.6,
892
+ "end": 939.0
893
+ },
894
+ {
895
+ "start": 940.4,
896
+ "end": 941.9
897
+ },
898
+ {
899
+ "start": 942.1,
900
+ "end": 945.8
901
+ },
902
+ {
903
+ "start": 948.0,
904
+ "end": 952.1
905
+ },
906
+ {
907
+ "start": 952.7,
908
+ "end": 953.6
909
+ },
910
+ {
911
+ "start": 954.1,
912
+ "end": 956.7
913
+ },
914
+ {
915
+ "start": 957.4,
916
+ "end": 958.5
917
+ },
918
+ {
919
+ "start": 958.7,
920
+ "end": 961.5
921
+ },
922
+ {
923
+ "start": 962.6,
924
+ "end": 963.0
925
+ },
926
+ {
927
+ "start": 963.2,
928
+ "end": 965.1
929
+ },
930
+ {
931
+ "start": 965.2,
932
+ "end": 967.5
933
+ },
934
+ {
935
+ "start": 967.9,
936
+ "end": 970.0
937
+ },
938
+ {
939
+ "start": 970.1,
940
+ "end": 974.2
941
+ },
942
+ {
943
+ "start": 975.3,
944
+ "end": 975.8
945
+ },
946
+ {
947
+ "start": 977.7,
948
+ "end": 983.2
949
+ },
950
+ {
951
+ "start": 983.6,
952
+ "end": 990.2
953
+ },
954
+ {
955
+ "start": 990.9,
956
+ "end": 993.4
957
+ },
958
+ {
959
+ "start": 993.7,
960
+ "end": 994.8
961
+ },
962
+ {
963
+ "start": 995.3,
964
+ "end": 996.4
965
+ },
966
+ {
967
+ "start": 997.2,
968
+ "end": 999.6
969
+ },
970
+ {
971
+ "start": 1000.5,
972
+ "end": 1002.1
973
+ },
974
+ {
975
+ "start": 1002.2,
976
+ "end": 1004.9
977
+ },
978
+ {
979
+ "start": 1005.0,
980
+ "end": 1009.7
981
+ },
982
+ {
983
+ "start": 1010.2,
984
+ "end": 1015.5
985
+ },
986
+ {
987
+ "start": 1016.2,
988
+ "end": 1017.1
989
+ },
990
+ {
991
+ "start": 1017.5,
992
+ "end": 1018.5
993
+ },
994
+ {
995
+ "start": 1019.1,
996
+ "end": 1019.4
997
+ },
998
+ {
999
+ "start": 1019.5,
1000
+ "end": 1023.1
1001
+ },
1002
+ {
1003
+ "start": 1025.2,
1004
+ "end": 1030.8
1005
+ },
1006
+ {
1007
+ "start": 1032.0,
1008
+ "end": 1034.6
1009
+ },
1010
+ {
1011
+ "start": 1034.7,
1012
+ "end": 1038.2
1013
+ },
1014
+ {
1015
+ "start": 1038.3,
1016
+ "end": 1042.5
1017
+ },
1018
+ {
1019
+ "start": 1044.1,
1020
+ "end": 1045.9
1021
+ },
1022
+ {
1023
+ "start": 1048.7,
1024
+ "end": 1049.7
1025
+ },
1026
+ {
1027
+ "start": 1050.8,
1028
+ "end": 1051.8
1029
+ },
1030
+ {
1031
+ "start": 1053.3,
1032
+ "end": 1058.9
1033
+ },
1034
+ {
1035
+ "start": 1059.5,
1036
+ "end": 1060.6
1037
+ },
1038
+ {
1039
+ "start": 1060.8,
1040
+ "end": 1061.8
1041
+ },
1042
+ {
1043
+ "start": 1062.3,
1044
+ "end": 1066.3
1045
+ },
1046
+ {
1047
+ "start": 1067.7,
1048
+ "end": 1075.2
1049
+ },
1050
+ {
1051
+ "start": 1075.5,
1052
+ "end": 1077.3
1053
+ },
1054
+ {
1055
+ "start": 1077.5,
1056
+ "end": 1079.6
1057
+ },
1058
+ {
1059
+ "start": 1079.8,
1060
+ "end": 1081.7
1061
+ },
1062
+ {
1063
+ "start": 1082.7,
1064
+ "end": 1088.2
1065
+ },
1066
+ {
1067
+ "start": 1088.3,
1068
+ "end": 1096.8
1069
+ },
1070
+ {
1071
+ "start": 1097.7,
1072
+ "end": 1098.4
1073
+ },
1074
+ {
1075
+ "start": 1098.9,
1076
+ "end": 1101.4
1077
+ },
1078
+ {
1079
+ "start": 1102.0,
1080
+ "end": 1103.7
1081
+ },
1082
+ {
1083
+ "start": 1103.8,
1084
+ "end": 1104.4
1085
+ },
1086
+ {
1087
+ "start": 1105.1,
1088
+ "end": 1110.7
1089
+ },
1090
+ {
1091
+ "start": 1111.3,
1092
+ "end": 1112.3
1093
+ },
1094
+ {
1095
+ "start": 1112.5,
1096
+ "end": 1119.8
1097
+ },
1098
+ {
1099
+ "start": 1127.8,
1100
+ "end": 1128.2
1101
+ },
1102
+ {
1103
+ "start": 1129.7,
1104
+ "end": 1131.9
1105
+ },
1106
+ {
1107
+ "start": 1132.0,
1108
+ "end": 1134.5
1109
+ },
1110
+ {
1111
+ "start": 1134.6,
1112
+ "end": 1139.2
1113
+ },
1114
+ {
1115
+ "start": 1139.4,
1116
+ "end": 1141.7
1117
+ },
1118
+ {
1119
+ "start": 1143.0,
1120
+ "end": 1144.4
1121
+ },
1122
+ {
1123
+ "start": 1144.5,
1124
+ "end": 1147.0
1125
+ },
1126
+ {
1127
+ "start": 1147.3,
1128
+ "end": 1149.3
1129
+ },
1130
+ {
1131
+ "start": 1149.6,
1132
+ "end": 1150.4
1133
+ },
1134
+ {
1135
+ "start": 1150.7,
1136
+ "end": 1152.3
1137
+ },
1138
+ {
1139
+ "start": 1152.7,
1140
+ "end": 1155.3
1141
+ },
1142
+ {
1143
+ "start": 1155.7,
1144
+ "end": 1156.4
1145
+ },
1146
+ {
1147
+ "start": 1157.8,
1148
+ "end": 1159.6
1149
+ },
1150
+ {
1151
+ "start": 1160.0,
1152
+ "end": 1160.5
1153
+ },
1154
+ {
1155
+ "start": 1160.9,
1156
+ "end": 1162.6
1157
+ },
1158
+ {
1159
+ "start": 1162.8,
1160
+ "end": 1170.0
1161
+ },
1162
+ {
1163
+ "start": 1170.1,
1164
+ "end": 1171.8
1165
+ },
1166
+ {
1167
+ "start": 1172.9,
1168
+ "end": 1174.6
1169
+ },
1170
+ {
1171
+ "start": 1175.0,
1172
+ "end": 1177.3
1173
+ },
1174
+ {
1175
+ "start": 1178.5,
1176
+ "end": 1180.5
1177
+ },
1178
+ {
1179
+ "start": 1180.8,
1180
+ "end": 1181.9
1181
+ },
1182
+ {
1183
+ "start": 1183.1,
1184
+ "end": 1184.1
1185
+ },
1186
+ {
1187
+ "start": 1185.8,
1188
+ "end": 1186.8
1189
+ },
1190
+ {
1191
+ "start": 1187.8,
1192
+ "end": 1193.3
1193
+ },
1194
+ {
1195
+ "start": 1194.6,
1196
+ "end": 1195.1
1197
+ },
1198
+ {
1199
+ "start": 1195.2,
1200
+ "end": 1201.9
1201
+ },
1202
+ {
1203
+ "start": 1223.6,
1204
+ "end": 1224.2
1205
+ },
1206
+ {
1207
+ "start": 1233.5,
1208
+ "end": 1239.5
1209
+ },
1210
+ {
1211
+ "start": 1239.7,
1212
+ "end": 1244.1
1213
+ },
1214
+ {
1215
+ "start": 1245.6,
1216
+ "end": 1251.7
1217
+ },
1218
+ {
1219
+ "start": 1253.7,
1220
+ "end": 1257.4
1221
+ },
1222
+ {
1223
+ "start": 1257.9,
1224
+ "end": 1262.1
1225
+ },
1226
+ {
1227
+ "start": 1263.0,
1228
+ "end": 1268.2
1229
+ },
1230
+ {
1231
+ "start": 1269.2,
1232
+ "end": 1272.8
1233
+ },
1234
+ {
1235
+ "start": 1273.0,
1236
+ "end": 1276.0
1237
+ },
1238
+ {
1239
+ "start": 1276.2,
1240
+ "end": 1278.9
1241
+ },
1242
+ {
1243
+ "start": 1291.2,
1244
+ "end": 1295.2
1245
+ },
1246
+ {
1247
+ "start": 1296.3,
1248
+ "end": 1299.1
1249
+ },
1250
+ {
1251
+ "start": 1299.5,
1252
+ "end": 1301.0
1253
+ },
1254
+ {
1255
+ "start": 1301.1,
1256
+ "end": 1301.4
1257
+ },
1258
+ {
1259
+ "start": 1302.1,
1260
+ "end": 1304.2
1261
+ },
1262
+ {
1263
+ "start": 1305.2,
1264
+ "end": 1309.0
1265
+ },
1266
+ {
1267
+ "start": 1309.2,
1268
+ "end": 1314.2
1269
+ },
1270
+ {
1271
+ "start": 1314.8,
1272
+ "end": 1317.4
1273
+ },
1274
+ {
1275
+ "start": 1318.7,
1276
+ "end": 1319.2
1277
+ },
1278
+ {
1279
+ "start": 1320.3,
1280
+ "end": 1323.1
1281
+ },
1282
+ {
1283
+ "start": 1323.9,
1284
+ "end": 1331.8
1285
+ },
1286
+ {
1287
+ "start": 1331.9,
1288
+ "end": 1334.1
1289
+ },
1290
+ {
1291
+ "start": 1335.3,
1292
+ "end": 1344.7
1293
+ },
1294
+ {
1295
+ "start": 1344.8,
1296
+ "end": 1349.3
1297
+ },
1298
+ {
1299
+ "start": 1350.3,
1300
+ "end": 1351.3
1301
+ },
1302
+ {
1303
+ "start": 1353.0,
1304
+ "end": 1360.8
1305
+ },
1306
+ {
1307
+ "start": 1361.2,
1308
+ "end": 1363.6
1309
+ },
1310
+ {
1311
+ "start": 1365.3,
1312
+ "end": 1371.2
1313
+ },
1314
+ {
1315
+ "start": 1371.8,
1316
+ "end": 1372.7
1317
+ },
1318
+ {
1319
+ "start": 1373.2,
1320
+ "end": 1375.6
1321
+ },
1322
+ {
1323
+ "start": 1376.0,
1324
+ "end": 1379.4
1325
+ },
1326
+ {
1327
+ "start": 1380.3,
1328
+ "end": 1381.4
1329
+ },
1330
+ {
1331
+ "start": 1381.9,
1332
+ "end": 1384.1
1333
+ },
1334
+ {
1335
+ "start": 1384.2,
1336
+ "end": 1390.4
1337
+ },
1338
+ {
1339
+ "start": 1390.5,
1340
+ "end": 1392.6
1341
+ },
1342
+ {
1343
+ "start": 1392.9,
1344
+ "end": 1394.0
1345
+ },
1346
+ {
1347
+ "start": 1395.2,
1348
+ "end": 1395.9
1349
+ },
1350
+ {
1351
+ "start": 1396.1,
1352
+ "end": 1400.1
1353
+ },
1354
+ {
1355
+ "start": 1404.6,
1356
+ "end": 1406.3
1357
+ },
1358
+ {
1359
+ "start": 1407.1,
1360
+ "end": 1409.4
1361
+ },
1362
+ {
1363
+ "start": 1410.2,
1364
+ "end": 1411.9
1365
+ },
1366
+ {
1367
+ "start": 1412.5,
1368
+ "end": 1414.6
1369
+ },
1370
+ {
1371
+ "start": 1414.8,
1372
+ "end": 1418.5
1373
+ },
1374
+ {
1375
+ "start": 1419.8,
1376
+ "end": 1420.3
1377
+ },
1378
+ {
1379
+ "start": 1421.2,
1380
+ "end": 1422.2
1381
+ },
1382
+ {
1383
+ "start": 1422.7,
1384
+ "end": 1424.5
1385
+ },
1386
+ {
1387
+ "start": 1424.9,
1388
+ "end": 1425.7
1389
+ },
1390
+ {
1391
+ "start": 1426.0,
1392
+ "end": 1427.6
1393
+ },
1394
+ {
1395
+ "start": 1428.1,
1396
+ "end": 1429.0
1397
+ },
1398
+ {
1399
+ "start": 1429.3,
1400
+ "end": 1430.2
1401
+ },
1402
+ {
1403
+ "start": 1430.5,
1404
+ "end": 1431.1
1405
+ },
1406
+ {
1407
+ "start": 1431.5,
1408
+ "end": 1432.5
1409
+ },
1410
+ {
1411
+ "start": 1432.9,
1412
+ "end": 1433.6
1413
+ },
1414
+ {
1415
+ "start": 1434.8,
1416
+ "end": 1436.7
1417
+ },
1418
+ {
1419
+ "start": 1437.5,
1420
+ "end": 1446.2
1421
+ },
1422
+ {
1423
+ "start": 1449.1,
1424
+ "end": 1450.0
1425
+ },
1426
+ {
1427
+ "start": 1451.2,
1428
+ "end": 1454.6
1429
+ },
1430
+ {
1431
+ "start": 1455.7,
1432
+ "end": 1457.3
1433
+ },
1434
+ {
1435
+ "start": 1458.0,
1436
+ "end": 1459.6
1437
+ },
1438
+ {
1439
+ "start": 1459.7,
1440
+ "end": 1465.3
1441
+ },
1442
+ {
1443
+ "start": 1465.5,
1444
+ "end": 1468.8
1445
+ },
1446
+ {
1447
+ "start": 1469.1,
1448
+ "end": 1479.5
1449
+ },
1450
+ {
1451
+ "start": 1479.7,
1452
+ "end": 1480.4
1453
+ },
1454
+ {
1455
+ "start": 1480.6,
1456
+ "end": 1485.4
1457
+ },
1458
+ {
1459
+ "start": 1485.8,
1460
+ "end": 1488.3
1461
+ },
1462
+ {
1463
+ "start": 1488.9,
1464
+ "end": 1493.8
1465
+ },
1466
+ {
1467
+ "start": 1494.0,
1468
+ "end": 1494.7
1469
+ },
1470
+ {
1471
+ "start": 1494.9,
1472
+ "end": 1495.4
1473
+ },
1474
+ {
1475
+ "start": 1495.7,
1476
+ "end": 1498.2
1477
+ },
1478
+ {
1479
+ "start": 1498.3,
1480
+ "end": 1499.3
1481
+ },
1482
+ {
1483
+ "start": 1499.7,
1484
+ "end": 1501.7
1485
+ },
1486
+ {
1487
+ "start": 1501.9,
1488
+ "end": 1503.1
1489
+ },
1490
+ {
1491
+ "start": 1503.4,
1492
+ "end": 1505.3
1493
+ },
1494
+ {
1495
+ "start": 1505.7,
1496
+ "end": 1506.6
1497
+ },
1498
+ {
1499
+ "start": 1507.1,
1500
+ "end": 1508.3
1501
+ },
1502
+ {
1503
+ "start": 1508.5,
1504
+ "end": 1509.6
1505
+ },
1506
+ {
1507
+ "start": 1509.9,
1508
+ "end": 1511.1
1509
+ },
1510
+ {
1511
+ "start": 1511.4,
1512
+ "end": 1512.4
1513
+ },
1514
+ {
1515
+ "start": 1512.7,
1516
+ "end": 1514.2
1517
+ },
1518
+ {
1519
+ "start": 1517.7,
1520
+ "end": 1521.5
1521
+ },
1522
+ {
1523
+ "start": 1522.2,
1524
+ "end": 1525.2
1525
+ },
1526
+ {
1527
+ "start": 1525.3,
1528
+ "end": 1529.9
1529
+ },
1530
+ {
1531
+ "start": 1536.1,
1532
+ "end": 1539.0
1533
+ },
1534
+ {
1535
+ "start": 1539.4,
1536
+ "end": 1543.8
1537
+ },
1538
+ {
1539
+ "start": 1544.0,
1540
+ "end": 1550.3
1541
+ },
1542
+ {
1543
+ "start": 1550.7,
1544
+ "end": 1553.9
1545
+ },
1546
+ {
1547
+ "start": 1554.1,
1548
+ "end": 1555.3
1549
+ },
1550
+ {
1551
+ "start": 1556.8,
1552
+ "end": 1563.4
1553
+ },
1554
+ {
1555
+ "start": 1563.5,
1556
+ "end": 1566.6
1557
+ },
1558
+ {
1559
+ "start": 1566.9,
1560
+ "end": 1570.8
1561
+ },
1562
+ {
1563
+ "start": 1572.8,
1564
+ "end": 1573.7
1565
+ },
1566
+ {
1567
+ "start": 1574.0,
1568
+ "end": 1576.2
1569
+ },
1570
+ {
1571
+ "start": 1576.7,
1572
+ "end": 1580.1
1573
+ },
1574
+ {
1575
+ "start": 1581.4,
1576
+ "end": 1582.9
1577
+ },
1578
+ {
1579
+ "start": 1583.3,
1580
+ "end": 1585.1
1581
+ },
1582
+ {
1583
+ "start": 1585.7,
1584
+ "end": 1591.7
1585
+ },
1586
+ {
1587
+ "start": 1592.7,
1588
+ "end": 1604.3
1589
+ },
1590
+ {
1591
+ "start": 1605.2,
1592
+ "end": 1608.5
1593
+ },
1594
+ {
1595
+ "start": 1608.8,
1596
+ "end": 1610.8
1597
+ },
1598
+ {
1599
+ "start": 1611.3,
1600
+ "end": 1616.0
1601
+ },
1602
+ {
1603
+ "start": 1616.7,
1604
+ "end": 1636.3
1605
+ },
1606
+ {
1607
+ "start": 1636.5,
1608
+ "end": 1641.0
1609
+ },
1610
+ {
1611
+ "start": 1641.3,
1612
+ "end": 1647.2
1613
+ },
1614
+ {
1615
+ "start": 1648.5,
1616
+ "end": 1652.6
1617
+ },
1618
+ {
1619
+ "start": 1653.6,
1620
+ "end": 1655.4
1621
+ },
1622
+ {
1623
+ "start": 1656.3,
1624
+ "end": 1663.2
1625
+ },
1626
+ {
1627
+ "start": 1663.6,
1628
+ "end": 1666.9
1629
+ },
1630
+ {
1631
+ "start": 1667.0,
1632
+ "end": 1668.3
1633
+ },
1634
+ {
1635
+ "start": 1668.5,
1636
+ "end": 1677.9
1637
+ },
1638
+ {
1639
+ "start": 1678.0,
1640
+ "end": 1685.7
1641
+ },
1642
+ {
1643
+ "start": 1688.4,
1644
+ "end": 1692.0
1645
+ },
1646
+ {
1647
+ "start": 1692.7,
1648
+ "end": 1696.5
1649
+ },
1650
+ {
1651
+ "start": 1698.9,
1652
+ "end": 1699.6
1653
+ },
1654
+ {
1655
+ "start": 1700.2,
1656
+ "end": 1701.1
1657
+ },
1658
+ {
1659
+ "start": 1701.8,
1660
+ "end": 1703.8
1661
+ },
1662
+ {
1663
+ "start": 1704.5,
1664
+ "end": 1708.1
1665
+ },
1666
+ {
1667
+ "start": 1708.6,
1668
+ "end": 1710.0
1669
+ },
1670
+ {
1671
+ "start": 1710.6,
1672
+ "end": 1711.4
1673
+ },
1674
+ {
1675
+ "start": 1711.8,
1676
+ "end": 1712.4
1677
+ },
1678
+ {
1679
+ "start": 1712.7,
1680
+ "end": 1713.5
1681
+ },
1682
+ {
1683
+ "start": 1713.8,
1684
+ "end": 1714.9
1685
+ },
1686
+ {
1687
+ "start": 1715.2,
1688
+ "end": 1715.8
1689
+ },
1690
+ {
1691
+ "start": 1716.3,
1692
+ "end": 1717.0
1693
+ },
1694
+ {
1695
+ "start": 1717.8,
1696
+ "end": 1718.4
1697
+ },
1698
+ {
1699
+ "start": 1718.9,
1700
+ "end": 1724.8
1701
+ },
1702
+ {
1703
+ "start": 1724.9,
1704
+ "end": 1727.4
1705
+ }
1706
+ ]
readme.txt CHANGED
@@ -1,6 +1,10 @@
1
 
 
 
2
  see https://huggingface.co/ggml-org/whisper-vad
3
 
 
 
4
  conda create -n silero-vad
5
  pip install torch==2.8.0 torchaudio-=2.8.0 soundfile torchcodec==0.10.0
6
  pip install silero-vad
 
1
 
2
+ see https://huggingface.co/yueyulin/rwkv_asr/blob/main/asr_gradio/webgui/recording_app_v5.py 完整示例
3
+
4
  see https://huggingface.co/ggml-org/whisper-vad
5
 
6
+ see huggingface_echodict/IPTV2
7
+
8
  conda create -n silero-vad
9
  pip install torch==2.8.0 torchaudio-=2.8.0 soundfile torchcodec==0.10.0
10
  pip install silero-vad