09-12-2015, 08:55 PM
Hello, guys. I have found this project very interesting. I have some experience with audio coding so I decided maybe I can help project. I tried to dive in into your audio implementation. And found it little bit strange. You've implement audio mixing programmatically without any vectorisation or hardware optimisation. Why you didn't use separate audio sources for audio ports? As far as I know it can be done in XAudio2 , OpenAL or CoreAudio; this libraries are optimised for audio mixing on host hardware than your implementation. Maybe there are some problems with audio emulation?