audio::playStream + speaker relative property

This commit is contained in:
MihailRis
2024-03-01 14:47:12 +03:00
parent 2fab1593c8
commit 603546f642
5 changed files with 65 additions and 2 deletions
+3
View File
@@ -103,6 +103,9 @@ namespace audio {
void setVelocity(glm::vec3 vel) override;
glm::vec3 getVelocity() const override;
void setRelative(bool relative) override;
bool isRelative() const override;
int getPriority() const override;
};