mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
formatting
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1598 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
68898a6cb4
commit
64c45ad16e
@ -53,7 +53,7 @@ struct dtmf_buffer {
|
|||||||
#define TTS_DEFAULT_ENGINE "cepstral"
|
#define TTS_DEFAULT_ENGINE "cepstral"
|
||||||
#define TTS_DEFAULT_VOICE "david"
|
#define TTS_DEFAULT_VOICE "david"
|
||||||
|
|
||||||
struct shashdot_entry {
|
struct rss_entry {
|
||||||
uint8_t inuse;
|
uint8_t inuse;
|
||||||
char *title_txt;
|
char *title_txt;
|
||||||
char *description_txt;
|
char *description_txt;
|
||||||
@ -154,7 +154,7 @@ static void rss_function(switch_core_session_t *session, char *data)
|
|||||||
const char *err = NULL;
|
const char *err = NULL;
|
||||||
struct dtmf_buffer dtb = {0};
|
struct dtmf_buffer dtb = {0};
|
||||||
switch_xml_t xml = NULL, item, xchannel = NULL;
|
switch_xml_t xml = NULL, item, xchannel = NULL;
|
||||||
struct shashdot_entry entries[TTS_MAX_ENTRIES] = {{0}};
|
struct rss_entry entries[TTS_MAX_ENTRIES] = {{0}};
|
||||||
uint32_t i = 0;
|
uint32_t i = 0;
|
||||||
char *title_txt = "", *description_txt = "", *rights_txt = "";
|
char *title_txt = "", *description_txt = "", *rights_txt = "";
|
||||||
switch_codec_t speech_codec, *codec = switch_core_session_get_read_codec(session);
|
switch_codec_t speech_codec, *codec = switch_core_session_get_read_codec(session);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user