Skip to content

Commit

Permalink
Fixed a bug regarding the shaping of the aspiration noise.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Stone committed Nov 8, 2021
1 parent 13d83bc commit f43966b
Show file tree
Hide file tree
Showing 62 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/references.bib
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
@book{src:fant-1970,
title={Acoustic theory of speech production: {W}ith calculations based on {X}-ray studies of {R}ussian articulations},
author={Fant, Gunnar},
volume={2},
year={1970},
doi = {doi:10.1515/9783110873429},
publisher={De Gruyter Mouton}
}
@article{src:fant-1985,
title={A four-parameter model of glottal flow},
author={Fant, Gunnar and Liljencrants, Johan and Lin, Qi-Guang},
Expand Down
2 changes: 1 addition & 1 deletion include/LfGlottalFlow/generateGlottalFlow.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
% Apply a gentle low-pass filter to the shaped noise
Hd = designNoiseFilter(Fs);
noise_filt = Hd(noise);
glottalFlow = x .* (1 + 10^(-SNR/20) * noise);
glottalFlow = x .* (1 + 10^(-SNR/20) * noise_filt);

end
Binary file modified stimuli/dev/f_a_MM_1d_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_a_MM_1d_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_a_MM_MM_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_a_MM_MM_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_a_MM_bwe_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_a_MM_bwe_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_e_MM_1d_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_e_MM_1d_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_e_MM_MM_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_e_MM_MM_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_e_MM_bwe_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_e_MM_bwe_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_i_MM_1d_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_i_MM_1d_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_i_MM_MM_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_i_MM_MM_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_i_MM_bwe_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_i_MM_bwe_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_o_MM_1d_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_o_MM_1d_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_o_MM_MM_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_o_MM_MM_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_o_MM_bwe_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_o_MM_bwe_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_u_MM_1d_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_u_MM_1d_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_u_MM_MM_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_u_MM_MM_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/f_u_MM_bwe_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/f_u_MM_bwe_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_a_MM_1d_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_a_MM_1d_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_a_MM_MM_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_a_MM_MM_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_a_MM_bwe_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_a_MM_bwe_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_e_MM_1d_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_e_MM_1d_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_e_MM_MM_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_e_MM_MM_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_e_MM_bwe_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_e_MM_bwe_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_i_MM_1d_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_i_MM_1d_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_i_MM_MM_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_i_MM_MM_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_i_MM_bwe_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_i_MM_bwe_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_o_MM_1d_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_o_MM_1d_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_o_MM_MM_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_o_MM_MM_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_o_MM_bwe_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_o_MM_bwe_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_u_MM_1d_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_u_MM_1d_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_u_MM_MM_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_u_MM_MM_pressed.wav
Binary file not shown.
Binary file modified stimuli/dev/m_u_MM_bwe_modal.wav
Binary file not shown.
Binary file modified stimuli/dev/m_u_MM_bwe_pressed.wav
Binary file not shown.

0 comments on commit f43966b

Please sign in to comment.