mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-16 00:17:06 +00:00
Add slew option to pitch-update function
This commit is contained in:
@@ -69,7 +69,7 @@ struct IAudioVoice
|
||||
virtual void setStereoMatrixCoefficients(const float coefs[8][2])=0;
|
||||
|
||||
/** Called by client to dynamically adjust the pitch of voices with dynamic pitch enabled */
|
||||
virtual void setPitchRatio(double ratio)=0;
|
||||
virtual void setPitchRatio(double ratio, bool slew)=0;
|
||||
|
||||
/** Instructs platform to begin consuming sample data; invoking callback as needed */
|
||||
virtual void start()=0;
|
||||
|
||||
Reference in New Issue
Block a user