mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Compiler fixes
This commit is contained in:
parent
721fa9d43a
commit
1a1b34296c
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@ public:
|
|||
// gain: gain factor for distance attenuation
|
||||
// numFrames: must be HRTF_BLOCK in this version
|
||||
//
|
||||
void AudioHRTF::render(int16_t* input, float* output, int index, float azimuth, float gain, int numFrames);
|
||||
void render(int16_t* input, float* output, int index, float azimuth, float gain, int numFrames);
|
||||
|
||||
//
|
||||
// Fast path when input is known to be silent
|
||||
//
|
||||
void AudioHRTF::renderSilent(int16_t* input, float* output, int index, float azimuth, float gain, int numFrames);
|
||||
void renderSilent(int16_t* input, float* output, int index, float azimuth, float gain, int numFrames);
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Reference in a new issue