User`s manual
RabbitFLEX User’s Manual www.rabbit.com 125
flexAudioShutdown
void flexAudioShutdown();
DESCRIPTION
Turns off the audio driver. Useful to preserve processor resources.
RETURN VALUE
None.
SEE ALSO
flexSpeakerPWM, flexAudioActivate, flexAudioPlay,
flexAudioStop, flexAudioPlaying, flexAudioSetRate,
flexAudioLoad
flexAudioStop
void flexAudioStop();
DESCRIPTION
Immediately stops any sound that is playing and empties the sample buffer. Any samples loaded
after calling flexAudioStop() will not play until flexAudioPlay() is called.
RETURN VALUE
None.
SEE ALSO
flexSpeakerPWM, flexAudioActivate, flexAudioShutdown,
flexAudioPlay, flexAudioPlaying, flexAudioSetRate,
flexAudioLoad