Jade Mattsson
Jade Mattsson
Can confirm weirdness on my S2 CDC-ACM. I have started looking into it, and I keep finding more weirdness 😩
Hello Klaus, That is an excellent question, and I don't currently have a good answer. PicoTTS fails if given a too small memory arena, and 1.1MB was empirically found to...
The component as such is not limited to an S3. From what I know of the P4 it's quite possible/probable it's powerful enough to run the TTS. The P4 dev...
Those are all the freely available voices I'm afraid. If others become available, I'd be more than happy to add them!
If I knew how to, I would. To my knowledge, only SVOX knows/knew how to do so. I haven't found tool published anywhere unfortunately.
@serg3295 Oooh, thank you for testing! Let's see what we can do about these (and what I can reproduce with what kit I have available)
> **esp32c3 and esp32c6** port: usb-serial-jtag behavior => uart.write(0) causes 'uart driver error' message using uart.start(0) -- no 'driver error' message, but uart.write(0,'a\n') -- nothing is sent to the console...
Thanks @serg3295 ! Alright, this is interesting. I was chasing down why I needed the explicit call to `esp_vfs_console_register()` when by all evidence it should *not* be needed because it's...
Announcing intent to merge despite lack of peer review — I'd rather be told off than have the project stagnate into obsolescence 🙃
I had to fix up some additional deprecation warnings in the console module, but that should all be sorted. I've also updated the CI build to actually build with different...