Sound Tools: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Replacing category Arma 3 Official Tools with Arma 3: Official Tools)
m (Text replacement - "{{ExternalLink|" to "{{Link|")
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Tool|=
{{Tool


|AUTHOR= [[:Category:Projects|Bohemia Interactive]]
|AUTHOR= [[:Category:Projects|Bohemia Interactive]]
Line 6: Line 6:


|COMPATIBILITY=  
|COMPATIBILITY=  
[[:Category:Armed Assault|Armed Assault (ArmA)]], [[:Category:ArmA 2|ArmA 2]] and [[:Category: Arma 3|Arma 3]]
[[:Category:ArmA: Armed Assault|{{arma1}}]], [[:Category:Arma 2|Arma 2]] and [[:Category: Arma 3|Arma 3]]


|DOWNLOAD=  
|DOWNLOAD=  
Included in [[BI Tools]], [[BI Tools 2]], [[BI Tools 2.5]] and [http://store.steampowered.com/app/233800/ part of Arma 3 Tools package on Steam]
Included in [[BI Tools]], [[BI Tools 2]], [[BI Tools 2.5]] and {{Link|link= http://store.steampowered.com/app/233800/|text= part of Arma 3 Tools package on Steam}}


|DESCRIPTION= SoundTools allow to convert various sound formats used by Bohemia Interactive's games and also create information necessary for lip sync.
|DESCRIPTION= SoundTools allow to convert various sound formats used by Bohemia Interactive's games and also create information necessary for lip sync.
Line 16: Line 16:


|COMMAND=
|COMMAND=
WaveToLip.exe source_file<br/>
WaveToLip.exe source_file<br>


WaveToWSS.exe options source_file
WaveToWSS.exe options source_file
Line 61: Line 61:
Add a short-cut of the WavToLip program to Windows Send To folder (C:\Documents and Settings\<your user name>\SendTo ). This will let you simply right click on a supported audio file wav and select "send to" and WaveToLip.
Add a short-cut of the WavToLip program to Windows Send To folder (C:\Documents and Settings\<your user name>\SendTo ). This will let you simply right click on a supported audio file wav and select "send to" and WaveToLip.


[[Category:Tools]]
{{GameCategory|arma1|Official Tools}}
[[Category:ArmA: Official Tools]]
{{GameCategory|arma2|Official Tools}}
[[Category:ArmA 2: Official Tools]]
{{GameCategory|arma3|Official Tools}}
[[Category:Arma 3: Official Tools]]

Latest revision as of 17:24, 4 January 2023

Basic information

Author:
Bohemia Interactive
Compatibility:
Armed Assault, Arma 2 and Arma 3
Download:
Included in BI Tools, BI Tools 2, BI Tools 2.5 and part of Arma 3 Tools package on Steam

Description

Description:
SoundTools allow to convert various sound formats used by Bohemia Interactive's games and also create information necessary for lip sync.

Usage

Line call:
WaveToLip.exe source_file
WaveToWSS.exe options source_file
Options:
8b deltapack
  • -d8
4b deltapack (voice)
  • -d4
play the sound instead converting it
  • -play

Licenses

Licensing:
Bohemia Interactive End User License Agreement
See also:
Sound Tools Manual, Wave2Lip, WSSDecoder, WaveToWss

Additional information

WaveToLip is an application that generates a lip files (*.lip) from wav, ogg or wss audio files supported by RV engine.

A lip file accompanies a sound file meant for spoken words in a mission. The file lip-syncs the month of the charter to the spoken words in a sound file. It shares the same name of the sound file and must be in the same folder.

Example:

talking1.ogg

talking1.lip

talking2.ogg

talking2.lip

NOTE:

ogg files are actually sound files encoded with the Ogg Vorbis codec developed by Xiphophorus software

wss files are proprietary BI sound files created by WaveToSSS. Wss files are optimal for the engine except a long audio that needs to be streamed - for that ogg format is best.

To use, simply drag a 16-bit mono aduio file into the WaveToLip.exe. It will then generate the lip file to the same directory/folder as the source audio files.

Tip:

Add a short-cut of the WavToLip program to Windows Send To folder (C:\Documents and Settings\<your user name>\SendTo ). This will let you simply right click on a supported audio file wav and select "send to" and WaveToLip.