This file is indexed.

/usr/share/mlt/rtaudio/consumer_rtaudio.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
45
46
47
48
49
50
51
52
53
54
55
schema_version: 0.3
type: consumer
identifier: rtaudio
title: RtAudio
description: >
  RtAudio provides native, realtime audio output across Linux,
  Macintosh OS X, Windows, and some BSD operating systems.
url: http://www.music.mcgill.ca/~gary/rtaudio/
version: 1
copyright: Dan Dennedy
creator: Dan Dennedy
creator: Gary P. Scavone
license: LGPLv2.1
language: en
tags:
  - Audio
parameters:
  - identifier: resource
    title: Device
    description: An optional device name, number, or ID to use.
    type: string
    required: no
    argument: yes

  - identifier: audio_buffer
    title: Audio buffer
    type: integer
    minimum: 256
    maximum: 8192
    default: 1024
    unit: samples

  - identifier: volume
    title: Volume
    type: float
    minimum: 0.0
    default: 1.0
    mutable: yes

  - identifier: refresh
    description: >
      Applications should set this to update the video frame when paused.
    type: boolean
    minimum: 0
    maximum: 1

  - identifier: scrub_audio
    title: Audio scrubbing
    type: boolean
    description: If enabled, sound is played even when the speed is not normal.
    mutable: yes
    minimum: 0
    maximum: 1
    default: 0
    widget: checkbox