Martin-Laclaustra

Results 8 issues of Martin-Laclaustra

Dear @Kyubyong I found another mixed up link. The link for the Finnish audio samples for tacotron points to the Dutch ones (https://soundcloud.com/kyubyong-park/sets/ms10_nl_t). The correct link should be: https://soundcloud.com/kyubyong-park/sets/ms10_fi_t Regards!

An error appeared when training, in line: https://github.com/Kyubyong/css10/blob/de56b92a28377bad3f16c618d1a895f8e1e9679f/tacotron/data_load.py#L98 I solved it by modifying the previous line: https://github.com/Kyubyong/css10/blob/de56b92a28377bad3f16c618d1a895f8e1e9679f/tacotron/data_load.py#L97 to: ` fname = os.path.basename(fpath).decode('utf-8') ` I notify you just in case this...

Dear Matthias, thank you for your work on this project. You posted [here](https://www.hackster.io/janost/esp8266-ntsc-c64-emulator-b91a35) a question to Jan: "Unfortunately using I2S video output and wifi at the same time lead to...

Now it is required that interrupt routines are declared in cache. A fix similar to that in rc-switch is needed here: ``` #if defined(ESP8266) || defined(ESP32) // interrupt handler and...

Because only change is monitored, the first timing printed out to serial may correspond to a high or low state. However, php code assumes that the first level is always...

Update 2017/04/30: Working on Raspberry Pi, ESP8266, and Arduino (tested). Use: `git clone -b protocollessreceiver https://github.com/Martin-Laclaustra/rc-switch.git` Among the examples, the sketch "[ProtocolAnalyzeDemo](https://github.com/Martin-Laclaustra/rc-switch/tree/protocollessreceiver/examples/ProtocolAnalyzeDemo)" ease the creation of new protocols. This works...

Congratulations! What you do in this library is really ingenious! I think that you have a little error here: https://github.com/smaffer/espvgax2/blob/a51c674bcd7f399f63ce357bedbb6315200650c8/examples/Wifi/Wifi.ino#L14 It should be: ``` vga.setFont((uint8_t*)fnt2_arial12_data, FNT2_ARIAL12_SYMBOLS_COUNT, ``` By the way,...