---
title: Signal Quality Detection
type: templates
category: Audio/Speech Processing
cat: audio-speech-processing
order: 315
meta_title: Signal Quality Detection Data Labeling Template

Rate the quality of a defined signal in an audio clip, for example, when developing a machine learning model to isolate speech from a crowded bar, or to remove other noise from an audio clip.
<View>
<Rating name="rating" toName="audio" maxRating="10" icon="star" size="medium" />
<Audio name="audio" value="$audio"/>
</View>
All labeling configurations must be wrapped in View tags.
Use the Rating control tag to display a 10-star rating scale to annotators:xml <Rating name="rating" toName="audio" maxRating="10" icon="star" size="medium" />
Because the Rating tag appears before the Audio tag, the rating scale appears before the audio clip on the labeling interface.
Use the Audio object tag to provide basic audio playback of the audio clip:xml <Audio name="audio" value="$audio"/>