/usr/share/kobo-deluxe/sfx/noiseburst2.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 | /////////////////////////////////////////////
// Noise Burst 2
// Copyright (C) David Olofson, 2002
/////////////////////////////////////////////
w_format target, MONO16, 32000;
w_blank target, 16000, 0;
w_env AMPLITUDE,
0, .5,
.01, .06,
.12, .02,
.3, 0;
w_env FREQUENCY, 0, 6000;
w_osc target, NOISE;
w_env AMPLITUDE,
0, 10,
.02, 50,
.1, 20;
w_env FREQUENCY,
0, 3000,
0.01, 2093;
w_env MOD1;
w_filter target, BANDPASS_12;
|