| 
    UniMRCP
    1.7.0
    
   | 
 
#include <mrcp_synth_header.h>
Data Fields | |
| mrcp_prosody_volume_type_e | type | 
| union { | |
| mrcp_prosody_volume_label_e label | |
| float numeric | |
| float relative | |
| } | value | 
MRCP prosody-volume
| mrcp_prosody_volume_label_e mrcp_prosody_volume_t::label | 
one of "silent", "x-soft", ...
| float mrcp_prosody_volume_t::numeric | 
numeric value
| float mrcp_prosody_volume_t::relative | 
relative change
| mrcp_prosody_volume_type_e mrcp_prosody_volume_t::type | 
prosody-volume type (one of label,numeric,relative change)
| union { ... } mrcp_prosody_volume_t::value | 
prosody-volume value
 1.8.13