code wiki / (root) / nx_ts_marks_gate.nx

nx_ts_marks_gate.nx

buildroot/runtime/nx_ts_marks_gate.nx

8827 B146 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic ts
docsdependenciesstructsconstsfunctions

about

nx_ts_marks_gate.nx -- unit gate for the dead-air (silence) clip-analysis logic. Tests the pure ts_silence_marks + tm_median with SYNTHETIC audio-byte-per-bin sequences (proves the algorithm; the real-.ts threshold calibration is a separate live step). bin_ms=500 -> minbins = 1500/500 = 3.

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_ts_marks.nx nx_ts_marks_gate.nx

imports: nx_syscalls.nxnx_ts_marks.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap ts_silence_marks tm_median sys_mmap ↻ gp sys_write gn sys_mmap ↻ sys_write ↻ ts_motion_marks tm_median ↻ tm_percentile sys_mmap ↻ ts_scene_marks tm_median ↻ ts_rhythm_marks tm_window_rhythmic ts_classify tm_percentile ↻ ts_static_marks tm_median ↻ tm_percentile ↻ sys_exit

structs

none

consts

none

functions

7func gp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return sys_write(1, s, n) }
called by 1: main calls 1: sys_write
8func gn(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
18func main(argc: i64, argv: *i64) -> i64