Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 420 Bytes

File metadata and controls

13 lines (11 loc) · 420 Bytes

sourcehold-sfx

All about sound effects of Stronghold and Stronghold Crusader

Playing .raw files

To play the raw PCM files from the game files, use ffplay and the following command (e.g. for file suspense1b.raw):

ffplay -f s16le -ar 16k -ch_layout mono -i suspense1b.raw

Use this command to convert it to a wav

ffmpeg -f s16le -ar 16k -ch_layout stereo -i suspense1b.raw suspense1b.wav