This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy

Libovr 1.26 Reference Guide

ovrAudioChannelData Struct Reference

Store audio PCM data (as 32b float samples) for an audio channel.

Data Fields

const float *
Samples ( )
Samples stored as floats [-1.0f, 1.0f].
int
Number of samples.
int
Frequency (e.g. 44100)

Detailed Description

Note: needs to be released with ovr_ReleaseAudioChannelData to avoid memory leak.

Field Documentation

const float* ovrAudioChannelData::Samples ( )
Samples stored as floats [-1.0f, 1.0f].
int ovrAudioChannelData::SamplesCount ( )
Number of samples.
int ovrAudioChannelData::Frequency ( )
Frequency (e.g. 44100)
The documentation for this struct was generated from the following file: Include/Extras/OVR_CAPI_Util.h