1.4.1 • Published 2 months ago

@studiokloek/sounds-packer v1.4.1

Weekly downloads
22
License
MIT
Repository
github
Last release
2 months ago

sounds-packer

Packs sounds for using in our current project setup. Right now built for internal use, maybe usefull for the world later...

Installation

npm i @studiokloek/sounds-packer --save-dev

Usage

Create a asset.json file in the root of your project, like the one below:

{
  "sounds": {
    "sourceDirectory" : "./assets/sounds", 
    "targetDirectory" : "./converted/sounds/",
    "scriptDirectory" : "./script/app/sounds/",
    "watch" : true,
    "watchDelay" : 2000,
    "directories": [
      "scenes",
      "world/player",
      "hud"
    ]
  }
}

Under development

This module is currently under development and not ready for production.

1.4.1

2 months ago

1.4.0

2 months ago

1.3.0

11 months ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.2.3

2 years ago

1.2.1

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.4.1

3 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago