Results 293 comments of Samuel Thibault

> My understanding is that [breath](https://github.com/espeak-ng/espeak-ng/blob/master/docs/voices.md#breath) adds (pseudo-random) fluctuations to formant to make it less like pipe (precisely harmonic) sound. Probably in different platforms this randomness starts differently. AIUI, `rand()`...

Perhaps we can introduce an environment variable that disables the `breath` functionality, so that `make check` can set it to avoid the differing behavior, while keeping the functionality enabled for...

> I agree. breath and breathw are voice attributes and should not be set in lang files. We can probably create a test that checks against that?

debian's default gcc will be at least gcc-12

for information, the reason why we need to include both cuda_runtime.h and hip_runtime.h is that in our runtime layer we have a data transfer manager and it wants to manage...

> could you perhaps try replacing all uses of isystem with idirafter I am getting ``` € hipcc -v --x cu -c test.hip -o test.o nvcc fatal : Unknown option...

That being said, if I activate in `dictsource/fr_emoji` the `© symbole Copyright` rule, I get: ``` ESPEAK_DATA_PATH=$PWD ./src/espeak-ng -v fr -q -X "$copyright 2020" Replace: © symbole Copyright Translate 'symbole'...

Ok, that's b9eb21221744d12828517a09631ccf75413a939e which commented it, thus hiding the bug...