Function lcsb_most

  • Find the most common longest sound block between many sound block sequences.

    Returns

    The most common longest sound block

    Parameters

    • inputs: SoundBlock[][]

      The sound block sequences

    • tolerance: number = 0.2

      The tolerance for the sound block comparison (in seconds)

    Returns { duration: number; starts: number[] }

    • duration: number
    • starts: number[]

Generated using TypeDoc