Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.06 KB

AnomalyDetectorDemo.md

File metadata and controls

13 lines (7 loc) · 1.06 KB

Anomaly Detector

alt text

This demo shows anomaly detection using the Anomaly Detector API. There are a three built-in scenarios that you can use out of the box using pre-selected data streams and story lines, as well as a Live Sound scenario that samples the audio level of your microphone as the input data stream.

Key Source Code

  • AnomalyDetectorDemo: Main page that drives the demo. It hosts the AnomalyChartControl (see below) to display the API results, sets up all the scenarios, including the initialization/handling of the audio processing pipeline for the Live Sound scenario.

  • AnomalyChartControl: The code that contains the chart and enables different types of scenarios.

  • ScenarioInfoControl: Displays the story line behind each scenario.