|
PocketSphinx 5prealpha
|
Data Fields | ||
| int32 | ssid | |
| Senone sequence ID. | ||
| int32 | tmat | |
| Transition matrix ID. | ||
| union { | ||
| struct { | ||
| uint8 filler | ||
| uint8 reserved [3] | ||
| } ci | ||
| < CI phone information - attributes (just "filler" for now) More... | ||
| struct { | ||
| uint8 wpos | ||
| uint8 ctx [3] | ||
| quintphones will require hacking More... | ||
| } cd | ||
| } | info | |
Definition at line 73 of file bin_mdef.h.
| struct { ... } mdef_entry_s::ci |
< CI phone information - attributes (just "filler" for now)
CD phone information - context info.
Referenced by bin_mdef_phone_id(), and bin_mdef_read_text().
| uint8 mdef_entry_s::ctx[3] |
quintphones will require hacking
Definition at line 86 of file bin_mdef.h.
Referenced by bin_mdef_phone_str(), bin_mdef_read_text(), and bin_mdef_write_text().
| uint8 mdef_entry_s::filler |
Definition at line 80 of file bin_mdef.h.
| uint8 mdef_entry_s::reserved[3] |
Definition at line 81 of file bin_mdef.h.
| int32 mdef_entry_s::ssid |
Senone sequence ID.
Definition at line 74 of file bin_mdef.h.
Referenced by bin_mdef_read(), bin_mdef_read_text(), and bin_mdef_write_text().
| int32 mdef_entry_s::tmat |
Transition matrix ID.
Definition at line 75 of file bin_mdef.h.
Referenced by bin_mdef_read(), bin_mdef_read_text(), and bin_mdef_write_text().
| uint8 mdef_entry_s::wpos |
Definition at line 85 of file bin_mdef.h.