Searched refs:voice_name (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dasrc_flite.c86 #define MAKE_VOICE_STRUCTURE(voice_name) { \
87 .name = #voice_name, \
88 .register_fn = register_cmu_us_ ## voice_name, \
89 .unregister_fn = unregister_cmu_us_ ## voice_name, \
107 static int select_voice(struct voice_entry **entry_ret, const char *voice_name, void *log_ctx) argument
113 if (!strcmp(entry->name, voice_name)) {
118 "Could not register voice '%s'\n", voice_name);
127 av_log(log_ctx, AV_LOG_ERROR, "Could not find voice '%s'\n", voice_name);

Completed in 104 milliseconds