-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
give xenos speech sounds from rmc14 (#2031)
* import the sounds * give xenos speech sound --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
- Loading branch information
1 parent
7da26af
commit 9c00983
Showing
7 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
- files: ["alien_talk1.ogg"] | ||
license: "CC-BY-SA-3.0" | ||
copyright: "Taken from cmss13" | ||
source: "https://github.com/cmss13-devs/cmss13/blob/master/sound/voice/alien_talk.ogg" | ||
|
||
- files: ["alien_talk2.ogg"] | ||
license: "CC-BY-SA-3.0" | ||
copyright: "Taken from cmss13" | ||
source: "https://github.com/cmss13-devs/cmss13/blob/master/sound/voice/alien_talk2.ogg" | ||
|
||
- files: ["alien_talk3.ogg"] | ||
license: "CC-BY-SA-3.0" | ||
copyright: "Taken from cmss13" | ||
source: "https://github.com/cmss13-devs/cmss13/blob/master/sound/voice/alien_talk3.ogg" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- type: soundCollection | ||
id: XenonidSpeech | ||
files: | ||
- /Audio/_RMC14/Voice/Xeno/alien_talk1.ogg | ||
- /Audio/_RMC14/Voice/Xeno/alien_talk2.ogg | ||
- /Audio/_RMC14/Voice/Xeno/alien_talk3.ogg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- type: speechSounds | ||
id: Xenonid | ||
saySound: | ||
collection: XenonidSpeech | ||
askSound: | ||
collection: XenonidSpeech | ||
exclaimSound: | ||
collection: XenonidSpeech |