mirror of https://github.com/auygun/kaliber.git
Cleanup
This commit is contained in:
parent
325b07d844
commit
ab4c0c7e57
|
@ -16,7 +16,6 @@ class TaskRunner;
|
||||||
|
|
||||||
namespace eng {
|
namespace eng {
|
||||||
|
|
||||||
class AudioSink;
|
|
||||||
class AudioBus;
|
class AudioBus;
|
||||||
|
|
||||||
// Mix and render audio with low overhead. A platform specific AudioSink
|
// Mix and render audio with low overhead. A platform specific AudioSink
|
||||||
|
@ -91,7 +90,7 @@ class AudioMixer : public AudioSink::Delegate {
|
||||||
|
|
||||||
bool audio_enabled_ = true;
|
bool audio_enabled_ = true;
|
||||||
|
|
||||||
// AudioSink::Delegate implementation
|
// AudioSink::Delegate interface
|
||||||
int GetChannelCount() final { return kChannelCount; }
|
int GetChannelCount() final { return kChannelCount; }
|
||||||
void RenderAudio(float* output_buffer, size_t num_frames) final;
|
void RenderAudio(float* output_buffer, size_t num_frames) final;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue