#Phoneme Detection
1 messages · Page 1 of 1 (latest)
Is suggest finding an open source took and staying there if you want to get a head start of your own implementation. This one came up in a quick Google search
Thanks for the follow-up, but I've already figured out a way to do it more from scratch on my own. I found a universal phoneme recognizer called Allosaurus, so I created a script that analyses my audio files and spits out a json file that I can then serialize in a unity C# class