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

# GetShapeSrcPitchTarget

> GetShapeSrcPitchTarget

# GetShapeSrcPitchTarget

Obtiene el tono de destino.

## Sintaxis

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

### Parámetros

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

Puntero a un objeto [SHAPE\_SRC\_CONTEXT](/reference/audio/shapesrccontext/structs/shape_src_context).

### Valor devuelto

Tipo: float

El tono de destino.

## Comentarios

El bloque del convertidor de frecuencia de muestreo (SRC) lee muestras PCM y realiza la conversión de frecuencia de muestreo y el cambio de tono. Los valores de tono de destino y de tono están en el intervalo 0,0625-3,99. Para cambiar el tono de destino, use [SetShapeSrcPitchTarget](/reference/audio/shapesrccontext/functions/setshapesrcpitchtarget).

Para obtener más información sobre el SRC, consulte [Bloque del convertidor de frecuencia de muestreo (SRC)](/build/console-features/audio/overviews/shape-overview#ID4EOE) en [Información general de SHAPE](/build/console-features/audio/overviews/shape-overview).

## Requisitos

**Encabezado:** shapesrccontext.h

**Plataformas compatibles:** consolas de la familia XBOX One y consolas XBOX Series

## Consulte también

[GetShapeSrcPitch](/reference/audio/shapesrccontext/functions/getshapesrcpitch)\
[ShapeSrcContext](/reference/audio/shapesrccontext/shapesrccontext_members)


## Related topics

- [GetShapeSrcPitch](/es/reference/audio/shapesrccontext/functions/getshapesrcpitch.md)
- [SetShapeSrcPitchTarget](/es/reference/audio/shapesrccontext/functions/setshapesrcpitchtarget.md)
- [ShapeSrcContext](/es/reference/audio/shapesrccontext/shapesrccontext_members.md)
- [SetShapeSrcPitch](/es/reference/audio/shapesrccontext/functions/setshapesrcpitch.md)
- [PitchToShapeSrcSamplingIncrement](/es/reference/audio/shapesrccontext/functions/pitchtoshapesrcsamplingincrement.md)
