I am developing a site for PHP for illiterate people to teach the language in alphabetical order. In the end, I will create an assessment phase in which students need to speak out loud through a microphone with a letter of the alphabet depicted. When a student pronounces a word, I want to compare it with the saved alphabetical pronunciation.
Is it possible to conduct a voice comparison with PHP?
source
share