You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sets synthK1 to synthK4 but does not set synthK5 to synthK10. This leaves any values previously set so the current frame will actually inherit any set values from a previous frame.
This appears at odds with the (brief) comments in the data sheet on how it operates if I am interpreting them correctly? Page 9 says:
Unvoiced speech requires fewer filter coefficients. When Pitch = 000000, only K1-K4 are fetched from the VSM and stored in the Parameter RAM. K5-K10 are zeroed.
I've not executed this code, I've just inspected it...
The text was updated successfully, but these errors were encountered:
For an unvoiced frame this code
Talkie/Talkie/talkie.cpp
Lines 125 to 140 in 7f57628
sets
synthK1
tosynthK4
but does not setsynthK5
tosynthK10
. This leaves any values previously set so the current frame will actually inherit any set values from a previous frame.This appears at odds with the (brief) comments in the data sheet on how it operates if I am interpreting them correctly? Page 9 says:
I've not executed this code, I've just inspected it...
The text was updated successfully, but these errors were encountered: