1.4.6 • Published 11 months ago

@studiokloek/sounds-packer v1.4.6

Weekly downloads
22
License
MIT
Repository
github
Last release
11 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.6

11 months ago

1.4.5

11 months ago

1.4.4

11 months ago

1.4.3

11 months ago

1.4.2

11 months ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

2 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

4 years ago

0.4.3

3 years ago

0.4.2

3 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.2.3

4 years ago

1.2.1

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.4.1

4 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago