mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-16 08:27:10 +00:00
Not clamping float audio now; better mix quality
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "AudioMatrix.hpp"
|
||||
|
||||
struct AudioUnitVoiceEngine;
|
||||
struct VSTVoiceEngine;
|
||||
|
||||
namespace boo
|
||||
{
|
||||
@@ -20,6 +21,7 @@ class AudioVoice : public IAudioVoice
|
||||
friend class AudioSubmix;
|
||||
friend struct WASAPIAudioVoiceEngine;
|
||||
friend struct ::AudioUnitVoiceEngine;
|
||||
friend struct ::VSTVoiceEngine;
|
||||
|
||||
protected:
|
||||
/* Mixer-engine relationships */
|
||||
|
||||
Reference in New Issue
Block a user