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": 222,
              "label": "m" //m:Music, ms:Music & Speech, s:Speech, o:Others
          }
    ]
}

Last updated