File size: 30,950 Bytes
331d44c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
{
  "created_at": 1749765944470,
  "participant_id_digest": "932c4b27c9c504b04c09d1666708d966",
  "haptic_signal": {
    "F521_loop.wav": {
      "sensory": {
        "This sensation is a medium lengthed vibration which starts with a note.": 5,
        "The sensation is like steady rhythmical small pulses that last for a certain.": 1,
        "It felt very frictional, it was very resistive.": 6,
        "It feels like a pulse becoming stroner over time.": 2
      },
      "emotion": {
        "This sensation makes me feel calm and happy.": 1,
        "This sensation made me feel like urgent and alarming.": 2,
        "This sensation makes me feel peaceful.": 1,
        "This sensation makes me feel steady, like something is happening thats happening all.": 1
      },
      "association": {
        "One of my old Android phones had this exact same vibration.": 1,
        "This reminds me of a game where you have to finish a certain task.": 1,
        "Quite a lot of things actually, this was more like a high level.": 3,
        "This reminds me of a cat's purr.": 1
      }
    },
    "F291_loop.wav": {
      "sensory": {
        "The sensation was continuous initially with low intensity and then it slowly.": 1,
        "The sensation is like steady rhythmical small pulses that last for a certain.": 7,
        "It feels like a steady vibration, it is very smooth and uniform.": 7,
        "This sensation felt like a phone vibrating in a very weak way.": 7
      },
      "emotion": {
        "the sensation makes me feel active.": 5,
        "This sensation made me feel like attentive.": 5,
        "This sensation makes me feel calm and serene.": 3,
        "It makes me feel calm and focused.": 3
      },
      "association": {
        "Quite a lot of things actually, this was more like operating a grass.": 1,
        "It reminds me of a bag.": 1,
        "This reminds me of the vibration from a vehicle that is moving too fast.": 5,
        "The sensation reminded me of a heartbeat.": 2
      }
    },
    "F975_loop.wav": {
      "sensory": {
        "This sensation felt like a heart beating through a stethoscope.": 1,
        "It is a rising beat first and then a short pause.": 2,
        "Sensation is like a arousing heartbeat.": 5,
        "It felt like a coarse, dry sensation.": 6
      },
      "emotion": {
        "The sensation makes me feel calm.": 1,
        "This sensation makes me feel calm.": 1,
        "The sensation felt like a cat's purr.": 1,
        "This sensation makes me feel steady.": 1
      },
      "association": {
        "It reminds me of the physcial sensation of keeping my heart.": 1,
        "This sensation reminds me of shovelling.": 2,
        "The sensation reminds me of the heartbeat after exercise.": 5,
        "It reminds me of a lullaby for babies.": 1
      }
    },
    "F380_loop.wav": {
      "sensory": {
        "The sensation was continuous initially with low intensity.": 2,
        "This sensation feels slippery and slippery.": 3,
        "The sensation is like light circular vibration.": 7,
        "It feels like a phone on quiet mode when someone is calling.": 1
      },
      "emotion": {
        "I feel like rhythmical, like someone has beat to the song.": 7,
        "This sensation makes me feel enthusiastic (ready to play a phone game)<.": 5,
        "It felt dirty and bad.": 1,
        "This sensation made me feel calm.": 5
      },
      "association": {
        "It feels like the beginning of some intense background music.": 7,
        "Quite a lot of electronic devices like to ring in the same time.": 2,
        "This reminds me of starting a bike.": 5,
        "This reminds me of the time when we try hard to finish something but.": 1
      }
    },
    "F936_loop.wav": {
      "sensory": {
        "It felt soft but also stimulative.": 2,
        "This sensation felt soft and smooth.": 2,
        "The sensation was a continuous rhythm.": 6,
        "The sensation is like a periodic vibration where in the first two vibrations intensity.": 1
      },
      "emotion": {
        "This sensation makes me feel energetic.": 5,
        "the sensation makes me feel peaceful.": 2,
        "It feels a little dissapointing.": 1,
        "This sensation made me feel urgent.": 5
      },
      "association": {
        "Quite a lot of things actually, this was more like a high level.": 5,
        "This reminds me of the time when we try hard to finish an extremely.": 1,
        "The sensation reminds me of a phone vibrating.": 2,
        "Quite like a machine gun.": 7
      }
    },
    "F298_loop.wav": {
      "sensory": {
        "It is a continuous sensation, it kept bouncing on a surface of water.": 3,
        "It felt like a beat that has gone too slow.": 6,
        "This sensation is very gritty and rough.": 3,
        "This sensation is a r.": 1
      },
      "emotion": {
        "It makes me feel calm and focused.": 5,
        "The sensation felt calm and peaceful.": 5,
        "This sensation felt calm and relaxing.": 5,
        "I feel like something is happening to me.": 1
      },
      "association": {
        "Quite a lot of things actually, this was more like a calming buzz.": 5,
        "This sensation is similar to the sound that washer dryer machine makes when drying.": 7,
        "This reminds me of a heartbeat after exercise.": 3,
        "This reminds me of the vibrations that are feel when a frogs croaking.": 6
      }
    },
    "F392_loop.wav": {
      "sensory": {
        "The sensation is very soft and smooth.": 3,
        "This sensation is a r.": 1,
        "It feels like non stop buzz.": 7,
        "This sensation felt like a slow and steady vibration.": 1
      },
      "emotion": {
        "It made me feel neutral.": 5,
        "This sensation makes me feel weird and dirty.": 1,
        "the sensation is quite relaxing.": 6,
        "The sensation is calm and relaxing.": 6
      },
      "association": {
        "The sensation reminded me of a phone vibrating in the hand.": 1,
        "Quite a lot of things actually, this was more like a high level.": 5,
        "One of my old Android phones had this exact same vibration.": 1,
        "This sensation reminds me of a blender.": 6
      }
    },
    "F748_loop.wav": {
      "sensory": {
        "the sensation is like a stable vibration.": 1,
        "This sensation is slippery and soft.": 1,
        "It felt a bit gritty.": 5,
        "The sensation is like intense drops.": 1
      },
      "emotion": {
        "The sensation makes me feel calm.": 1,
        "It makes me feel like dancing.": 1,
        "I feel I need to do something instantly or attend to some emergency instantly.": 5,
        "It makes me feel dizzy.": 1
      },
      "association": {
        "This reminds me of the starting part of the drumrollsom.": 6,
        "Quite a lot of things actually, this was more like operating a grass.": 1,
        "This sensation reminds me of when I finish a task on my to do.": 1,
        "It felt like the heartbeat of a cat or a lion.": 1
      }
    },
    "F665.wav": {
      "sensory": {
        "This sensation is a medium buzz sensation of medium intensity.": 3,
        "It felt like a heart beating in my hand.": 1,
        "This sensation is kind of slow.": 1,
        "This sensation felt like a heartbeat.": 1
      },
      "emotion": {
        "The sensation makes me feel submissive.": 1,
        "This sensation makes me feel calm.": 2,
        "I felt attentive after these sensations, no emotions attached.": 2,
        "It makes me feel peaceful.": 5
      },
      "association": {
        "This sensation reminds me of the time when I was in the mall.": 1,
        "This sensation feels like sand under a person's feet on a beach.": 1,
        "This reminds me of a cat's purr.": 2,
        "Quite a lot of things actually, this was more like a high level.": 1
      }
    },
    "F283_loop.wav": {
      "sensory": {
        "This sensation felt like a heart beating inside your chest.": 5,
        "The sensation is like light heartbeat.": 3,
        "I would describe this sensation to someone else as inconsistent.": 6,
        "This sensation is a continuous one with low intensity.": 1
      },
      "emotion": {
        "It makes me feel like there is a halt, can expect moving at.": 1,
        "The sensation made me feel peaceful.": 1,
        "It makes me feel annoyed.": 5,
        "The sensation makes me feel frictional.": 5
      },
      "association": {
        "Quite a lot of things actually, this was more like a calming sensation.": 1,
        "Quite a lot of things actually, this was more like operating a grass.": 1,
        "This reminds me of the time when I was playing a game where I.": 1,
        "This reminds me of a time when I was dancing at a party.": 2
      }
    },
    "F850_loop.wav": {
      "sensory": {
        "The sensation felt slippery and slippery.": 2,
        "The sensation is like high note frequency.": 1,
        "It feels slippery and slippery.": 2,
        "The sensation felt soft but also felt rough.": 3
      },
      "emotion": {
        "This sensation makes me feel calm and happy.": 2,
        "The sensation made me feel calm.": 2,
        "It makes me feel peaceful.": 1,
        "It makes me feel like there is a halt the building up of the.": 1
      },
      "association": {
        "This sensation reminds me of the sound of a bell.": 1,
        "Quite satisfying buzz, reminds me of a video game controller.": 2,
        "One of my old Android phones had this exact same vibration.": 1,
        "It reminds me of a bus ride.": 1
      }
    },
    "F896_loop.wav": {
      "sensory": {
        "It feels slippery and slippery.": 3,
        "This sensation is a r.": 1,
        "This sensation is a steady low frequency vibration which is causes some discomfort to.": 1,
        "This sensation felt like a long vibration but with varying strength.": 6
      },
      "emotion": {
        "This sensation makes me feel peaceful.": 5,
        "The sensation makes me feel calm and relaxing.": 5,
        "It makes me feel calm and focused.": 5,
        "This sensation makes me feel calm.": 5
      },
      "association": {
        "It reminds me of the physcial sensation of keeping my h.": 1,
        "This reminds me of the car starting up.": 1,
        "It felt like something was rubbing against my back when the car started<.": 1,
        "Quite a lot of things actually, this was more like a calming buzz.": 5
      }
    },
    "F762_loop.wav": {
      "sensory": {
        "The sensation is a r.": 1,
        "It feels like a coarse vibration. Not that noticeable.": 2,
        "The sensation is like a music beat.": 6,
        "This sensation felt like a spaced out 'tha' with a big '.": 1
      },
      "emotion": {
        "The sensation felt calm, and peaceful.": 3,
        "It makes me feel calm.": 2,
        "This sensation makes me feel a little calm.": 2,
        "This sensation makes me feel calm and happy.": 2
      },
      "association": {
        "The sensation reminds me of a cat purr.": 1,
        "One of my old Android phones had this exact same vibration.": 5,
        "Quite a lot of things actually, this was more like operating a grass.": 1,
        "This sensation feels like sand under a person's feet on a beach.": 1
      }
    },
    "F811_loop.wav": {
      "sensory": {
        "This sensation is a continuous one where intensity is gradually increasing.": 6,
        "This sensation felt like a machine starting and stopping.": 6,
        "This sensation felt slippery, soft and smooth.": 1,
        "It feels like an electronic song.": 1
      },
      "emotion": {
        "This sensation made me feel disturbed.": 5,
        "This sensation felt very calm and peaceful.": 1,
        "This signal seems to be peaceful. It makes me feel peaceful.": 1,
        "It makes me feel calm and focused.": 1
      },
      "association": {
        "It reminds me of a lullaby for babies.": 1,
        "It reminds me of the bass tracks in a bass guitar.": 1,
        "Quite a lot of things actually, this was more like a very strong.": 1,
        "Quite a lot of things actually, this was more like a r.": 1
      }
    },
    "F589_loop.wav": {
      "sensory": {
        "This sensation is quite consistent and fast.": 7,
        "The sensation is a building up vibrations with a pause at the end.": 7,
        "It feels like a soft and constant vibration.": 1,
        "This sensation is consistent, firm and quite soothing.": 6
      },
      "emotion": {
        "This sensation makes me feel peaceful.": 5,
        "I felt like I am confused.": 1,
        "This sensation makes me feel calm.": 5,
        "It makes me feel calm and quite.": 3
      },
      "association": {
        "This reminds me of the vibrations in a massage chair when the vibrations are.": 6,
        "This sensation reminds me of a massage tool being pressed.": 1,
        "This sensation reminds me of the time when I was listening to a loud.": 1,
        "Quite a lot of things actually, this was more like operating a grass.": 1
      }
    },
    "F416_loop.wav": {
      "sensory": {
        "This sensation is a scratchy one which is not too soft.": 2,
        "This sensation is a calm and constant vibration. Not too intense.": 6,
        "It is a soft but fast sensation.": 6,
        "The sensation is a constant buzz.": 6
      },
      "emotion": {
        "The sensation makes me feel a bit irritated.": 1,
        "This sensation makes me feel peaceful and calm.": 6,
        "The sensation makes me feel calm and peaceful.": 6,
        "It makes me feel calm and focused.": 6
      },
      "association": {
        "This reminds me of a hot tub, the fire engine.": 1,
        "It reminds me of a weak cough.": 1,
        "This reminds me of a roller skating.": 6,
        "Quite a lot of things actually, this was more like a calming sensation.": 6
      }
    },
    "F417_loop.wav": {
      "sensory": {
        "This sensation is very soft and smooth.": 5,
        "It feels like a pulse becoming stroner over time.": 1,
        "The sensation is very soft and light.": 5,
        "This sensation felt like a heartbeat, or a pulse.": 7
      },
      "emotion": {
        "It makes me feel peaceful.": 6,
        "This sensation makes me feel calm.": 6,
        "This sensation makes me feel peaceful.": 6,
        "This sensation made me feel attentive.": 5
      },
      "association": {
        "It feels like the vibration of a bass tracks.": 3,
        "This sensation reminds me of the time I was in the hospital.": 1,
        "It reminds me of a time when I was playing a game where I.": 1,
        "Quite a lot of things actually, this was more like operating a grass.": 1
      }
    },
    "F875_loop.wav": {
      "sensory": {
        "This sensation is quite soothing.": 2,
        "It felt like a constant buzz.": 2,
        "It felt like a low vibration with some high intensity.": 6,
        "The sensation is steady and smooth.": 1
      },
      "emotion": {
        "This sensation makes me feel calm.": 1,
        "This sensation is quite thrilling.": 5,
        "This sensation makes me feel steady.": 1,
        "It makes me feel calm and focused.": 1
      },
      "association": {
        "One of my old Android phones had this exact same vibration.": 1,
        "Quite a lot of things actually, this was more like a repetitive machine.": 1,
        "The sensation reminds me of a bike starting.": 5,
        "Quite a lot of things actually, this was more like a repetitive beat.": 1
      }
    },
    "F792_loop.wav": {
      "sensory": {
        "The sensation is a high vibration followed by a sharp buzz.": 6,
        "The sensation is a continuous jerking with fast pulses.": 7,
        "This sensation is a buzz that starts off slow but suddenly gets a little.": 1,
        "It is a steady, regular pulsation.": 7
      },
      "emotion": {
        "This sensation makes me feel calm.": 5,
        "This sensation is too intense. It feels dirty.": 1,
        "The sensation makes me feel uncomfortable and disturbed.": 1,
        "It makes me feel calm and focused.": 6
      },
      "association": {
        "The sensation reminds me of a party DJ.": 5,
        "Quite a lot of things actually, this was more like operating a grass.": 1,
        "One of my old Android phones had this exact same vibration.": 1
      }
    },
    "F504.wav": {
      "sensory": {
        "This sensation is kind of ECG like, which starts with a note.": 1,
        "This sensation is kind of ECG like, which has two different vibration.": 1,
        "The sensation is very mild but quite soothing.": 5,
        "The sensation was continuous initially with low intensity.": 6
      },
      "emotion": {
        "It makes me feel calm and focused.": 5,
        "This sensation makes me feel nostalgic, but not too nostalgic.": 1,
        "I felt attentive after these sensations, no emotions attached.": 1,
        "This sensation makes me feel calm and happy.": 5
      },
      "association": {
        "This reminds me of a blender or mixer when it is turned on.": 1,
        "This reminds me of a heartbeat.": 5,
        "This sensation feels like sand under a person's feet on a beach.": 5,
        "Quite a lot of things actually, this was more like a sensation of.": 1
      }
    },
    "F974_loop.wav": {
      "sensory": {
        "This sensation is very soft and smooth.": 6,
        "This sensation is like a heartbeat. Not too rough.": 6,
        "This sensation felt like a heart beating in my chest.": 6,
        "It is like a constant vibration, I've felt it to be steady.": 7
      },
      "emotion": {
        "I feel like something is being exerted, tough or requiring a lot.": 1,
        "This sensation makes me feel calm.": 5,
        "It feels a bit annoying.": 1,
        "This sensation makes me feel peaceful.": 5
      },
      "association": {
        "This reminds me of the time when I was very young.": 1,
        "Quite a lot of things actually, this was more like a r.": 1,
        "This reminds me of a cat's purr.": 1,
        "Quite a lot of things actually, this was more like operating a grass.": 1
      }
    },
    "F880_loop.wav": {
      "sensory": {
        "The sensation was very random.": 7,
        "This sensation is kind of ECG like with constant buzz.": 1,
        "The sensation is a continuous pulse flow of 2 beats.": 1,
        "It feels like non stop buzz.": 1
      },
      "emotion": {
        "This sensation made me feel anxious.": 5,
        "This sensation makes me feel calm and peaceful.": 1,
        "This sensation made me feel weird.": 4,
        "It makes me feel calm and focused.": 1
      },
      "association": {
        "Quite a lot of things actually, this was more like a r.": 1,
        "It reminds me of the fire alarm.": 5,
        "It reminds me of the time when we try to close a zipper<.": 6,
        "It reminds me of a lullaby for babies.": 1
      }
    },
    "F789_loop.wav": {
      "sensory": {
        "The sensation feels like a fast heartbeat.": 1,
        "This sensation feels like a heartbeat.": 1,
        "It was a continuous sensation decreasing from the intensity with continuous intervals between them.": 6,
        "This sensation is a pattern of lastting waves with a high speed<.": 2
      },
      "emotion": {
        "It feels a little dissapointing.": 1,
        "This sensation makes me feel peaceful.": 5,
        "This sensation made me feel calm.": 5,
        "This sensation made me feel good and calm.": 5
      },
      "association": {
        "This sensation reminds me of the vibrations felt when I try to kickstart.": 1,
        "This reminds me of watching a 7D movie where the entire seat.": 1,
        "Quite a lot of things actually, this was more like a high level.": 1,
        "The sensation reminds me of a motor starting up in a cars.": 1
      }
    },
    "F815_loop.wav": {
      "sensory": {
        "The sensation is very peaceful.": 5,
        "This sensation is a continuous pulse with slightly more of sharp vibrations.": 7,
        "This sensation felt very stable and smooth.": 3,
        "I would describe the sensation to someone else as steady and constant.": 3
      },
      "emotion": {
        "The sensation made me feel peaceful.": 3,
        "This sensation makes me feel calm.": 3,
        "It makes me feel calm and focused.": 3,
        "This sensation makes me feel like I am working hard but doing well.": 1
      },
      "association": {
        "Quite a lot of things actually, this was more like operating a grass.": 1,
        "It felt like a steady heartbeat.": 1,
        "One of my old Android phones had this exact same vibration.": 1,
        "This reminds me of a parade.": 1
      }
    },
    "F691_loop.wav": {
      "sensory": {
        "The sensation is a small beep or a very small sensation.": 3,
        "It felt a little coarse, gritty and resistive.": 6,
        "This sensation is a r.": 1,
        "The sensation felt slippery and frictional.": 1
      },
      "emotion": {
        "This sensation makes me feel steady.": 2,
        "It feels a little dissapointing.": 1,
        "It makes me feel calm and focused.": 2,
        "It feels a bit annoying.": 2
      },
      "association": {
        "This sensation reminds me of the vibrations from a party DJ.": 1,
        "One of my old Android phones had this exact same vibration.": 1,
        "Quite a lot of things actually, this was more like a series of.": 1,
        "Quite a lot of things actually, this was more like operating a grass.": 1
      }
    },
    "F287_loop.wav": {
      "sensory": {
        "This sensation is a r.": 1,
        "The sensation is stimulative and steady.": 7,
        "This sensation feels like a stable vibration in low pitch.": 7,
        "This sensation is jagged, fast and hard.": 1
      },
      "emotion": {
        "This sensation makes me feel neutral.": 6,
        "It makes me feel like I am missing something or longing.": 1,
        "It makes me feel like another human that I can tap on.": 1,
        "This sensation makes me feel steady and steady.": 5
      },
      "association": {
        "This sensation reminds me of my alarm.": 7,
        "This reminds me of the time when my heartbeat after intense physical activity.": 5,
        "The sensation reminds me of a time when I was playing with a yo.": 1,
        "Quite a lot of things actually, this was more like operating a grass.": 1
      }
    },
    "F477.wav": {
      "sensory": {
        "This sensation is a continuous one which starts with higher intensity.": 2,
        "the sensation is a little bit prickly, but is quite smooth.": 2,
        "This sensation felt like a heartbeat.": 1,
        "It feels like a low vibration with some occasional disruptionses.": 1
      },
      "emotion": {
        "It makes me feel steady.": 6,
        "This sensation makes me feel anxious.": 1,
        "This sensation makes me feel calm and happy.": 5,
        "It makes me feel peaceful.": 6
      },
      "association": {
        "the vibrations were similar to a massage tool.": 7,
        "It reminds me of a massage tool.": 6,
        "The sensation reminds me of a roller skating.": 1,
        "This sensation reminds me of the time I was in a important meeting/int.": 1
      }
    },
    "F827_loop.wav": {
      "sensory": {
        "This sensation is a low intensity continuous vibration.": 7,
        "This sensation feels like you are trying to kickstart a scooter.": 1,
        "This sensation is slippery and smooth.": 7,
        "This sensation is a r.": 1
      },
      "emotion": {
        "This sensation makes me feel uneasy.": 1,
        "The sensation made me feel calm.": 6,
        "It feels energetic yet anxious.": 2,
        "This sensation made me feel peaceful.": 6
      },
      "association": {
        "This sensation feels like something is jagged but uneven.": 1,
        "Quite a lot of things actually, this was more like a resistive.": 1,
        "It reminds me of the time when we try to keep a steady heartbeat.": 1,
        "This reminds me of some car mechanic.": 1
      }
    },
    "F927_loop.wav": {
      "sensory": {
        "I would describe the sensation as low consistent beats.": 2,
        "This sensation is like the sound of multiple birds all at once.": 1,
        "This sensation is like the sound of multiple birds flapping their wings all.": 1,
        "I would describe this sensation as inconsistent.": 7
      },
      "emotion": {
        "This sensation makes me feel calm.": 1,
        "It makes me feel like there is a halt, regular pattern.": 1,
        "This sensation is quite weird and dirty.": 6,
        "It makes me feel calm.": 1
      },
      "association": {
        "This sensation felt like my heartbeat after exercise.": 1,
        "Quite a lot of things actually, this was more like operating a grass.": 1,
        "It feels like the car is being run over a rough road.": 6,
        "This sensation reminds me of my alarm clock.": 1
      }
    },
    "F495.wav": {
      "sensory": {
        "This sensation was a continuous buzz.": 1,
        "This sensation is very soft and smooth.": 6,
        "It is a very soft sensation.": 6,
        "The sensation was a continuous buzz.": 1
      },
      "emotion": {
        "It makes me feel peaceful.": 5,
        "It feels calm, peaceful, peaceful, relaxing.": 5,
        "This sensation made me feel calm and relaxing.": 5,
        "This sensation makes me feel calm and happy.": 5
      },
      "association": {
        "Quite a lot of things actually, this was more like operating a grass.": 1,
        "This reminds me of the alarm clock in the morning.": 5,
        "It feels like my morning alarm clock.": 5,
        "This reminds me of a time when I was walking with my friends.": 1
      }
    },
    "F535_loop.wav": {
      "sensory": {
        "I would describe this sensation to someone else as inconsistent.": 1,
        "This sensation felt slippery but also felt sharp.": 2,
        "This sensation felt like a machine starting and stopping with varying frequency.": 6,
        "This sensation feels steady and smooth, like a panicy sound.": 2
      },
      "emotion": {
        "I felt attentive after these sensations, no emotions attached.": 1,
        "This sensation makes me feel calm and happy.": 2,
        "This sensation made me feel peaceful.": 2,
        "The sensation felt like it started off steady but then suddenly increased in intensity.": 1
      },
      "association": {
        "Quite a lot of things actually, this was more like operating a grass.": 1,
        "This sensation reminds me of the time when I was in the mall.": 1,
        "Quite a lot of things actually, this was more like a sensation of.": 1,
        "This reminds me of the time when we finish an event.": 1
      }
    },
    "F866_loop.wav": {
      "sensory": {
        "The sensation is like light heartbeat.": 1,
        "It feels like a pulse becoming stroner over time.": 6,
        "This sensation is kind of slow.": 1,
        "It feels slippery but also firm.": 6
      },
      "emotion": {
        "It makes me feel calm and focused.": 6,
        "This sensation makes me feel calm.": 6,
        "This sensation made me feel weird.": 1,
        "This sensation makes me feel calm and serene.": 6
      },
      "association": {
        "It reminds me of the time when I was playing with my cat.": 1,
        "Quite a lot of things actually, this was more like a repetitive vibration.": 6,
        "Quite a lot of things actually, this was more like a calming buzz.": 5,
        "Quite a lot of things actually, this was more like a sensation to.": 1
      }
    },
    "F973_loop.wav": {
      "sensory": {
        "This sensation is slippery and slippery.": 6,
        "This sensation felt slippery and slippery.": 6,
        "This sensation is very soft and smooth.": 6,
        "It feels like a pulse becoming stroner over time.": 1
      },
      "emotion": {
        "This sensation made me feel calm.": 5,
        "It feels calm and soothing.": 5,
        "The sensation makes me feel calm.": 5,
        "The sensation made me feel calm.": 5
      },
      "association": {
        "This reminds me of the starting sounds of a bike.": 1,
        "This reminds me of watching a 7D movie where the entire seat.": 1,
        "The sensation reminds me of the vibrations from the starting.": 1,
        "The sensation reminds me of a bike starting.": 1
      }
    },
    "F911_loop.wav": {
      "sensory": {
        "This sensation is like a constant vibration or buzz with same intensity.": 1,
        "This sensation is quite rough.": 6,
        "This sensation is like slippery.": 1,
        "The sensation is soft but a little rough.": 1
      },
      "emotion": {
        "It feels a little dissapointing.": 5,
        "It makes me feel a bit repulsed by the fully machenically.": 1,
        "This sensation makes me feel peaceful.": 1,
        "It felt steady but not steady.": 1
      },
      "association": {
        "Quite a lot of things actually, this was more like a sensation of.": 1,
        "It felt like I was playing a war game on a console.": 1,
        "This reminds me of the feeling of the bell when we ring the bell.": 1,
        "One of my old Android phones had this exact same vibration.": 1
      }
    },
    "1228.wav": {
      "sensory": {
        "It is strong and fast.": 7,
        "It is very strong.": 7,
        "It feels fast.": 5,
        "The sensation is hard.": 6
      },
      "emotion": {
        "It makes me feel active and energetic.": 6,
        "It makes me feel energetic and excited.": 6,
        "It makes me feel excited.": 6,
        "It feels very intense.": 7
      },
      "association": {
        "It reminds me of musical beats.": 1,
        "It remindes me of drums.": 1,
        "It reminds me of a heartbeat.": 1,
        "The sensation reminded me of the heartbeat of a pet.": 1
      }
    }
  }
}