Bin
2025-12-17 05a69820e0c402b0b33c063d3b922f0a0571cbbb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
title: Sound Event Detection
type: community
group: Audio/Speech Processing
image: /static/templates/sound-event-detection.png
details: |
  <h1>Select audio span and classify sound event</h1>
  <dl>
    <dt>Industry Applications</dt>
    <dd>security surveillance, smart cities, environmental monitoring, industrial monitoring, wildlife monitoring, urban soundscape, home automation, assistive technology, automotive safety, machine condition monitoring, healthcare monitoring, emergency detection</dd>
    <dt>Associated Models</dt>
    <dd>acoustic scene classification, audio event classification, environmental sound recognition, CRNN models</dd>
    <dt>Domain Terminology</dt>
    <dd>acoustic event detection, polyphonic sound detection, audio tagging, soundscape analysis</dd>
  </dl>
config: |
  <View>
    <Labels name="label" toName="audio" zoom="true" hotkey="ctrl+enter">
      <Label value="Event A" background="red"/>
      <Label value="Event B" background="green"/>
    </Labels>
    <Audio name="audio" value="$audio"/>
  </View>