mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Added love.audio.set/getDopplerScale.
This commit is contained in:
@@ -185,6 +185,9 @@ public:
|
||||
**/
|
||||
virtual void setVelocity(float *v) = 0;
|
||||
|
||||
virtual void setDopplerScale(float scale) = 0;
|
||||
virtual float getDopplerScale() const = 0;
|
||||
|
||||
/**
|
||||
* Begins recording audio input from the microphone.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user