/usr/share/kobo-deluxe/sfx/impact2.agw is in kobodeluxe-data 0.5.1-8.
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 | /////////////////////////////////////////////
// Impact 2
// Copyright (C) 2007, David Olofson
/////////////////////////////////////////////
w_format target, MONO16, 16000;
w_blank target, 16000*.05, 0;
w_env AMPLITUDE,
0, 1,
.01, .2,
.04, 0;
w_env FREQUENCY,
0, 8000,
.01, 4000,
.04, 50;
w_osc target, NOISE;
w_env AMPLITUDE,
.002, 1,
.018, .5,
.03, 0;
w_env FREQUENCY,
0, 2000,
.01, 250,
.04, 50;
w_osc target, SINE;
|