swirec_waveform_logging_uniform_name
                                                    Assigns the same number in the filenames of related waveforms.
| 
                                                                     Value  | 
                                                                
                                                                     Boolean  | 
                                                            
| 
                                                                     Default  | 
                                                                
                                                                     0 (disabled)  | 
                                                            
| 
                                                                     How to set  | 
                                                                
                                                                     In Management Station set on the Nuance recognition service. If not using Management Station, set in a Recognizer configuration file (User-nrsxx.xml).  | 
                                                            
| 
                                                                     Usage  | 
                                                                
                                                                     Nuance recommends setting to 1 to group related waveform files together. The default value is for backward compatibility.  | 
                                                            
| 
                                                                     Performance  | 
                                                                
                                                                     There is no performance cost to setting this parameter.  | 
                                                            
By default, Recognizer increments an index when saving related waveform files. For example:
NUAN-14-28-host-mmm-utt01-PLAYABLE.wav
NUAN-14-28-host-mmm-utt02-PREWVNM.wav
NUAN-14-28-host-mmm-utt03-WVNM.txt
When you set this parameter to 1, Recognizer uses the same index for related files. For example:
NUAN-14-28-host-mmm-utt01-PLAYABLE.wav
NUAN-14-28-host-mmm-utt01-PREWVNM.wav
NUAN-14-28-host-mmm-utt01-WVNM..txt
A side-effect of using this parameter is the reduction of needed index values (because each value is re-used three times). Otherwise, if the index reaches its maximum value (determined by swirec_waveform_logging_index_digits), the index restarts and the system begins overwriting the session’s first files.
Related parameters