Audio Library

This library is available from 86Duino Coding 102, and implements the API of Arduino Due’s Audio library to access the on-board HD Audio interface of 86Duino One, EduCake and PLC.

Functions

begin()
prepare()
write()

Hack

The Audio library of 86Duino is implemented by employing the WSS library, which is a DOS audio library written in DJGPP. You may refer to the article of the DJGPP news group (comp.os.msdos.djgpp) for related information of the WSS library and its application.


Libraries Reference Home

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.