stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
10
node_modules/speech-rule-engine/js/audio/audio_renderer.d.ts
generated
vendored
Normal file
10
node_modules/speech-rule-engine/js/audio/audio_renderer.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { KeyCode } from '../common/event_util.js';
|
||||
import { AuditoryDescription } from './auditory_description.js';
|
||||
import { Span } from './span.js';
|
||||
export interface AudioRenderer {
|
||||
separator: string;
|
||||
markup(descrs: AuditoryDescription[]): string;
|
||||
error(key: KeyCode | string): string | null;
|
||||
merge(strs: Span[]): string;
|
||||
finalize(str: string): string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue