Commit 5352b4df authored by 957dd's avatar 957dd

加入了tts代码,还没加入使用

parent 4aa470f0
This diff is collapsed.
#ifndef AUDIOTTS_PLAY_H
#define AUDIOTTS_PLAY_H
#include "common.h"
void set_audio_tts_index(bool index);
int audio_tts(const char *text);
bool get_audio_tts_index();
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
#include "tank_angle.h" #include "tank_angle.h"
#include "temperature.h" #include "temperature.h"
#include "warn.h" #include "warn.h"
#include "audiotts_play.h"
#endif #endif
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment