Skip to content

Commit 967b719

Browse files
committed
change voicing to festival
I added another English voice since the voice included in the repository is with accent and I think the voice I created is better for others. I did it by adding a folder with the recordings of voice from a program named Festival which is open source text to speach software, any sound file which is not a recording I copied from the original folder. I checked the license for the Festival program and I can use it for any purpose, both commercial and non-commercial, so I want it to be GPL 3 or later licensed. To use the added folder as the audio for the buds one can use the instructions from the readme, so one should just build with the AUDIO environment variable set to en_festival like so- AUDIO=en_festival ./build.sh Signed-off-by: Moshe Nahmias <moshegrey@gmail.com>
1 parent 2204c83 commit 967b719

37 files changed

Lines changed: 238 additions & 0 deletions

LICENSES/GPL-3.0-or-later.txt

Lines changed: 232 additions & 0 deletions
Large diffs are not rendered by default.

REUSE.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version = 1
2+
3+
[[annotations]]
4+
path = "config/_default_cfg_src_/res/en_festival/*"
5+
SPDX-FileCopyrightText = "2025 Moshe Nahmias <moshegrey@gmail.com>"
6+
SPDX-License-Identifier = "GPL-3.0-or-later"
3.66 KB
Binary file not shown.
7.04 KB
Binary file not shown.
2.64 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
2.95 KB
Binary file not shown.
3.38 KB
Binary file not shown.
2.21 KB
Binary file not shown.

0 commit comments

Comments
 (0)