Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

README.md 1.5KB

10 år sedan
11 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
10 år sedan
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Teensy Audio Library
  2. ====================
  3. [![Build Status](https://travis-ci.org/PaulStoffregen/Audio.svg?branch=master)](https://travis-ci.org/PaulStoffregen/Audio)
  4. 16 bit, 44.1 kHz streaming audio library for Teensy 3.x, featuring:
  5. * Polyphonic Playback
  6. * Recording
  7. * Synthesis
  8. * Analysis
  9. * Effects
  10. * Filtering
  11. * Mixing
  12. * Multiple Simultaneous Inputs & Outputs
  13. * Flexible signal routing between library objects
  14. * Automatic Streaming while your Arduino sketch runs
  15. Main Audio Library Page
  16. -----------------------
  17. http://www.pjrc.com/teensy/td_libs_Audio.html
  18. Audio System Design Tool
  19. ------------------------
  20. Use this graphical tool to design your audio project. Easily browse the library's many features, connect objects, export to Arduino code, and quickly access details for the functions each object provides for you to control it from your Arduino sketch!
  21. http://www.pjrc.com/teensy/gui/
  22. Supported Hardware
  23. ------------------
  24. [Audio Adaptor Board](http://www.pjrc.com/store/teensy3_audio.html) for 16 bit stereo input and output.
  25. ![Inputs](/gui/img/audioshield_inputs.jpg) ![Outputs](/gui/img/audioshield_outputs.jpg)
  26. [Teensy 3.1](http://www.pjrc.com/store/teensy31.html) 12 bit DAC
  27. ![DAC Output](/gui/img/dacpin.jpg)
  28. [Teensy 3.1](http://www.pjrc.com/store/teensy31.html) or [3.0](http://www.pjrc.com/store/teensy3.html) ADC Input
  29. ![ADC Input](/gui/img/adccircuit.png)
  30. [Teensy 3.1](http://www.pjrc.com/store/teensy31.html) or [3.0](http://www.pjrc.com/store/teensy3.html) PWM Output
  31. ![PWM Output](/gui/img/pwmdualcircuit.jpg)