A new example of a speech sketch been posted here. It has some improvements over the previous one, and makes it easier to integrate with your own code.
-Removed most delay functions and now relies on isPlaying to...
Frank Boesing's example plays 14 wav files at a time. https://github.com/FrankBoesing/Teensy-WavePlayer/blob/main/examples/WavFilePlayer_14Files/WavFilePlayer_14Files.ino
I think the smallest form factor for a Teensy 4.1 is a Teensy 4.0 with a SD Card connector soldered to the bottom side. The Teensy 4.0 is a very compact board. I don't see a custom board getting too much smaller. The...
Thank you HRBF,
The example AntPlus.ino locked up on me as well. I used 2.0.4 and TeensyDuino 1.57.2 and also a Teensy 4.1. Using your modifications to antplus.cpp fixed the issue. Over an hour of monitoring HR...
Thanks defragster,
Yes, some words need some new "rules" added to the code, and other words in English are exceptions to rules. Because of this, some words are not intelligible. But new rules can be added, or an...
I made a Text to Speech example, and updated some phoneme sounds files that needed some help. This example lets you type in any word to the serial monitor, and the Teensy will speak them back to you. The audio files...
Here is a working example of using phonemes to create speech with Teensy 3.6 or 4.1, with a builtin SDCARD attached, and an Audio Shield. The output is I2S, where the Audio library could be used to modify these sounds....
Hello,
Recently, Phil Schatzmann succesfully ported espeak-ng to arduino (ESP32). His work is located here: https://github.com/pschatzmann/arduino-espeak-ng (with some backstory here:...
I know this is an old thread, but has anyone been able to make this arduino port of SAM working on a Teensy 3.2 or 4.x? https://github.com/pschatzmann/arduino-SAM
Ideally, his i2s implementation to Teensy Audio i2s...
I probably should have posted the code changes to make it easier, in case someone else runs into the same issue.
In the library NXPMotionSense.cpp:
Change the CTRL_REG1 values as shown below:
Set FXOS8700...
I was noticing the same thing about the speed staying constant, despite doubling the rates of the sensors. I finally noticed that in lines 131 and 181 of the NXPMotionSense.cpp code, there is a timer function that...