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

# Interface HostSoundSetInput

```typescript
interface HostSoundSetInput {
    slotId: HostSoundSlotId;
    soundRef: string | null;
}
```

Types: [slotId](#slotid), [HostSoundSlotId](../types/core.HostSoundSlotId.md), [soundRef](#soundref)

##### Index

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

[slotId](#slotid) [soundRef](#soundref)

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

### <a id="slotid"></a>slotId

```typescript
slotId: HostSoundSlotId
```

Types: [HostSoundSlotId](../types/core.HostSoundSlotId.md)

### <a id="soundref"></a>soundRef

```typescript
soundRef: string | null
```
