cd_start ();

Resumes playing the audio CD from the position where it was stopped by cd_pause.

Example:

cd_pause(); // suspend playing
wait(-10); // wait 10 seconds
cd_start(); // resume playing

See also:

cd_play, cd_pause ► latest version online