This file is indexed.

/usr/share/kobo-deluxe/sfx/fmthump1b.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
/////////////////////////////////////////////
// FM Thump 1 B
// Copyright (C) 2007, David Olofson
/////////////////////////////////////////////

w_format target, MONO16, 32000;
w_blank target, 3200, 0;

w_env AMPLITUDE, .5;
w_env FREQUENCY, 1955;
w_osc target, SINE;
w_env FREQUENCY, 1985;
w_osc target, SINE;

w_env AMPLITUDE, 1;
w_env BALANCE, 1;
w_env FREQUENCY, 1975;
w_osc target, SINE, MUL;

w_env AMPLITUDE,
		0,	.5,
		.02,	.2,
		.04,	.05,
		.04,	0;
w_env BALANCE,
		0,	50,
		.1,	10;
w_env FREQUENCY, 1200;
w_osc target, SINE, FM;