Skip to main content
Visitor II
October 20, 2020
Question

Is it possible to use a Text-to-speech engine like pico2wave or espeak on the STM32MP1 serie?

  • October 20, 2020
  • 1 reply
  • 793 views

Looking for a light linux distro and processor (MPU) wich is capable of running one of the text to speech engines.

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    November 5, 2020

    Hi @CHarl.1​ ,

    espeak looks to be an already integrated software in Yocto Openembedded and so OpenSTLinux.

    You can then get it for trial on a DK2 board using apt-get service

    https://wiki.st.com/stm32mpu/wiki/Package_repository_for_OpenSTLinux_distribution

    Or integrate it in any image using Distribution package.

    https://wiki.st.com/stm32mpu/wiki/How_to_add_a_customer_application#Adding_an_application_already_present_in_layers

    If you are not familier with Distribution package / Yocto you will find many other usefull link at same wiki place.

    Olivier