You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

VADEvents.js 450B

1234567
  1. // Event generated by a TrackVADEmitter when it emits a VAD score from rnnoise.
  2. // The generated objects are of type VADScore
  3. export const VAD_SCORE_PUBLISHED = 'vad-score-published';
  4. // Event generated by VADReportingService when if finishes creating a VAD report for the monitored devices.
  5. // The generated objects are of type Array<VADReportScore>, one score for each monitored device.
  6. export const VAD_REPORT_PUBLISHED = 'vad-report-published';