Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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';