I think the playback speed of a sound can be changed using the AL_PITCH and AL_VELOCITY source properties
For example, this will make a source play at half speed:
alSourcef(source, AL_PITCH, 0.5f);
Could we please have support to allow us to specific the playback speed and pitch of music?
TIA!!! You rock! [import]uid: 9371 topic_id: 7297 reply_id: 307297[/import]