#74769 - Payk - Tue Mar 07, 2006 2:43 pm
is it possible to play a sound in a "endlessloop" and if yes its possible to stop that loop again? Thanx
Code: |
// set looping on:
SCHANNEL_CR(channel) |= SOUND_REPEAT; // stop (looping) sound: SCHANNEL_CR(channel) = 0; |