3#include "AudioHttp/URLStream.h"
4#include "SimpleTTSBase.h"
22 AudioStream *get(
const char *word) {
24 if (!url_str.endsWith(
"/")){
29 url_str.add(ext_cstr);
30 url_str.toLowerCase();
31 LOGI(
"Using url: %s", url_str.c_str());
32 p_url->begin(url_str.c_str());
Dictionary which provides a Stream of Audio for the indicated word.
Definition: SimpleTTSBase.h:49
A dictionary which is based on audio files that can be accessed via URLs.
Definition: AudioDictionaryURL.h:14