Optimized HRTF audio rendering in Siren. Now able to handle twice as many channels.

This commit is contained in:
2013-03-06 15:46:54 -08:00
parent e30f90cc66
commit c2819acbad
5 changed files with 187 additions and 61 deletions

View File

@@ -86,6 +86,9 @@ private:
long m_current_frame;
float m_absolute_time;
mach_timebase_info_data_t m_timebase_info;
};
#endif