Change tempo without changing pitch.
public bool SetTempo(int Tempo);
Parameters |
Description |
int Tempo |
New tempo value. Normal value is 100. Smaller values represent slower tempo, larger values represent faster tempo. Note: This value can't be 0. |
Return Values |
Description |
True |
All OK. |
False |
Error. To get error message read here. |
Changing tempo will not change pitch. Playback will be faster or slower, but pitch will remain stable.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |