Play recorded sounds: Difference between revisions

Content added Content deleted
(alphabetize, minor clean-up)
Line 15: 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").
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}}==
=={{header|AutoHotkey}}==
No builtin functions for: <br>
No builtin functions for: <br>
Line 245: Line 246:


-Suitable for playing sound of arbitrary long duration.
-Suitable for playing sound of arbitrary long duration.



=={{header|Phix}}==
=={{header|Phix}}==
Line 581: Line 581:
sleep 1
sleep 1
puts "the asynchronous sound is cancelled when the program exits"</lang>
puts "the asynchronous sound is cancelled when the program exits"</lang>

=={{header|Swift}}==
=={{header|Swift}}==
Uses AVFoundation's AVAudioPlayer.
Uses AVFoundation's AVAudioPlayer.