UNPKG

web-speech-profanity

Version:

Web Speech API adapter to use Cognitive Services Speech Services for both speech-to-text and text-to-speech service.

8 lines (6 loc) 151 B
import { Event } from 'event-target-shim/es5'; export default class SpeechSynthesisEvent extends Event { constructor(type) { super(type); } }