TalkiePCM
Vocab_Special.h
1 // Talkie library
2 // Copyright 2011 Peter Knight
3 // This code is released under GPLv2 license.
4 //
5 // Armin Joachimsmeyer 11/2018 converted to .c and .h files
6 //
7 // Collection of special sounds
8 
9 #pragma once
10 
11 static const uint8_t spPAUSE1[] = {0x08,0x14,0xC1,0xDD,0x45,0x64,0x03,0x00,0xFC,0x4A,0x56,0x26,0x3A,0x06,0x0A};
12 static const uint8_t spPAUSE2[] = {0x08,0x14,0xC1,0xDD,0x45,0x64,0x03,0x00,0x00,0x00,0xC0,0xFF,0x4A,0x46,0x51,0x39,0x79,0x15,0x0A};