![]() |
Read rtttl song and setup cortex for background playback. More...
Functions | |
| char * | vexAudioPlayRtttl (char *song, int amplitude, int repeat) |
| Play ringtone string using the vsl sound library. More... | |
Read rtttl song and setup cortex for background playback.
| char* vexAudioPlayRtttl | ( | char * | song, |
| int | amplitude, | ||
| int | repeat | ||
| ) |
Play ringtone string using the vsl sound library.
| [in] | song | Pointer to buffer with rtttl sound data |
| [in] | amplitude | volume to play song at |
| [in] | repeat | flag indicating song is played continuously in a loop |