going-digital / Talkie

Speech library for Arduino
305 stars 113 forks source link

tool for convert freemat output to progmem array #40

Open ZalgoSoft opened 3 years ago

ZalgoSoft commented 3 years ago

You may interested in this Tool for converting bits as chars to byte hex array. It converts single sequence 0011101010010000111010100100 to 0xab, 0xd2, 0xf1. Made for Arduino Talkie / Freemat firmware generator.

https://github.com/ZalgoSoft/TalkieFreematBitCharStreamSplitter