This file is indexed.

/usr/share/mlt/core/producer_tone.yml is in libmlt-data 6.4.1-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
schema_version: 0.1
type: producer
identifier: tone
title: Tone
version: 1
copyright: Meltytech, LLC
creator: Brian Matherly
license: LGPLv2.1
language: en
tags:
  - Audio
description: >
  Generate audio tones.
parameters:
  - identifier: frequency
    title: Frequency
    type: float
    description: >
      The frequency of the tone.
    unit: Hz
    default: 1000.0
    readonly: no
    mutable: yes
    widget: spinner
  - identifier: phase
    title: Phase
    type: float
    description: >
      The phase of the tone.
    unit: degrees
    default: 0.0
    readonly: no
    mutable: yes
    widget: spinner
  - identifier: level
    title: Level
    type: float
    description: >
      The peak level of the tone.
    unit: dB
    default: 0.0
    readonly: no
    mutable: yes
    widget: spinner