22 コミット (07a305d8bc51fb82a701eccf0e36d65d305ee95f)

作成者 SHA1 メッセージ 日付
  PaulStoffregen 07a305d8bc Import all of Frank's T4 edits 5年前
  PaulStoffregen 8fb976cf20 Include Arduino.h first in all cpp files, for precompiled header speedup 6年前
  Transmogrifox 6424ffbb26 Further precision increase eliminates DC offset 7年前
  Transmogrifox b8d349fbe7 increase precision to minimize DC error 7年前
  Transmogrifox 38c7071270 Fix indentation and move filtercoefficient to #define constant instead of int32_t variable 7年前
  Transmogrifox 19b6ed3db1 Replace DC removal algorithm with IIR HPF, 2 Hz 7年前
  PaulStoffregen 982426cf6b Fix ADC input with various clock speeds 8年前
  Konstantin Lopyrev dde07982b0 Fix the DC offset computation. The previous computation would occassionally get stuck with an incorrect offset. 8年前
  PaulStoffregen 14fd8f907b Fix some Teensy-LC compiler errors 9年前
  PaulStoffregen 87b715ad2d Fix AudioInputAnalog 10年前
  PaulStoffregen 7602cb2ece Remove old debugging stuff from AudioInputAnalog 10年前
  PaulStoffregen fff6eda8eb Allow AudioInputAnalog to use different pins 10年前
  PaulStoffregen 9901efdd73 Improve AudioInputAnalog DC blocking filter 10年前
  PaulStoffregen e8cb4897b0 Avoid allocating unneeded DMA channels 10年前
  PaulStoffregen bdd67504ef Make input ADC and output DAC play nicely together 10年前
  PaulStoffregen d951eef420 Convert AudioInputAnalog to use DMAChannel.h 10年前
  PaulStoffregen 33ad99be10 Reassign DMA channels for compatibility with OctoWS2811 10年前
  PaulStoffregen e9d52cd601 reword connect in AudioInputAnalog 10年前
  PaulStoffregen 183fcd95a9 Add MIT license 10年前
  PaulStoffregen c274463185 Each object includes only required headers 10年前
  PaulStoffregen e4cb836eea Reorganize all header files 10年前
  PaulStoffregen f16fb938bf Move other objects to their own files 10年前
  PaulStoffregen 2bb856fa95 Move input & output objects to their own files 10年前