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

Audio 1.38 Reference Guide

ovrAudioContextConfiguration Struct Reference

Audio context configuration structure.

Data Fields

uint32_t
set to size of the struct
uint32_t
maximum number of audio sources to support
uint32_t
sample rate (16000 to 48000, but 44100 and 48000 are recommended for best quality)
uint32_t
number of samples in mono input buffers passed to spatializer

Detailed Description

Passed to ovrAudio_CreateContext

Field Documentation

uint32_t ovrAudioContextConfiguration::acc_Size ( )
set to size of the struct
uint32_t ovrAudioContextConfiguration::acc_MaxNumSources ( )
maximum number of audio sources to support
uint32_t ovrAudioContextConfiguration::acc_SampleRate ( )
sample rate (16000 to 48000, but 44100 and 48000 are recommended for best quality)
uint32_t ovrAudioContextConfiguration::acc_BufferLength ( )
number of samples in mono input buffers passed to spatializer
The documentation for this struct was generated from the following file: OVR_Audio.h