Play recorded sounds: Difference between revisions

alphabetize, minor clean-up
(alphabetize, minor clean-up)
Line 15:
 
Where applicable, please categorize examples primarily by the audio facility used (library/API/program/platform) rather than the language if the language is incidental (e.g. "Mac OS X CoreAudio" or "mplayer" rather than "C" or "bash").
 
=={{header|AutoHotkey}}==
No builtin functions for: <br>
Line 245 ⟶ 246:
 
-Suitable for playing sound of arbitrary long duration.
 
 
=={{header|Phix}}==
Line 581:
sleep 1
puts "the asynchronous sound is cancelled when the program exits"</lang>
 
=={{header|Swift}}==
Uses AVFoundation's AVAudioPlayer.
10,327

edits