> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.HostSoundSetManyInput.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface HostSoundSetManyInput

```typescript
interface HostSoundSetManyInput {
    updates: HostSoundSetInput[];
}
```

Types: [updates](#updates), [HostSoundSetInput](core.HostSoundSetInput.md)

##### Index

### <a id="properties"></a>Properties

[updates](#updates)

## <a id="properties-1"></a>Properties

### <a id="updates"></a>updates

```typescript
updates: HostSoundSetInput[]
```

Types: [HostSoundSetInput](core.HostSoundSetInput.md)
