davanstrien HF Staff commited on
Commit
1db3230
·
1 Parent(s): 06d0dab

Rename scripts to follow model-name pattern

Browse files

cohere-transcribe.py, cohere-transcribe-vllm.py (matches OCR convention)

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +6 -6
  2. transcribe.py → cohere-transcribe-vllm.py +0 -0
  3. transcribe-transformers.py → cohere-transcribe.py +0 -0
  4. test-audio/SUSPENSE/40-07-21_CBS_Forecast-The_Lodger-Suspense_audition.mp3 +3 -0
  5. test-audio/SUSPENSE/42-06-17_Burning_Court.mp3 +3 -0
  6. test-audio/SUSPENSE/42-06-24_Wet_Saturday.mp3 +3 -0
  7. test-audio/SUSPENSE/42-08-19_The_Cave_of_Ali_Baba.mp3 +3 -0
  8. test-audio/SUSPENSE/42-09-30_100_in_the_Dark.mp3 +3 -0
  9. test-audio/SUSPENSE/42-10-27_Lord_of_the_Witch_Doctors.mp3 +3 -0
  10. test-audio/SUSPENSE/42-11-03_Devil_in_the_Summer_House.mp3 +3 -0
  11. test-audio/SUSPENSE/42-11-17_Menace_in_Wax.mp3 +3 -0
  12. test-audio/SUSPENSE/42-12-22_Two_Sharp_Knives.mp3 +3 -0
  13. test-audio/SUSPENSE/43-01-05_Nothing_Up_My_Sleeve.mp3 +3 -0
  14. test-audio/SUSPENSE/43-03-23_The_Customers_Like_Murder.mp3 +3 -0
  15. test-audio/SUSPENSE/43-04-06_Fire_Burn_And_Cauldron_Bubble.mp3 +3 -0
  16. test-audio/SUSPENSE/43-04-13_Fear_Paints_a_Picture.mp3 +3 -0
  17. test-audio/SUSPENSE/43-04-27_Diary_Of_Saphronia_Winters.mp3 +3 -0
  18. test-audio/SUSPENSE/43-05-04_Death_Flies_Blind.mp3 +3 -0
  19. test-audio/SUSPENSE/43-05-11_Mister_Markham_Antique_Dealer.mp3 +3 -0
  20. test-audio/SUSPENSE/43-05-18_The_ABC_Murders.mp3 +3 -0
  21. test-audio/SUSPENSE/43-05-25_Sorry_Wrong_Number_East_Coast.mp3 +3 -0
  22. test-audio/SUSPENSE/43-05-25_Sorry_Wrong_Number_West_Coast.mp3 +3 -0
  23. test-audio/SUSPENSE/43-06-01_Banquos_Chair.mp3 +3 -0
  24. test-audio/SUSPENSE/43-06-15_Last_Night.mp3 +3 -0
  25. test-audio/SUSPENSE/43-07-20_Murder_Goes_For_A_Swim.mp3 +3 -0
  26. test-audio/SUSPENSE/43-07-27_Last_Letter_of_Doctor_Bronson.mp3 +3 -0
  27. test-audio/SUSPENSE/43-08-03_A_Friend_to_Alexander.mp3 +3 -0
  28. test-audio/SUSPENSE/43-08-10_The_Fountain_Plays.mp3 +3 -0
  29. test-audio/SUSPENSE/43-08-21_Sorry_Wrong_Number_2.mp3 +3 -0
  30. test-audio/SUSPENSE/43-09-02_The_Singing_Walls.mp3 +3 -0
  31. test-audio/SUSPENSE/43-09-09_Marry_for_Murder.mp3 +3 -0
  32. test-audio/SUSPENSE/43-09-16_The_Cross-Eyed_Bear.mp3 +3 -0
  33. test-audio/SUSPENSE/43-09-23_The_Most_Dangerous_Game.mp3 +3 -0
  34. test-audio/SUSPENSE/43-10-26_After_Dinner_Story.mp3 +3 -0
  35. test-audio/SUSPENSE/43-11-09_Cabin_B-13.mp3 +3 -0
  36. test-audio/SUSPENSE/43-11-16_Thieves_Fall_Out.mp3 +3 -0
  37. test-audio/SUSPENSE/43-11-23_Strange_Death_Of_Charles_Umberstein.mp3 +3 -0
  38. test-audio/SUSPENSE/43-12-09_The_Night_Reveals.mp3 +3 -0
  39. test-audio/SUSPENSE/43-12-16_Wet_Saturday.mp3 +3 -0
  40. test-audio/SUSPENSE/43-12-23_Back_For_Christmas.mp3 +3 -0
  41. test-audio/SUSPENSE/43-12-30_Finishing_School.mp3 +3 -0
  42. test-audio/SUSPENSE/44-01-13_Dime_A_Dance.mp3 +3 -0
  43. test-audio/SUSPENSE/44-01-20_A_World_Of_Darkness.mp3 +3 -0
  44. test-audio/SUSPENSE/44-01-27_The_Locked_Room.mp3 +3 -0
  45. test-audio/SUSPENSE/44-02-03_The_Sisters.mp3 +3 -0
  46. test-audio/SUSPENSE/44-02-10_Suspicion.mp3 +3 -0
  47. test-audio/SUSPENSE/44-02-17_Life_Ends_At_Midnight.mp3 +3 -0
  48. test-audio/SUSPENSE/44-02-24_Sorry_Wrong_Number_3.mp3 +3 -0
  49. test-audio/SUSPENSE/44-03-09_The_Defense_Rests.mp3 +3 -0
  50. test-audio/SUSPENSE/44-03-16_Narrative_About_Clarence.mp3 +3 -0
