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



\> **PixiVNJsonSoundEdit** = `object`

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

Edits the properties of a currently playing sound (volume, speed, muted, loop, etc.).

Properties [#properties]

alias [#alias]

\> **alias**: `string`

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

Alias of the sound to edit.

***

operationType [#operationtype]

\> **operationType**: `"edit"`

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

***

props [#props]

\> **props**: `Partial`\<`Pick`\<`MediaInterface`, `"speed"` | `"muted"` | `"loop"` | `"paused"`> & `Pick`\<`SoundPlayOptionsWithChannel`, `"volume"`>>

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

Partial set of properties to apply to the sound.

***

type [#type]

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

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