M
M
did you build the libraries ? /usr/bin/ld: cannot find -lflite_cmu_th_lang /usr/bin/ld: cannot find -lflite_cmu_th_lex you musnt forget to go in the folders cmu_th_lang and cmu_th_lex and "make" them. you also...
`if some other vocoder comes up, it would be interesting to integrate it, but I'm not sure how generic the flite parameter generation is.` Straight is now open source :...
It works when you copy from the openfl textfield to your other openfl textfeld ( from the same program) . If you open twice the openfl program, you cannot copy...
I think so :)
Thanks, i'll try !
I'll try to make a minimal repo today, (I just tested in my code) , but as you said, the generated code made no sense, so I decided to post...
Ok found it. For some reason, in this function _stepper.max is equal to 0. https://github.com/haxeui/haxeui-core/blob/35db371129336a9b592c12997db55b2e4cbd333b/haxe/ui/components/NumberStepper.hx#L265-L274 instead use var step:Stepper = _component.findComponent("stepper-step", Stepper); and replace _stepper.min and _stepper.max with step.min and...
When I try different cluster levels with harfbuzz https://harfbuzz.github.io/working-with-harfbuzz-clusters.html It doesn't change anything, combining letters don't change cluster value as they should .
Resolved ! Basically https://github.com/openfl/openfl/blob/0c48c5428f6cf7f484d53b62bd1be0d75adf61dd/src/openfl/text/_internal/TextLayout.hx#L481-L489 it doesn't send the script. I think you just need to replace the code by `return this.charCodeAt(0)
@flashultra this code enable ligatures There's little a simple modification to write the words in the good order ( and not only the letters) that I have tested and works...