README.md CHANGED
@@ -25,7 +25,7 @@ hf jobs uv run --flavor l4x1 -s HF_TOKEN \
25
  -e UV_TORCH_BACKEND=cu124 \
26
  -v bucket/user/audio-files:/input:ro \
27
  -v bucket/user/transcripts:/output \
28
- transcribe-transformers.py /input /output --language en --compile
29
  ```
30
 
31
  No download/upload step. Buckets are mounted directly as volumes via [hf-mount](https://github.com/huggingface/hf-mount).
@@ -36,12 +36,12 @@ No download/upload step. Buckets are mounted directly as volumes via [hf-mount](
36
 
37
  | Script | Model | Backend | Speed (A100) |
38
  |--------|-------|---------|--------------|
39
- | `transcribe-transformers.py` | Cohere Transcribe (2B) | transformers | 161x RT |
40
- | `transcribe.py` | Cohere Transcribe (2B) | vLLM nightly | 214x RT |
41
 
42
- **`transcribe-transformers.py`** (recommended) — uses `model.transcribe()` with automatic long-form chunking, overlap, and reassembly. Stable dependencies.
43
 
44
- **`transcribe.py`** — experimental vLLM variant. Faster but requires nightly vLLM and has minor duplication at chunk boundaries.
45
 
46
  #### Options
47
 
@@ -72,4 +72,4 @@ CBS Suspense (1940s radio drama), 66 episodes, 33 hours of audio:
72
  - **`UV_TORCH_BACKEND=cu124`**: Needed on A100 for correct CUDA torch build. Not needed on L4.
73
  - **`torch==2.6.0`**: Pinned for A100 CUDA driver compatibility.
74
  - **Gated model**: Accept terms at the [model page](https://huggingface.co/CohereLabs/cohere-transcribe-03-2026) before use.
75
- - **Tokenizer workaround**: `transcribe-transformers.py` applies a one-line patch for a tokenizer compat issue. Will be removed once upstream fixes land ([model discussion](https://huggingface.co/CohereLabs/cohere-transcribe-03-2026/discussions/11)).
 
25
  -e UV_TORCH_BACKEND=cu124 \
26
  -v bucket/user/audio-files:/input:ro \
27
  -v bucket/user/transcripts:/output \
28
+ cohere-transcribe.py /input /output --language en --compile
29
  ```
