/usr/share/kobo-deluxe/sfx/music_c.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 | /////////////////////////////////////////////
// Music loader script for Kobo Deluxe
// (Cached version; uses prerendered sounds)
// Copyright (C) David Olofson, 2002, 2003
/////////////////////////////////////////////
#include "kobosfx.h"
w_load SOUND_BGM, "trance1_c.agw";
// We don't bother caching the "one period of sine" waveform... :-)
w_load SOUND_TITLE, "test2.agw";
|