Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarMainMixer.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-07-12 22:16:12 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-07-12 22:16:12 +1000
commit40223a5090bf8a502094927da39fc96a5cfd5eae (patch)
tree01fc797ad3f45879d132de3063fe1cab3f554835 /source/frontend/StarMainMixer.hpp
parentcf09616b1b241635dae0648c544b4e8ff3e2bd72 (diff)
Initial work
Diffstat (limited to 'source/frontend/StarMainMixer.hpp')
-rw-r--r--source/frontend/StarMainMixer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarMainMixer.hpp b/source/frontend/StarMainMixer.hpp
index ecf9443..2582a2f 100644
--- a/source/frontend/StarMainMixer.hpp
+++ b/source/frontend/StarMainMixer.hpp
@@ -22,7 +22,7 @@ public:
MixerPtr mixer() const;
void setVolume(float volume, float rampTime = 0.0f);
- void read(int16_t* sampleData, size_t frameCount);
+ void read(int16_t* sampleData, size_t frameCount, Mixer::ExtraMixFunction = {});
private:
UniverseClientPtr m_universeClient;