For the complete documentation index, see llms.txt. This page is also available as Markdown.

Music/Speech Detection

An example of music/speech detection metadata for FS project.

 {
    "music_speech":[
        {
             "start": 0,
              "end": 247,
              "label": "m"
        }
    ]
}

Last updated