7 new functions (Div GO):
change_polytone(type);see example
type: 0 sine, 1 sawtooth, 2 square, 3 triangle
continue_sound(channel id, time);
- time: from where will continue playing the sound
get_sound_length(channel id);
[returns the total length in seconds of the sound]
get_sound_playtime(channel id);
[returns the time in seconds what has been reproduced]
load_sound(filename, cyclic);
- cyclic: 0 to beep 1 time; 1 to ring being repeated indefinitely
pause_sound(channel id);
[returns the time where it has been paused in milliseconds]
polytone(frequency, note, max volume position, min volume position, volume);see example