This module has been written to prepare the files and directory structure
required by Kaldi-ASR to develop Acoustic Models.
Structure of the CSV file:
-----------------------------------------------------------------
| SPEAKER_ID | UTTERANCE_ID | WAV_PATH | TRANSCRIPTION | GENDER |
-----------------------------------------------------------------
TODO:
1. Check correctness of file endings for each created data file
2. Analyse the best suited format for value of fields SPEAKER_ID and UTTERANCE_ID.
Change the following methods accordingly:
a. text
b. wav.scp
c. spk2utt
d. utt2spk
3. Analyse the best suited naming structure for each FILE