## Audio Classification

Audio classification is the task of assigning a label or class to a given audio.

Example applications:
* Recognizing which command a user is giving
* Identifying a speaker
* Detecting the genre of a song

{{{tips.linksToTaskPage.audio-classification}}}

### Recommended models

{{#each recommendedModels.audio-classification}}
- [{{this.id}}](https://huggingface.co/{{this.id}}): {{this.description}}
{{/each}}

{{{tips.listModelsLink.audio-classification}}}

### Using the API

{{{snippets.audio-classification}}}

### API specification

#### Request

{{{constants.specsHeaders}}}

{{{specs.audio-classification.input}}}

#### Response

{{{specs.audio-classification.output}}}
