This file is indexed.

/usr/share/festival/voices/czech/czech_ph/festvox/czech_ph.scm is in festvox-czech-ph 0.1-3.

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
(require 'czech-unisyn)

(defvar czech-ph-unisyn-index "/usr/share/festival/voices/czech/czech_ph/group/ph.group")

(defvar czech-ph-int-params '((f0_mean 136) (f0_std 8)))

(set! czech-insert-filling-vowels nil)

(czech-proclaim-voice (ph (gender male)) ""
  (czech-unisyn-init 'czech_ph czech-ph-unisyn-index)
  (set! czech-int-simple-params* czech-ph-int-params))

(provide 'czech_ph)