@ng-web-apis/speech
Version:
A library for using Web Speech API with Angular
16 lines (15 loc) • 755 B
TypeScript
export * from './interfaces/speech-synthesis-utterance-options';
export * from './modules/speech-synthesis/text-to-speech.directive';
export * from './modules/speech-synthesis/utterance.pipe';
export * from './operators/confidence-above';
export * from './operators/continuous';
export * from './operators/final';
export * from './operators/first-alternative';
export * from './operators/skip-until-said';
export * from './operators/take-until-said';
export * from './services/speech-recognition.service';
export * from './tokens/speech-recognition-max-alternatives';
export * from './tokens/speech-recognition-support';
export * from './tokens/speech-synthesis-support';
export * from './tokens/speech-synthesis-voices';
export * from './utils/is-said';