Social Voice Music Detection

Detect and analyze background music in audio and video content, including classification and music/speech separation.

Identify and analyze background music within your audio and video files. This component detects the presence of music, classifies it, and provides metrics on music versus speech separation. It is crucial for copyright compliance, content categorization, music licensing, and understanding content composition for platforms like YouTube, podcasts, and social media.

Component Configuration

Users must specify the Target URL field, which is the JSON path to the property from the incoming document, containing the URL to be analyzed (e.g., content.url).

When the Social Voice API returns the response, the response is attached to the original document in a social_voice property.

Example

The final document structure would look like:

{
  // Original document content...
  "social_voice": {
    "music_detect": {
      "sound_type": "music",
      "status": "ok"
    }
}