Interface: AudioSpriteConfig

clientBuilder.AudioSpriteConfig

Audio sprite packing configuration.

Hierarchy

Properties

bitrate

bitrate: number

Bit rate for the audio files.


channels

channels: 1 | 2

Number of channels for the audio files. 1 = Mono, 2 = Stereo.


files

files: string | string[]

Glob pattern(s) for all files to include in the bundle.

Inherited from

BundleConfig.files


name

name: string

Filename for bundle.

Inherited from

BundleConfig.name