Voicepacks.wiki
changeset 1672 41dc5e7910c0
parent 1564 d7ffa0f2e78e
child 1987 d1f476f458e8
equal deleted inserted replaced
1671:f91f3dd53791 1672:41dc5e7910c0
     5 
     5 
     6 == Creating voicepacks ==
     6 == Creating voicepacks ==
     7 
     7 
     8 A voicepack is a directory in `Data/Sounds/voices` and contains a bunch of audio files which are encoded in the Ogg Vorbis format. All the audio files should have a sample rate of 44100 Hz.
     8 A voicepack is a directory in `Data/Sounds/voices` and contains a bunch of audio files which are encoded in the Ogg Vorbis format. All the audio files should have a sample rate of 44100 Hz.
     9 
     9 
    10 Each audio file represents a single taunt which is played at certain events. Only files with the correct file names will be recognized as taunts, other files will be ignored. For a list of recognized file names, see [Taunts]. We might extend the list of used taunts in the future, so it might make sense to record a few additional taunts besides the currently recognized ones so they might be used in future.
    10 Each audio file represents a single taunt which is played at certain events. Only files with the correct file names will be recognized as taunts, other files will be ignored. For a list of recognized file names, see [Taunts].
    11 
    11 
    12 Important links:
    12 Important links:
    13 
    13 
    14  * [Taunts]
    14  * [Taunts]
    15  * [https://www.hedgewars.org/node/2132 Recording Voices for Hedgewars] (guide)
    15  * [https://www.hedgewars.org/node/2132 Recording Voices for Hedgewars] (guide)