UNPKG

speech-rule-engine

Version:

A standalone speech rule engine for XML structures, based on the original engine from ChromeVox.

9 lines (8 loc) 393 B
import { AbstractAudioRenderer } from './abstract_audio_renderer.js'; import * as AudioUtil from './audio_util.js'; import { AuditoryDescription } from './auditory_description.js'; export declare class PunctuationRenderer extends AbstractAudioRenderer { private static PAUSE_PUNCTUATION; markup(descrs: AuditoryDescription[]): string; pause(pause: AudioUtil.PauseValue): string; }