speech-rule-engine
Version:
A standalone speech rule engine for XML structures, based on the original engine from ChromeVox.
5 lines (4 loc) • 375 B
TypeScript
import { AuditoryDescription } from '../audio/auditory_description.js';
export declare function nodeCounter(nodes: Element[], context: string | null): () => string;
export declare function pauseSeparator(_nodes: Element[], context: string): () => AuditoryDescription[];
export declare function contentIterator(nodes: Element[], context: string): () => AuditoryDescription[];