GarettMorrison / DECTALK_Choir

13 stars 1 forks source link

Doesn't output DECtalk phonetics #2

Open scruss opened 1 year ago

scruss commented 1 year ago

It would be really useful if each channel's phonetic text were output somewhere. The video and audio are neat and all, but the real gold is in the phonemes.

GarettMorrison commented 1 year ago

The phonemes are output line by line in outputs/SongName/TrackName in Dectalk readable format. The functions that do this conversion are in pyFuncs/PhonemeProcessing.py. You can call lyricsToPhonemes() with just the filename and get the phonemes line by line. I'd be happy include the raw phoneme output somewhere, but I'm not sure what format would actually be useful. A straight text dump is super hard to parse visually, its how I debugged early versions and it sucked.