pv_keywords.h
Go to the documentation of this file.
1 /*
2  Copyright 2020-2021 Picovoice Inc.
3 
4  You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE"
5  file accompanying this source.
6 
7  Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
8  an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
9  specific language governing permissions and limitations under the License.
10 */
11 
12 #ifndef PV_KEYWORDS_H
13 #define PV_KEYWORDS_H
14 
15 #if defined(COMPONENT_PICOVOICE_EN)
16 
17 #define __PV_LANGUAGE_ENGLISH__
18 
19 #elif defined(COMPONENT_PICOVOICE_DE)
20 
21 #define __PV_LANGUAGE_GERMAN__
22 
23 #elif defined(COMPONENT_PICOVOICE_ES)
24 
25 #define __PV_LANGUAGE_SPANISH__
26 
27 #elif defined(COMPONENT_PICOVOICE_FR)
28 
29 #define __PV_LANGUAGE_FRENCH__
30 
31 #endif
32 
33 #include "pv_params.h"
34 
35 #endif // PV_KEYWORDS_H
pv_params.h


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:14:50