30
 
31
  No download/upload step. Buckets are mounted directly as volumes via [hf-mount](https://github.com/huggingface/hf-mount).
 
36
 
37
  | Script | Model | Backend | Speed (A100) |
38
  |--------|-------|---------|--------------|
39
+ | `cohere-transcribe.py` | Cohere Transcribe (2B) | transformers | 161x RT |
40
+ | `cohere-transcribe-vllm.py` | Cohere Transcribe (2B) | vLLM nightly | 214x RT |
41
 
42
+ **`cohere-transcribe.py`** (recommended) — uses `model.transcribe()` with automatic long-form chunking, overlap, and reassembly. Stable dependencies.
43
 
44
+ **`cohere-transcribe-vllm.py`** — experimental vLLM variant. Faster but requires nightly vLLM and has minor duplication at chunk boundaries.
45
 
46
  #### Options
47
 
 
72
  - **`UV_TORCH_BACKEND=cu124`**: Needed on A100 for correct CUDA torch build. Not needed on L4.
73
  - **`torch==2.6.0`**: Pinned for A100 CUDA driver compatibility.
74
  - **Gated model**: Accept terms at the [model page](https://huggingface.co/CohereLabs/cohere-transcribe-03-2026) before use.
75
+ - **Tokenizer workaround**: `cohere-transcribe.py` applies a one-line patch for a tokenizer compat issue. Will be removed once upstream fixes land ([model discussion](https://huggingface.co/CohereLabs/cohere-transcribe-03-2026/discussions/11)).
transcribe.py → cohere-transcribe-vllm.py RENAMED
File without changes
transcribe-transformers.py → cohere-transcribe.py RENAMED
File without changes
test-audio/SUSPENSE/40-07-21_CBS_Forecast-The_Lodger-Suspense_audition.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2bc0e175d8ef484efedb186b9004970b55a234e0a183c6c8296d6198ae6ffba
3
+ size 7421400
test-audio/SUSPENSE/42-06-17_Burning_Court.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c4eb1a77e532d57ce94ec43f6a3637a3b3c8266c7ba77bd416f8f37efabdb82
3
+ size 7025865
test-audio/SUSPENSE/42-06-24_Wet_Saturday.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53d12272ca06bfd8999972f072ed454caaff33905e5aff1ee1edcafc2ff22599
3
+ size 7027148
test-audio/SUSPENSE/42-08-19_The_Cave_of_Ali_Baba.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df2d5d6855388ffda92a980738bfaadd4ad04f0100eb6dee0f630340e53847d6
3
+ size 7339781
test-audio/SUSPENSE/42-09-30_100_in_the_Dark.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de7c65995e951e6fe6f1a24d11e20972afa4bbdcd002a8a6e069340fd05d9dc8
3
+ size 6838125
test-audio/SUSPENSE/42-10-27_Lord_of_the_Witch_Doctors.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae61a5fee7b083b3bd0517b3010413bcec7f3d2a05fe1ff03d6e737db8b2e78b
3
+ size 6932100
test-audio/SUSPENSE/42-11-03_Devil_in_the_Summer_House.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0ce9bfb920818ddb8fed5d8afdce119e0190b639112b0f99da9236456ac1d4a
3
+ size 7093485
test-audio/SUSPENSE/42-11-17_Menace_in_Wax.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:287ba7a2d2d8c36972aa2d6ec8dc67db108a0bb541cf560d3216fd717976fda5
3
+ size 6812715
test-audio/SUSPENSE/42-12-22_Two_Sharp_Knives.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7b4ffa14de957c86a30f604108c15ee9d499a2b7fc2fdc9319461d61cfa99f5
3
+ size 7380975
test-audio/SUSPENSE/43-01-05_Nothing_Up_My_Sleeve.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00e09ef97aef5ebd8a2033bbde566120db9425f6da66314177d41f31f3db667c
3
+ size 7218330
test-audio/SUSPENSE/43-03-23_The_Customers_Like_Murder.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3954afa3877f498f53e46d45ce8a99c76d73508cc0abf27d7ae47c0e8725638b
3
+ size 6939450
test-audio/SUSPENSE/43-04-06_Fire_Burn_And_Cauldron_Bubble.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e036914f689408f7ee17c6709aab58651b221978aa299d1166b00895dc3c28d
3
+ size 7022028
test-audio/SUSPENSE/43-04-13_Fear_Paints_a_Picture.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37c7ca24b04b7181c9b29a80372f6aade32d4e06c6154c64d73997c708193faa
3
+ size 7036050
test-audio/SUSPENSE/43-04-27_Diary_Of_Saphronia_Winters.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30c97adc648892b39bd12ba0080ae9bd7cf2a5f5c2b47fb4229a82acd2ce44f2
3
+ size 6939870
test-audio/SUSPENSE/43-05-04_Death_Flies_Blind.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78c067a91eb91c0795dafe45a2c3b0a328ff83ebedea089b9d96acf3448c7f36
3
+ size 7129185
test-audio/SUSPENSE/43-05-11_Mister_Markham_Antique_Dealer.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:012c3bccc6e58c46277bba54d656abf10441571b2508b3c5a0cf264e1316c858
3
+ size 7135800
test-audio/SUSPENSE/43-05-18_The_ABC_Murders.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eb56f9c9280a073280b4069da9de2d3c213b15c4b113bd5c7c893e30f86592c
3
+ size 7237172
test-audio/SUSPENSE/43-05-25_Sorry_Wrong_Number_East_Coast.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5ef43d4e40245feb3b177bed6ee83112e2d757579fb2ed9992d41ce07f97ab4
3
+ size 7286909
test-audio/SUSPENSE/43-05-25_Sorry_Wrong_Number_West_Coast.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10200dd3288454369174c1ffe73928ad6c42920db10a026a51e46a370635f1ef
3
+ size 7184405
test-audio/SUSPENSE/43-06-01_Banquos_Chair.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9492c6b4ea555a5e1c51293e81139273be4d15dbad18cc2b80e304f2af2b17f6
3
+ size 6860805
test-audio/SUSPENSE/43-06-15_Last_Night.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ebddd4b9b6eb5919c5b2cfbbf27e588a5374399ba53f18045094382c10b7b97
3
+ size 6887758
test-audio/SUSPENSE/43-07-20_Murder_Goes_For_A_Swim.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6632c90aeda010464662a5b19ccc94de742b6fffaf9a6a7c278a67474fc5988f
3
+ size 7143967
test-audio/SUSPENSE/43-07-27_Last_Letter_of_Doctor_Bronson.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51e348a09c865618fdd6d2840fa9ed70725c8656cac0840e8b4a0f376fe9ed59
3
+ size 7267056
test-audio/SUSPENSE/43-08-03_A_Friend_to_Alexander.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d05eb3cf4e90cab4bfcf2946a53ac9cd224f6a2f79fd20aaa519b42f95b384c6
3
+ size 7245105
test-audio/SUSPENSE/43-08-10_The_Fountain_Plays.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b070bfe18217a478d118fee35c4a70a60e440d0ba5ba156ded4f431b06b7e6b
3
+ size 7197645
test-audio/SUSPENSE/43-08-21_Sorry_Wrong_Number_2.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2480dc94b11e0167dc9c9024d487d7c34f9d4cee5fafdbaa9aa68e1524cfc745
3
+ size 7074586
test-audio/SUSPENSE/43-09-02_The_Singing_Walls.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:739bebc78ff87028efdacaad269b38019d753ecfd8b035f91188a2683160da06
3
+ size 7146930
test-audio/SUSPENSE/43-09-09_Marry_for_Murder.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03cba132debd59a5f22cee8a7b44055c1bad3316edc1860df19c6cf830bdb0c2
3
+ size 7369110
test-audio/SUSPENSE/43-09-16_The_Cross-Eyed_Bear.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a3539a06e685d6097fa2d1dc655e63d519b7052f6b36f6a5384e2b114d34c7f
3
+ size 7278075
test-audio/SUSPENSE/43-09-23_The_Most_Dangerous_Game.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fa6711a78578bee9388ac50fc87194dcced3981739368040cb0431f8446e0bf
3
+ size 7531650
test-audio/SUSPENSE/43-10-26_After_Dinner_Story.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3553c818df7313b327e9ad9c586e7479cb2a4f939ebd5428d93823d3adcadce0
3
+ size 7298970
test-audio/SUSPENSE/43-11-09_Cabin_B-13.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf503286b1a878aec46b0db3aba8ab5c27a4f2eb44e4eac67a3575d738d6ddd9
3
+ size 7158375
test-audio/SUSPENSE/43-11-16_Thieves_Fall_Out.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a633fbb232eae90a9184598b189e588868573643ab1eaf42c3e95ba4a816143f
3
+ size 6888908
test-audio/SUSPENSE/43-11-23_Strange_Death_Of_Charles_Umberstein.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a9f6e3096967f027129ac2452bb1fdb4dee1eb82b8eb7826603be7327d58ba1
3
+ size 7072800
test-audio/SUSPENSE/43-12-09_The_Night_Reveals.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d08fb77cf1e30f5b2d9eae890a132af63b8d7f6a399fbafaaab3401883f433d
3
+ size 7091070
test-audio/SUSPENSE/43-12-16_Wet_Saturday.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e64e90dad414c94b2b88a7abdd2b170720872194fa016e50fe8a141229f6a26e
3
+ size 7210980
test-audio/SUSPENSE/43-12-23_Back_For_Christmas.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:541f2677f59e33857f16dd6edf0e48d7301a96f96caa9031e4187c931ed52a99
3
+ size 7211925
test-audio/SUSPENSE/43-12-30_Finishing_School.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc37fccee790adbc1d9197e50c8a8c0a29e5ff5e6927be3a3284cd9cdbc29538
3
+ size 7164570
test-audio/SUSPENSE/44-01-13_Dime_A_Dance.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46931a811a3630e7a5538588e976cb44209f9bee585183b0d75aeecd565a92c0
3
+ size 7031014
test-audio/SUSPENSE/44-01-20_A_World_Of_Darkness.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:083e82e2e90d53c958e7cec89a24249faf3e0713d6c8c4f16b70b3ffdbefe668
3
+ size 6988695
test-audio/SUSPENSE/44-01-27_The_Locked_Room.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c78fc1233f44b63b2e502401760d7cb96261f8ef4bddd7d6b37d9bcb81e0c75
3
+ size 7042560
test-audio/SUSPENSE/44-02-03_The_Sisters.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b9a3329ae4fa1ab618ae57e8c1c3f1353bbc8bc178547fe546b8be37a940849
3
+ size 7345695
test-audio/SUSPENSE/44-02-10_Suspicion.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56683ab9b7df4d463d198c316f381c518910bf652662e83c19d0611d7f5cfd30
3
+ size 7118265
test-audio/SUSPENSE/44-02-17_Life_Ends_At_Midnight.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a0ce9b36341cc8e1ce98adad1f96d2d7187689851c7aaddd1f290ee0849774d
3
+ size 7410585
test-audio/SUSPENSE/44-02-24_Sorry_Wrong_Number_3.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dd73999796de6c530f0d2773693493032963a7c92dae14e179ccbf5b5eff66e
3
+ size 7206360
test-audio/SUSPENSE/44-03-09_The_Defense_Rests.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79dcdc6daa9f040066899dff7ad6feece38f052b4ea1ef9c7e198b47f90ab067
3
+ size 7291089
test-audio/SUSPENSE/44-03-16_Narrative_About_Clarence.mp3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b837997f507206bbe1790c07c2f2a1e3d38c0b8e5c290fadfad0e5b86afb4c
3
+ size 7166040