GSoC

Extending Gentle Aligner

Week 3

Visualization using Javascript

timed_decoding/ - index.html

    -data/    
        - wav/
            * [sample_name].wav
            * …
        - json/
            * meta.json 
                    #Should contain an object with the following mapping:
                    {sample_name: <str>,
                        ground_truth: <transcript string>}, …}
            * [sample_name].words.json
                    [{text: <str>,
                      start_time: <float>,
                      end_time: <float> }, …]
            * [sample_name].phonemes.json
                    [{text: <str>,
                      start_time: <float>,
                      end_time: <float> }, …]

Tools: Kaldi, Python, C, Bash Scripting

Link to GSoC Project Repository