soloud
soloud copied to clipboard
Result of StressDur macro isn't used
On this line https://github.com/jarikomppa/soloud/blob/1157475881da0d7f76102578255b937c7d4e8f57/src/audiosource/speech/klatt.cpp#L762
Uses this macro https://github.com/jarikomppa/soloud/blob/3346bbc3c69ec3869337351dadde357b687b241e/src/audiosource/speech/klatt.cpp#L100
See the issue? The use of the macro only assigns stress to stressdur without doing anything with it. Is this intended? If so why not just assign stress to stressdur directly since the math of the macro is left unused.