SetAudioStreamPitch method
Set pitch for audio stream (1.0 is base level)
Implementation
@override
void SetAudioStreamPitch(
AudioStreamD stream,
double pitch,
) => _wasm.SetAudioStreamPitch(
$.AudioStream$.Ref1(stream).toJS,
pitch.toJS,
);
Set pitch for audio stream (1.0 is base level)
@override
void SetAudioStreamPitch(
AudioStreamD stream,
double pitch,
) => _wasm.SetAudioStreamPitch(
$.AudioStream$.Ref1(stream).toJS,
pitch.toJS,
);