Merge "Fix headers to be inclued alone"

This commit is contained in:
Andrew Hsieh
2014-01-16 17:03:03 +00:00
committed by Gerrit Code Review
10 changed files with 18 additions and 2 deletions

View File

@@ -28,6 +28,8 @@
extern "C" {
#endif
#include <stdint.h>
#define ANDROID_TTS_ENGINE_PROPERTY_CONFIG "engineConfig"
#define ANDROID_TTS_ENGINE_PROPERTY_PITCH "pitch"
#define ANDROID_TTS_ENGINE_PROPERTY_RATE "rate"
@@ -90,7 +92,7 @@ extern android_tts_engine_t *android_getTtsEngine();
/* Including the old version for legacy support (Froyo compatibility).
* This should return the same thing as android_getTtsEngine.
*/
extern "C" android_tts_engine_t *getTtsEngine();
android_tts_engine_t *getTtsEngine();
// A callback type used to notify the framework of new synthetized
// audio samples, status will be SYNTH_DONE for the last sample of