Reference.Audio History
Hide minor edits - Show changes to output
January 01, 2013, at 05:37 AM
by Federico -
Added line 19:
Changed line 21 from:
to:
October 22, 2012, at 05:52 AM
by Federico -
Added lines 3-4:
'''Compatible with Arduino Due only'''
October 20, 2012, at 11:33 AM
by Scott Fitzgerald -
Added line 12:
*[[/Reference/AudioBegin | begin]]()
October 20, 2012, at 11:28 AM
by Scott Fitzgerald -
Changed lines 3-4 from:
The Audio library enables an Arduino Due board to play back .wav and .ogg files from a storage device like an SD card.
to:
The Audio library enables an Arduino Due board to play back .wav files from a storage device like an SD card.
The Due uses the DAC0 and DAC1 pins to play sounds.
October 20, 2012, at 09:48 AM
by Scott Fitzgerald -
Changed lines 10-11 from:
*[[/Reference/AudioConstructor | Audio]] class
to:
*[[/Reference/AudioPrepare | prepare]]()
*[[/Reference/AudioWrite | write]]()
Changed lines 14-15 from:
to:
*[[/Tutorial/SimpleAudioPlayer | Simple Audio Player]]
October 16, 2012, at 04:27 PM
by Scott Fitzgerald -
Added lines 6-7:
'''NB :''' '''The Audio library and associated functions are experimental. While it is not likely the API will change in future releases, it is still under development.'''
October 02, 2012, at 09:32 AM
by Scott Fitzgerald - page creation
Added lines 1-13:
!!Audio
The Audio library enables an Arduino Due board to play back .wav and .ogg files from a storage device like an SD card.
!!!!Functions
*[[/Reference/AudioConstructor | Audio]] class
!!!!Examples
\\