Revision b3694223 server/src/Utterance.cpp
server/src/Utterance.cpp | ||
---|---|---|
109 | 109 |
//fetch active symbol: |
110 | 110 |
string symbol = ((symbol_duration_pair_t)*phonemes_vector_iterator).first; |
111 | 111 |
//printf("> active symbol = %s\n",symbol.c_str()); |
112 |
if (DEBUG_PRINT_PHONEMES) printf("%s ",symbol.c_str()); fflush(stdout);
|
|
112 |
if (DEBUG_PRINT_PHONEMES) { printf("%s ",symbol.c_str()); fflush(stdout); }
|
|
113 | 113 |
|
114 | 114 |
return symbol; |
115 | 115 |
} |
Also available in: Unified diff