Forced-Alignment-and-Vowel-Extraction / fave-asr

Interface for automated transcription and time alignment of conversational interview data
https://forced-alignment-and-vowel-extraction.github.io/fave-asr/
GNU General Public License v3.0
3 stars 0 forks source link

Format transcript output for FAVE input #4

Closed chrisbrickhouse closed 6 months ago

chrisbrickhouse commented 7 months ago

The output of fave-asr should be a valid input to fave.align. Currently the result of pipeline.transcribe_and_diarize() is a Dict object which cannot be fed into the FAVE aligner. A function should be added which transforms the transcribed and diarized output into a valid input file.