-
Notifications
You must be signed in to change notification settings - Fork 1
Sound Banks
Matthew LaRocca edited this page Oct 11, 2021
·
3 revisions
Sound banks are collections of sound effect files. These files are sourced from OGG files.
For Nintendo64, conversion is provided by the framework64 Audio Container. Additional information is provided in the README for that repo.
When specifying sound banks in the asset manifest the following properties are supported:
Property | Required | Description |
---|---|---|
dir | yes | path to a directory containing sound files that will be bundles into a sound bank |
name | yes | name to use for this sound bank in the asset header file. |
Sample Sound Bank Manifest entry:
{
"name": "soundbank1",
"dir": "sound_effects/bank1"
}