Phil Schatzmann

Results 245 comments of Phil Schatzmann

I was comparing the sound between https://github.com/earlephilhower/ESP8266SAM and my library and discovered that I am using a different sample rate. After doubling it, I have the impression that the output...

In my logic I2S is automatically using 2 channels and 16 bit, so I would be surprised if there is any difference. I change the I2S examples to use the...

When I double checked with https://github.com/earlephilhower/ESP8266SAM, I was getting the same "noise" as well...

I guesss the best way to deal with the limited RAM is to use PSRAM.

I am not really sure what problem you are referring to. When I tested, most of the instruments were working. What exactly do you mean with "the phrase grows too...

feel free to implement this yourself. I an not sure however if this will help in any way since the ram is limited, if you used a fixed buffer or...

You can try one of the following: setVoice(register_cmu_us_kal16(nullptr)); setVoice(register_cmu_us_slt(nullptr)); setVoice(register_cmu_us_rms(nullptr)); setVoice(register_cmu_us_awb(nullptr)); setVoice(register_cmu_time_awb(nullptr)); But if I remember right there is not enough of Memory on the ESP32 for this to work...

No! - I never managed to have different voices. It might be possible to have it with PSRAM working, but I never tried. If you want to use different voices...

I honestly don't know because I never used this functionality. The description of the original project however says: - SSML (Speech Synthesis Markup Language) is supported (not complete), and also...

It's a long time since I wrote this, but you should also be receiving values for throttle, pitch, yaw and roll! Did you do the steps described in "Setting up...