> ## 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.

# GetShapeSrcPitch

> GetShapeSrcPitch

# GetShapeSrcPitch

ピッチを取得します。

## 構文

```cpp theme={null}
float GetShapeSrcPitch(  
         const SHAPE_SRC_CONTEXT* context  
)  
```

### パラメーター

*context*   \_In\_\
型: [SHAPE\_SRC\_CONTEXT](/reference/audio/shapesrccontext/structs/shape_src_context)\*

[SHAPE\_SRC\_CONTEXT](/reference/audio/shapesrccontext/structs/shape_src_context) オブジェクトへのポインター。

### 戻り値

型: float

ピッチ。

## 解説

サンプルレートコンバーター (SRC) ブロックは PCM サンプルを読み取り、サンプルレート変換とピッチシフトを実行します。ピッチおよびピッチターゲット値は 0.0625〜3.99 の範囲です。ピッチを変更するには、[SetShapeSrcPitch](/reference/audio/shapesrccontext/functions/setshapesrcpitch) を使用します。

SRC の詳細については、[SHAPE の概要](/build/console-features/audio/overviews/shape-overview) の [サンプルレートコンバーター (SRC) ブロック](/build/console-features/audio/overviews/shape-overview#ID4EOE) を参照してください。

## 要件

**ヘッダー:** shapesrccontext.h

**サポート対象プラットフォーム:** XBOX One ファミリー本体および XBOX Series 本体

## 関連項目

[GetShapeSrcPitchTarget](/reference/audio/shapesrccontext/functions/getshapesrcpitchtarget)\
[ShapeSrcContext](/reference/audio/shapesrccontext/shapesrccontext_members)


## Related topics

- [GetShapeSrcPitchTarget](/ja-jp/reference/audio/shapesrccontext/functions/getshapesrcpitchtarget.md)
- [SetShapeSrcPitch](/ja-jp/reference/audio/shapesrccontext/functions/setshapesrcpitch.md)
- [ShapeSrcContext](/ja-jp/reference/audio/shapesrccontext/shapesrccontext_members.md)
- [SetShapeSrcPitchTarget](/ja-jp/reference/audio/shapesrccontext/functions/setshapesrcpitchtarget.md)
- [PitchToShapeSrcSamplingIncrement](/ja-jp/reference/audio/shapesrccontext/functions/pitchtoshapesrcsamplingincrement.md)
