Miles Sound System SDK 7.2a

AIL_quick_set_speed

The function AIL_quick_set_speed controls the playback rate of an audio handle.

void AIL_quick_set_speed(
  HAUDIO audio,
  S32 speed
);

In Parameters

audio
specifies the audio handle that you wish to control.
speed
specifies the new playback speed. For audio handles containing digital data, this is the playback rate (11025, 22050, etc). For audio handles containing MIDI data, this is the tempo percentage (see AIL_set_sequence_tempo ).

Discussion

You can use this function even if you haven't started playback yet.


Group: Quick Integration Services
Related Functions: AIL_quick_set_volume, AIL_set_sequence_tempo
Related Basic Types: HAUDIO, S32, void

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.