sarsooxyz.hugo/content/posts/lpss/index.md
Andy Pack ace6d41e0e
All checks were successful
Deploy Hugo site to Prod / Build Container (push) Successful in 36s
using badges
2024-07-28 20:54:19 +01:00

1.1 KiB

title date draft
Linear Predictive Speech Synthesiser 2020-11-10T14:48:40+00:00 false

During my speech & audio processing & recognition post-grad module, I completed two pieces of coursework. The first of which involved writing and analysing a speech synthesiser utilising linear predictive coding. The report achieved 95%.

{{< figure src="hood_m_gram.png" caption="Spectrogram analysing one of the original vowel segments; the red circles highlight areas of interest, the lower are the formant frequencies" alt="spectrogram" >}}

The report analysed two vowel segments in order to identify their fundamental frequencies and the first handful of formant frequencies. After this, linear predictive coefficients of varying orders were calculated and used in conjunction with the fundamental frequency to re-synthesise the vowel.

GitHub

Read the report here.

lpc