Update README.md
Browse files
README.md
CHANGED
@@ -23,4 +23,13 @@ language:
|
|
23 |
- en
|
24 |
---
|
25 |
|
26 |
-
This dataset contains transcripts of all tracks by the Adjutant in Starcraft I Terran Campaigns. It includes both base game and the Brood War.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
- en
|
24 |
---
|
25 |
|
26 |
+
This dataset contains transcripts of all tracks by the Adjutant in Starcraft I Terran Campaigns. It includes both base game and the Brood War.
|
27 |
+
|
28 |
+
Will 65 entries be good enough to extract assistantship response patterns? I will find out.
|
29 |
+
|
30 |
+
## Curation Process
|
31 |
+
|
32 |
+
1. Extracted all the sound files from the local Starcraft installation location using a CascLib-based extractor I wrote. This gave me a lot of `.ogg` files.
|
33 |
+
2. Starcraft I file nomenclature is nice: for example, all files containing Adjutant tracks end their names with `tad` (possibly "terran adjutant"), so a simple search gave me all I need.
|
34 |
+
3. Used `whisper.cpp` to extract transcripts.
|
35 |
+
4. Manually reveiwed all entries, removed duplicates, and fixed mis-transcribed names and terms.
|