STM32SAM - Speech Synthesizer

What are you developing?
Post Reply
User avatar
Bakisha
Posts: 139
Joined: Fri Dec 20, 2019 6:50 pm
Answers: 5
Contact:

STM32SAM - Speech Synthesizer

Post by Bakisha »

Hi !

I have ported SAM (Software Automatic Mouth) code for speech synthesis, and manage to make library from it.

Github link: https://github.com/Bakisha/STM32SAM

Youtube demo: https://www.youtube.com/watch?v=Ov32R0B__6Y

- It can be compiled with Roger's and stm32duino core.
- Audio output is on pin PA8 (TIM1 CH1) ( low pass filter is recommended)
- Need around 4KB of RAM, and around 20KB of flash memory
- No audio buffer, pwm output is calculated "on-the-fly"
- base pwm frequency depending on CPU speed, 280KHz for STM32F103C8, 330KHz for STMF32F401CC, 375KHz for STM32F411CE, etc...

Original code (for windows) can be found at: https://github.com/s-macke/SAM
stevestrong
Posts: 502
Joined: Fri Dec 27, 2019 4:53 pm
Answers: 8
Location: Munich, Germany
Contact:

Re: STM32SAM - Speech Synthesizer

Post by stevestrong »

+1
ag123
Posts: 1655
Joined: Thu Dec 19, 2019 5:30 am
Answers: 24

Re: STM32SAM - Speech Synthesizer

Post by ag123 »

+1 !
User avatar
Vassilis
Posts: 23
Joined: Wed Dec 18, 2019 3:04 pm
Location: Thessaloniki, Greece
Contact:

Re: STM32SAM - Speech Synthesizer

Post by Vassilis »

+1
Vassilis Serasidis
https://www.serasidis.gr
feluga
Posts: 64
Joined: Wed Mar 18, 2020 2:50 am

Re: STM32SAM - Speech Synthesizer

Post by feluga »

Nice! Really Cool Project! +5
Post Reply

Return to “Projects”