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



\> **PixiVNJsonSoundPlay** = `object`

Defined in: [src/schema/PixiVNJsonSound.ts:6](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonSound.ts#L6)

Starts playback of a sound asset.

Properties [#properties]

alias [#alias]

\> **alias**: `string`

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

Unique identifier (alias) used to reference this sound.

***

operationType [#operationtype]

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

Defined in: [src/schema/PixiVNJsonSound.ts:8](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonSound.ts#L8)

***

props? [#props]

\> `optional` &#x2A;*props?**: `SoundPlayOptionsWithChannel`

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

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

***

type [#type]

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

Defined in: [src/schema/PixiVNJsonSound.ts:7](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonSound.ts#L7)

***

url? [#url]

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

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

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