Category: LPC

image_pdfimage_print

Talko 1.2 now available

01/06/2016 By Jean-Luc Off

Talko 1.2 are now in stock, both as kits and as assembled modules. What’s new in version 1.2 Rotary encoder for smoother Bank change Encoder’s button can be pressed to simulate the gate signal going HIGH and make the module speak. Mode selection via a…

Talko 1.2 is coming soon

16/03/2016 By Jean-Luc Off

Talko is an open source Arduino based LPC speech synthesizer. It’s firmware can be updated via the onboard USB port, using the standard Arduino IDE. In Speech mode, the speech starts with a gate signal and complete before waiting for a new gate signal. The…

LPC encoding for the Arduino’s Talkie library

28/12/2015 By Jean-Luc Off

Adding new sounds or vocabulary for the Talkie library is not straightforward and I needed a checklist to smoothen the process. Here are the main steps : Recording audio with Audacity The recording has to be made at 8 kHz with 16-bit depth Export to…

Talkie Eurorack Module – Part 1 : Concept

08/10/2014 By Jean-Luc Deladriere Off

Credits This arduino based module works thanks to a clever library : Talkie from https://github.com/going-digital/Talkie  I have already used this library to build a Talking clock It is so simple to use that building a sound module requires only 5 pots and a button to…

Arduino talking clock

23/12/2012 By Jean-Luc Deladriere Off

Talkie I’ve discovered this great library here https://github.com/going-digital/Talkie  They have done an impressive job. The library is provided with a large vocabulary. It is a software implementation of the Texas Instruments speech synthesis architecture (Linear Predictive Coding). It is just amazing to discover what  the…