diff --git a/.gitignore b/.gitignore index a2c3af5..e967828 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.pdf samples *.asv +!final-report.pdf \ No newline at end of file diff --git a/README.md b/README.md index 198d257..902abf7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ Linear Predictive Speech Synthesizer ========================== -Coursework for Speech & Audio Processing & Recognition module +Coursework for Speech & Audio Processing & Recognition module, a source-filter speech system utilising LPC filters. + +Various orders of filter are investigated while subjective assessments are made as to the quality of synthesised speech samples. + +![Real Cepstrum with pitch period identified](resources/head_f_rcep_smooth_X.png) + +![Spectrogram](resources/hood_m_gram.png) + +![Synthesised Spectrogram](resources/hood_m_gram_synth.png) + +![Synthesised Spectrogram](resources/hood_m_lpc_tile.png) diff --git a/final-report.pdf b/final-report.pdf new file mode 100644 index 0000000..0858990 Binary files /dev/null and b/final-report.pdf differ