Play recorded sounds: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 185:
=={{header|FutureBasic}}==
'''Library: AVFoundation'''
 
FB has several native ways to play recorded sounds, ranging from simple to commercial. It also can play a variety of audio formats including mp3, m4a, aiff, wav, etc. This task code uses the AVFoundation library to create a basic player with simple controls including a popup menu from which bundled audio files can be selected.
<syntaxhighlight lang="futurebasic">
715

edits