This file is indexed.

/usr/share/kobo-deluxe/sfx/bassdrum5.agw is in kobodeluxe-data 0.5.1-6.

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
/////////////////////////////////////////////
// Bass Drum 5
// Copyright (C) David Olofson, 2002
/////////////////////////////////////////////

w_format target, MONO16, 8000;
w_blank target, 8000, 0;

//attack
w_env AMPLITUDE,
		0,	.3,
		.01,	.07,
		.04,	.02,
		.5,	0;
w_env FREQUENCY,
		0,	4000,
		.03,	500;
w_osc target, NOISE;

//power
w_env AMPLITUDE,
		0,	.8,
		.05,	.9,
		.15,	.7,
		.8,	0;
w_env MOD1,
		0,	.05,
		.1,	0;
w_env FREQUENCY,
		0,	300,
		.02,	160,
		.03,	70,
		.2,	40;
w_osc target, SINE;

//filter
w_env AMPLITUDE, 0, 0;
w_env FREQUENCY,
		0,	1500,
		0.02,	500,
		0.2,	400;
w_filter target, LOWPASS_12;