> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GetShapeEqCompAttack

> GetShapeEqCompAttack

# GetShapeEqCompAttack

컴프레션 어택 배수를 가져옵니다.

## Syntax

```cpp theme={null}
float GetShapeEqCompAttack(  
         const SHAPE_EQCOMP_CONTEXT* context  
)  
```

### Parameters

*context*   \_In\_\
Type: [SHAPE\_EQCOMP\_CONTEXT\*](/reference/audio/shapeeqcompcontext/structs/shape_eqcomp_context)

`SHAPE_EQCOMP_CONTEXT` 객체에 대한 포인터입니다.

### Return value

Type: float

어택 배수입니다.

## Remarks

어택(attack)과 릴리스(release)는 밀리초 단위로 지정되며, 신호가 임계값을 초과하거나 그 아래로 떨어지는 것에 대해 컴프레서가 출력 게인을 얼마나 빠르게 변화시켜야 하는지에 해당합니다. 이러한 조정은 선형이거나 로그 기반일 수 있습니다.

원하는 출력 레벨은 입력이 어택에 지정된 시간 동안 임계값을 초과한 후에야 달성되며, 마찬가지로 입력이 릴리스에 지정된 시간 동안 임계값 아래에 있어야만 원래 상태로 돌아옵니다.

자세한 내용은 [Overview of SHAPE](/build/console-features/audio/overviews/shape-overview)의 [Equalization and compression](/build/console-features/audio/overviews/shape-overview#ID4ECF)을 참조하십시오.

## Requirements

**Header:** shapeeqcompcontext.h

**Supported platforms:** XBOX One 계열 콘솔 및 XBOX Series 콘솔

## See also

[ShapeEqCompContext](/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members)


## Related topics

- [ShapeEqCompContext](/ko/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [SetShapeEqCompAttack](/ko/reference/audio/shapeeqcompcontext/functions/setshapeeqcompattack.md)
- [GetShapeEqCompLogGain](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcomploggain.md)
- [GetShapeEqCompThreshold](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcompthreshold.md)
- [GetShapeEqCompTimestamp](/ko/reference/audio/shapeeqcompcontext/functions/getshapeeqcomptimestamp.md)
