Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Analyse sound?
#1
Hi,

I'm currently taking A Level Computing, and am at the stage where I'm thinking about coding for my project. As I want to be a teacher, my project idea was to make games that will allow for young children to practise phonics. An issue with this is that the best way for me to test their knowledge of phonics would be getting them to read words out, and then python would compare them to the pronunciation of the word.

What I need to know is: will this be too hard? Are there modules that will allow me to compare sounds together - for example, if I had a database of the correct pronunciations and compare it to what the child said? If not, does anyone have any other suggestions on how I may be able to do this?

Thanks.
Reply
#2
some links to look at. I'm not an expert, just providing links.
https://stackabuse.com/phonetic-similari...in-python/
http://www.informit.com/articles/article.aspx?p=1848528
https://github.com/timmahrt/pysle
http://www.exag.org/paper-summaries/#paper07

https://www.researchgate.net/post/How_wo...ifferences

https://www.uni-ulm.de/fileadmin/website...slides.pdf
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question mypy unable to analyse types of tuple elements in a list comprehension tomciodev 1 427 Oct-17-2023, 09:46 AM
Last Post: tomciodev
  Analyse audio files, not sure where to start floatingshed 1 2,174 Jun-29-2018, 02:58 PM
Last Post: floatingshed

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020