Browse Source

Update readme

dds
PaulStoffregen 10 years ago
parent
commit
d09f16c0e2
1 changed files with 29 additions and 11 deletions
  1. +29
    -11
      README.md

+ 29
- 11
README.md View File

@@ -1,20 +1,38 @@
Audio
=====
Teensy Audio Library
====================

Audio library for Teensy 3.0 & 3.1
16 bit, 44.1 kHz streaming audio library for Teensy 3.x, featuring audio
playing, synthesis, analysis, effects & filtering, mixing, etc.

Main Audio Library Page:

http://www.pjrc.com/teensy/td_libs_Audio.html

This is *BETA* status code. It works pretty well, but it's still under very active
development.
Audio System Design Tool:

http://www.pjrc.com/teensy/gui/


Supported Hardware
------------------

[Audio Adaptor Board](http://www.pjrc.com/store/teensy3_audio.html) for 16 bit stereo input and output.

![Inputs][/gui/audioshield_inputs.jpg] ![Outputs][/gui/audioshield_outputs.jpg]

[Teensy 3.1](http://www.pjrc.com/store/teensy31.html) 12 bit DAC

![DAC Output][/gui/dacpin.jpg]

ADC Input

![ADC Input][/gui/adccircuit.jpg]

PWM Output

![PWM Output][/gui/pwmdualcircuit.jpg]

**APIs are likely to incompatibly change**.

Please discuss any issues here.
code

http://forum.pjrc.com/threads/24793-Audio-Library

Always try to post *reproducible* bug reports, with complete code and details
necessary to recreate the problem.


Loading…
Cancel
Save