This file is indexed.

/usr/share/freedroidrpg/sound/README is in freedroidrpg-data 0.16.1-2.

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
All sounds and musics are OGG encoded with:
- 44100Hz sample rate
- 2 channels (stereo)
- 16 bits per sample
- -3dB peak level (to avoid clipping when mixing several sounds)
 
Sox command to resample a file:
sox input.ogg output.ogg gain -n -3 rate -v -s -M 44100 channels 2 dither -s