1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  */
4 
5 #ifdef MEDIA_PLAYER_SUPPORT
6 
7 const uint8_t EN_POWER_ON [] = {
8 #include "res/en/SOUND_POWER_ON.txt"
9 };
10 
11 const uint8_t EN_POWER_OFF [] = {
12 #include "res/en/SOUND_POWER_OFF.txt"
13 };
14 
15 const uint8_t EN_SOUND_ZERO[] = {
16 #include "res/en/SOUND_ZERO.txt"
17 };
18 
19 const uint8_t EN_SOUND_ONE[] = {
20 #include "res/en/SOUND_ONE.txt"
21 };
22 
23 const uint8_t EN_SOUND_TWO[] = {
24 #include "res/en/SOUND_TWO.txt"
25 };
26 
27 const uint8_t EN_SOUND_THREE[] = {
28 #include "res/en/SOUND_THREE.txt"
29 };
30 
31 const uint8_t EN_SOUND_FOUR[] = {
32 #include "res/en/SOUND_FOUR.txt"
33 };
34 
35 const uint8_t EN_SOUND_FIVE[] = {
36 #include "res/en/SOUND_FIVE.txt"
37 };
38 
39 const uint8_t EN_SOUND_SIX[] = {
40 #include "res/en/SOUND_SIX.txt"
41 };
42 
43 const uint8_t EN_SOUND_SEVEN [] = {
44 #include "res/en/SOUND_SEVEN.txt"
45 };
46 
47 const uint8_t EN_SOUND_EIGHT [] = {
48 #include "res/en/SOUND_EIGHT.txt"
49 };
50 
51 const uint8_t EN_SOUND_NINE [] = {
52 #include "res/en/SOUND_NINE.txt"
53 };
54 
55 const uint8_t EN_BT_PAIR_ENABLE[] = {
56 #include "res/en/SOUND_PAIR_ENABLE.txt"
57 };
58 
59 const uint8_t EN_BT_PAIRING[] = {
60 #include "res/en/SOUND_PAIRING.txt"
61 };
62 
63 const uint8_t EN_BT_PAIRING_FAIL[] = {
64 #include "res/en/SOUND_PAIRING_FAIL.txt"
65 };
66 
67 const uint8_t EN_BT_PAIRING_SUCCESS[] = {
68 #include "res/en/SOUND_PAIRING_SUCCESS.txt"
69 };
70 
71 const uint8_t EN_BT_REFUSE[] = {
72 #include "res/en/SOUND_REFUSE.txt"
73 };
74 
75 const uint8_t EN_BT_OVER[] = {
76 #include "res/en/SOUND_OVER.txt"
77 };
78 
79 const uint8_t EN_BT_ANSWER[] = {
80 #include "res/en/SOUND_ANSWER.txt"
81 };
82 
83 const uint8_t EN_BT_HUNG_UP[] = {
84 #include "res/en/SOUND_HUNG_UP.txt"
85 };
86 
87 const uint8_t EN_BT_CONNECTED [] = {
88 #include "res/en/SOUND_CONNECTED.txt"
89 };
90 
91 const uint8_t EN_BT_DIS_CONNECT [] = {
92 #include "res/en/SOUND_DIS_CONNECT.txt"
93 };
94 
95 const uint8_t EN_BT_INCOMING_CALL [] = {
96 #include "res/en/SOUND_INCOMING_CALL.txt"
97 };
98 
99 const uint8_t EN_CHARGE_PLEASE[] = {
100 #include "res/en/SOUND_CHARGE_PLEASE.txt"
101 };
102 
103 const uint8_t EN_CHARGE_FINISH[] = {
104 #include "res/en/SOUND_CHARGE_FINISH.txt"
105 };
106 
107 const uint8_t EN_LANGUAGE_SWITCH[] = {
108 #include "res/en/SOUND_LANGUAGE_SWITCH.txt"
109 };
110 
111 const uint8_t EN_BT_WARNING[] = {
112 #include "res/en/SOUND_WARNING.txt"
113 };
114 
115 const uint8_t EN_BT_ALEXA_START[] = {
116 #include "res/en/SOUND_ALEXA_START.txt"
117 };
118 
119 const uint8_t EN_BT_ALEXA_STOP[] = {
120 #include "res/en/SOUND_ALEXA_STOP.txt"
121 };
122 
123 const uint8_t EN_BT_GSOUND_MIC_OPEN[] = {
124 #include "res/en/SOUND_GSOUND_MIC_OPEN.txt"
125 };
126 
127 const uint8_t EN_BT_GSOUND_MIC_CLOSE[] = {
128 #include "res/en/SOUND_GSOUND_MIC_CLOSE.txt"
129 };
130 
131 const uint8_t EN_BT_GSOUND_NC[] = {
132 #include "res/en/SOUND_GSOUND_NC.txt"
133 };
134 #ifdef __INTERACTION__
135 const uint8_t EN_BT_FINDME[] = {
136 #include "res/en/SOUND_FINDME.txt"
137 };
138 #endif
139 #endif
140