Home
last modified time | relevance | path

Searched refs:DEF_FILE_TYPE (Results 1 – 4 of 4) sorted by relevance

/dports/audio/festival/speech_tools/speech_class/
H A DEST_Wave.cc56 const EST_String DEF_FILE_TYPE = "riff"; variable
372 EST_String save_type = (type == "") ? DEF_FILE_TYPE : type; in save()
H A DEST_Track.cc53 const EST_String DEF_FILE_TYPE = "est"; variable
1233 EST_String save_type = (type == "") ? DEF_FILE_TYPE : type; in save()
/dports/audio/festival/speech_tools/ling_class/
H A DEST_Utterance.cc49 const EST_String DEF_FILE_TYPE = "est_ascii"; variable
537 EST_String save_type = (type == "") ? DEF_FILE_TYPE : type; in save()
/dports/graphics/wings/wings-8d019ebe48/plugins_src/import_export/
H A Dwpc_hlines.erl50 -define(DEF_FILE_TYPE, file_eps). macro