Skip to content

All about sound effects of Stronghold and Stronghold Crusader

Notifications You must be signed in to change notification settings

sourcehold/sourcehold-sfx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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

About

All about sound effects of Stronghold and Stronghold Crusader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published