mirror of
https://github.com/JulianGro/overte.git
synced 2025-06-01 11:30:20 +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
|
// gain: gain factor for distance attenuation
|
||||||
// numFrames: must be HRTF_BLOCK in this version
|
// 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
|
// 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:
|
private:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue