Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Exporting sounds from a decker file?

A topic by Just Another Fangirl created Sep 26, 2024 Views: 201 Replies: 2
Viewing posts 1 to 3
(+1)

Title. Is there any way to export sounds in decker to .wav or mp3 files?

Developer(+1)

The built-in function "write[]" can save a Decker sound clip as a .WAV file.

If you have a sound named "sosumi" (like in the default guided tour deck) you could export it by typing the following in the Listener:

write[deck.sounds.sosumi]

If you want to export lots of sounds, it wouldn't be that hard to make a tool to automate the process.

If you're trying to export sounds because you want to use them in a different deck, you can skip the export process and use the Font/DA Mover to import sounds or other bits and pieces directly into a new deck.

Does any of that help?

(+1)

It does, thank you!