nx_g2p_gate.nx
buildroot/runtime/nx_g2p_gate.nx
about
nx_g2p_gate.nx -- REFEREE for the text->phoneme front-end (nx_g2p).
MAPPING: words map to the expected phoneme-id sequence (incl. digraphs):
"cat"->[K,AE,T] "see"->[S,IY] "moon"->[M,UW,N] "ship"->[SH,IH,P]
"the"->[TH,EH] "rock"->[R,AA,K]
INVENTORY: voiced flags correct (vowels/nasals voiced; fricatives/stops not).
DETERMINISM: same text -> same sequence.
END-TO-END: g2p("see") -> records -> nx_voice_read -> the S segment reads
UNVOICED (hiss) and the IY segment reads VOICED (tone) ==> text became
speech with correct voicing.
Evidence -> stdout + knowledge/status/g2p_gate.log. Exit 0 GREEN / 1 RED.
Sovereign x86_64 throughout. license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls_x86_64.nxnx_g2p.nxnx_voice_read.nxnx_voiceprint.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 19 | func gp(logfd: i64, s: *u8) -> i64 |
| 26 | func gn(logfd: i64, v: i64) -> i64 |
| 40 | func slen(s: *u8) -> i64 called by 1: chk |
| 46 | func chk(logfd: i64, text: *u8, e0: i64, e1: i64, e2: i64, ne: i64, ids: *i64) -> i64 |
| 60 | func main() -> i64 |