Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 2.6KB

il y a 10 ans
il y a 11 ans
il y a 10 ans
il y a 10 ans
il y a 10 ans
il y a 7 ans
il y a 10 ans
il y a 10 ans
il y a 8 ans
il y a 10 ans
il y a 10 ans
il y a 8 ans
il y a 10 ans
il y a 10 ans
il y a 8 ans
il y a 8 ans
il y a 10 ans
il y a 8 ans
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Teensy Audio Library
  2. ====================
  3. 16 bit, 44.1 kHz streaming audio library for Teensy 3.x and Teensy 4.x, featuring:
  4. * Polyphonic Playback
  5. * Recording
  6. * Synthesis
  7. * Analysis
  8. * Effects
  9. * Filtering
  10. * Mixing
  11. * Multiple Simultaneous Inputs & Outputs
  12. * Flexible signal routing between library objects
  13. * Automatic Streaming while your Arduino sketch runs
  14. Main Audio Library Page
  15. -----------------------
  16. http://www.pjrc.com/teensy/td_libs_Audio.html
  17. Audio System Design Tool
  18. ------------------------
  19. 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!
  20. http://www.pjrc.com/teensy/gui/index.html
  21. Supported Hardware
  22. ------------------
  23. [Audio Adaptor Board](http://www.pjrc.com/store/teensy3_audio.html) for 16 bit stereo input and output.
  24. ![Inputs](/gui/img/audioshield_inputs.jpg) ![Outputs](/gui/img/audioshield_outputs.jpg)
  25. Dual [Audio Adaptor Boards](http://www.pjrc.com/store/teensy3_audio.html) for quad channel 16 bit input and output.
  26. ![](/gui/img/audioshield_quad_out.jpg)
  27. [Teensy 3.6](http://www.pjrc.com/store/teensy36.html), [Teensy 3.5](http://www.pjrc.com/store/teensy35.html), [Teensy 3.2](http://www.pjrc.com/store/teensy32.html), or [Teensy 3.1](http://www.pjrc.com/store/teensy31.html) 12 bit DAC Output (Mono)
  28. ![DAC Output](/gui/img/dacpin.jpg)
  29. [Teensy 3.6](http://www.pjrc.com/store/teensy36.html), [Teensy 3.5](http://www.pjrc.com/store/teensy35.html), [Teensy 3.2](http://www.pjrc.com/store/teensy32.html), [Teensy 3.1](http://www.pjrc.com/store/teensy31.html) or [Teensy 3.0](http://www.pjrc.com/store/teensy3.html) ADC Input (Mono)
  30. ![ADC Input](/gui/img/adccircuit.png)
  31. [Teensy 3.6](http://www.pjrc.com/store/teensy36.html), [Teensy 3.5](http://www.pjrc.com/store/teensy35.html), or [Teensy 3.2](http://www.pjrc.com/store/teensy32.html) ADC Input (Stereo)
  32. ![ADC Input](/gui/img/adccircuit2.png)
  33. [Teensy 3.6](http://www.pjrc.com/store/teensy36.html) or [Teensy 3.5](http://www.pjrc.com/store/teensy35.html) 12 bit DAC Output (Stereo)
  34. ![DAC Output](/gui/img/dacpins.png)
  35. [Teensy 3.6](http://www.pjrc.com/store/teensy36.html), [Teensy 3.5](http://www.pjrc.com/store/teensy35.html), [Teensy 3.2](http://www.pjrc.com/store/teensy32.html), [Teensy 3.1](http://www.pjrc.com/store/teensy31.html) or [Teensy 3.0](http://www.pjrc.com/store/teensy3.html) PWM Output (Mono)
  36. ![PWM Output](/gui/img/pwmdualcircuit.jpg)
  37. USB Audio: Bi-Directional Stereo Streaming to a PC
  38. ![Inputs](/gui/img/usbtype_audio_in.png) ![Outputs](/gui/img/usbtype_audio_out.png)