Path: blob/master/thirdparty/linuxbsd_headers/speechd/speechd_defines.h
10278 views
/*1* speechd_defines.h - macros for Speech Dispatcher2*3* Copyright (C) 2015 Brailcom, o.p.s.4*5* This is free software; you can redistribute it and/or modify it6* under the terms of the GNU Lesser General Public License as published by7* the Free Software Foundation; either version 2.1, or (at your option)8* any later version.9*10* This software is distributed in the hope that it will be useful,11* but WITHOUT ANY WARRANTY; without even the implied warranty of12* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU13* Lesser General Public License for more details.14*15* You should have received a copy of the GNU Lesser General Public License16* along with this package; see the file COPYING. If not, write to17* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,18* Boston, MA 02110-1301, USA.19*/2021#ifndef SPEECHD_DEFINES_H22#define SPEECHD_DEFINES_H2324#define SPD_ALLCLIENTS "ALL"25#define SPD_SELF "SELF"26#define SPD_VOLUME "VOLUME"27#define SPD_PITCH "PITCH"28#define SPD_RATE "RATE"29#define SPD_LANGUAGE "LANGUAGE"30#define SPD_OUTPUT_MODULE "OUTPUT_MODULE"31#define SPD_SYNTHESIS_VOICE "SYNTHESIS_VOICE"3233#endif /* not ifndef SPEECHD_DEFINES_H */343536