# Type Alias: PixiVNJsonSoundPlay (/jsdoc/pixi-vn-json/index/type-aliases/PixiVNJsonSoundPlay)



\> **PixiVNJsonSoundPlay** = `object`

Defined in: [src/schema/PixiVNJsonSound.ts:10](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonSound.ts#L10)

Starts playback of a sound asset.

## Properties [#properties]

### alias [#alias]

\> **alias**: `string`

Defined in: [src/schema/PixiVNJsonSound.ts:16](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonSound.ts#L16)

Unique identifier (alias) used to reference this sound.

***

### operationType [#operationtype]

\> **operationType**: `"play"`

Defined in: [src/schema/PixiVNJsonSound.ts:12](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonSound.ts#L12)

***

### props? [#props]

\> `optional` &#x2A;*props?**: [`PixiVNJsonSoundPlayProps`](/jsdoc/pixi-vn-json/index/type-aliases/PixiVNJsonSoundPlayProps)

Defined in: [src/schema/PixiVNJsonSound.ts:24](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonSound.ts#L24)

Playback options such as volume, loop, channel, and start offset.

***

### type [#type]

\> **type**: `"sound"`

Defined in: [src/schema/PixiVNJsonSound.ts:11](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonSound.ts#L11)

***

### url? [#url]

\> `optional` &#x2A;*url?**: `string`

Defined in: [src/schema/PixiVNJsonSound.ts:20](https://github.com/DRincs-Productions/pixi-vn-json/blob/c3fc7ababe09c261f3130ab586feb49b5a221ace/src/schema/PixiVNJsonSound.ts#L20)

URL of the sound file. If omitted, the alias is used as the URL.
