We now have working (but still a bit WIP) .smk (smacker) and .raw (audio) player nodes.
The .raw player is in src/Resources/SoundPlayer.cs and are attached to AudioStreamPlayer.
To play a sound, just set the file path to a file inside the base airline tycoon directory, e.g. (/video/uhr.raw, /audio/Warning.raw)
We now have working (but still a bit WIP) .smk (smacker) and .raw (audio) player nodes.
The .raw player is in
src/Resources/SoundPlayer.cs
and are attached toAudioStreamPlayer
. To play a sound, just set the file path to a file inside the base airline tycoon directory, e.g. (/video/uhr.raw
,/audio/Warning.raw
)