summaryrefslogtreecommitdiff
path: root/navit/support/espeak/wavegen.h
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2019-06-04 10:14:17 -0600
committerPierre Grandin <grandinp@gmail.com>2019-06-04 10:14:17 -0600
commit92a5169423e470e4d1a5f4237cb2112266998d28 (patch)
treebee5f13203e0a0d99c8f6962c82deef9fe772b6e /navit/support/espeak/wavegen.h
parent5304cda121782db8e1e5e4685ae10780cce36394 (diff)
parentda3e1e0c186dfd6c6566f798811a27d001a7fb1d (diff)
downloadnavit-audio.tar.gz
Merge branch 'trunk' into audioaudio
Diffstat (limited to 'navit/support/espeak/wavegen.h')
-rw-r--r--navit/support/espeak/wavegen.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/navit/support/espeak/wavegen.h b/navit/support/espeak/wavegen.h
new file mode 100644
index 000000000..67b816c6d
--- /dev/null
+++ b/navit/support/espeak/wavegen.h
@@ -0,0 +1,21 @@
+/***************************************************************************
+ * Copyright (C) 2005 to 2010 by Jonathan Duddington *
+ * email: jonsd@users.sourceforge.net *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 3 of the License, or *
+ * (at your option) any later version. *
+ * *
+ * This program is distributed in the hope that it will be useful, *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
+ * GNU General Public License for more details. *
+ * *
+ * You should have received a copy of the GNU General Public License *
+ * along with this program; if not, see: *
+ * <http://www.gnu.org/licenses/>. *
+ ***************************************************************************/
+
+void SetPitch2(voice_t *voice, int pitch1, int pitch2, int *pitch_base, int *pitch_range);
+int GetAmplitude(void);