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.
John Robinson 816732a90c
initial dds build specs
il y a 3 ans
docs Add issue template il y a 6 ans
examples Ladder filter frequency modulation in "volts per octave" il y a 3 ans
extras Add PROGMEM to output array il y a 3 ans
gui Document bandlimit waveforms il y a 3 ans
include/audio adjust #includes per restructure, deps il y a 3 ans
src/audio adjust #includes per restructure, deps il y a 3 ans
.gitignore Add documentation for new objects il y a 8 ans
.travis.yml Update Travis CI settings il y a 8 ans
README.md Mention Teensy 4.x in readme il y a 3 ans
filter_fir.md Change FIR filter (as suggested by rheslip) to filter one channel instead of two. Updated example, added documenting file il y a 10 ans
keywords.txt Change Ladder filter API to be similar to other filters il y a 3 ans
library.json Let PlatformIO automatically detect Arduino v1.0 library format il y a 8 ans
library.json5 initial dds build specs il y a 3 ans
library.properties Edit version string, for Arduino 1.6.11 compatibility il y a 8 ans
multiplier.md Add a multiplier (by rheslip) il y a 10 ans
new_objects.md change format for new_objects files il y a 11 ans
package.json5 initial dds build specs il y a 3 ans
synth_waveform.md Fixed AudioSynthWaveform. Uses LUT with linear interpolation for sinewave. il y a 10 ans

README.md

Teensy Audio Library

16 bit, 44.1 kHz streaming audio library for Teensy 3.x and Teensy 4.x, featuring:

  • Polyphonic Playback
  • Recording
  • Synthesis
  • Analysis
  • Effects
  • Filtering
  • Mixing
  • Multiple Simultaneous Inputs & Outputs
  • Flexible signal routing between library objects
  • Automatic Streaming while your Arduino sketch runs

Main Audio Library Page

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

Audio System Design Tool

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!

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

Supported Hardware

Audio Adaptor Board for 16 bit stereo input and output.

Inputs Outputs

Dual Audio Adaptor Boards for quad channel 16 bit input and output.

Teensy 3.6, Teensy 3.5, Teensy 3.2, or Teensy 3.1 12 bit DAC Output (Mono)

DAC Output

Teensy 3.6, Teensy 3.5, Teensy 3.2, Teensy 3.1 or Teensy 3.0 ADC Input (Mono)

ADC Input

Teensy 3.6, Teensy 3.5, or Teensy 3.2 ADC Input (Stereo)

ADC Input

Teensy 3.6 or Teensy 3.5 12 bit DAC Output (Stereo)

DAC Output

Teensy 3.6, Teensy 3.5, Teensy 3.2, Teensy 3.1 or Teensy 3.0 PWM Output (Mono)

PWM Output

USB Audio: Bi-Directional Stereo Streaming to a PC

Inputs Outputs