---
title: PHASEConeDirectivityModelParameters
framework: phase
role: symbol
role_heading: Class
path: phase/phaseconedirectivitymodelparameters
---

# PHASEConeDirectivityModelParameters

An object that directs sound in a cone-shaped curve that extends from a sound source.

## Declaration

```swift
class PHASEConeDirectivityModelParameters
```

## Overview

Overview This class determines that a particular frequency range in the audio spectrum emits sound in an area defined by a mathematical cone. PHASE refers to each frequency segment along the audio spectrum as a subband. This class contains an array of subbands that each direct sound in a unique cone shape. The framework outputs a blend of a frequency’s adjacent subbands for all frequencies that lie outside of those specified in the subbands array. Emit Sound in the Shape of a Cone The following code defines a cone directivity model with two subbands. The first subband emits sound in a narrow region and the second subband outputs sound in a wider region.

## Topics

### Creating the Cone Directivity Model Parameters

- [init(subbandParameters:)](phase/phaseconedirectivitymodelparameters/init(subbandparameters:).md)

### Defining Subbands

- [subbandParameters](phase/phaseconedirectivitymodelparameters/subbandparameters.md)

## Relationships

### Inherits From

- [PHASEDirectivityModelParameters](phase/phasedirectivitymodelparameters.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Sound Directivity

- [PHASECardioidDirectivityModelParameters](phase/phasecardioiddirectivitymodelparameters.md)
- [PHASECardioidDirectivityModelSubbandParameters](phase/phasecardioiddirectivitymodelsubbandparameters.md)
- [PHASEConeDirectivityModelSubbandParameters](phase/phaseconedirectivitymodelsubbandparameters.md)
- [PHASEDirectivityModelParameters](phase/phasedirectivitymodelparameters.md)
