├── Instructions.txt ├── README.md ├── Rpi-custom-voice-hat-wiring.fzz ├── Rpi-custom-voice-hat-wiring.png ├── audio-config └── scripts │ ├── asound.conf │ ├── custom-voice-hat.sh │ └── install-i2s.sh └── eepromutils ├── Makefile ├── README.txt ├── eepdump.c ├── eepflash.sh ├── eepmake.c ├── eeprom_settings.txt ├── eeptypes.h └── voicehat.eep /Instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/Instructions.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/README.md -------------------------------------------------------------------------------- /Rpi-custom-voice-hat-wiring.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/Rpi-custom-voice-hat-wiring.fzz -------------------------------------------------------------------------------- /Rpi-custom-voice-hat-wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/Rpi-custom-voice-hat-wiring.png -------------------------------------------------------------------------------- /audio-config/scripts/asound.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/audio-config/scripts/asound.conf -------------------------------------------------------------------------------- /audio-config/scripts/custom-voice-hat.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/audio-config/scripts/custom-voice-hat.sh -------------------------------------------------------------------------------- /audio-config/scripts/install-i2s.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/audio-config/scripts/install-i2s.sh -------------------------------------------------------------------------------- /eepromutils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/eepromutils/Makefile -------------------------------------------------------------------------------- /eepromutils/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/eepromutils/README.txt -------------------------------------------------------------------------------- /eepromutils/eepdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/eepromutils/eepdump.c -------------------------------------------------------------------------------- /eepromutils/eepflash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/eepromutils/eepflash.sh -------------------------------------------------------------------------------- /eepromutils/eepmake.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/eepromutils/eepmake.c -------------------------------------------------------------------------------- /eepromutils/eeprom_settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/eepromutils/eeprom_settings.txt -------------------------------------------------------------------------------- /eepromutils/eeptypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/eepromutils/eeptypes.h -------------------------------------------------------------------------------- /eepromutils/voicehat.eep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shivasiddharth/custom-voice-hat/HEAD/eepromutils/voicehat.eep --------------------------------------------------------------------------------