66 Révisions (a8fd397ba114d04e8e5ae907dff349d4f5185d02)
 

Auteur SHA1 Message Date
  PaulStoffregen a8fd397ba1 Move DSP instruction stuff to its own header file il y a 10 ans
  PaulStoffregen 6490ee9155 Move control objects to their own files il y a 10 ans
  PaulStoffregen 2bb856fa95 Move input & output objects to their own files il y a 10 ans
  PaulStoffregen 7b16c9dc0c Fix compiler warnings il y a 10 ans
  Paul Stoffregen f771e3cfe2 Merge pull request #6 from el-supremo/master il y a 10 ans
  Pete (El Supremo) 28a58248d9 My own version of AudioSynthWaveform. Sine is generated with arm_sin_q15() (but is slower) and the other three waveforms are generated without using tables. il y a 10 ans
  PaulStoffregen f2fa19d39b Merge branch 'master' of git://github.com/el-supremo/Audio il y a 10 ans
  Pete (El Supremo) dd1c6bdb72 Remove debugging statement from AudioToneSweep and add ToneSweep example sketch il y a 10 ans
  PaulStoffregen 3c31127761 Fix compiler warnings il y a 10 ans
  Pete (El Supremo) 62698957fb Add an audio sweep. User defined start and end frequencies and length of time of sweep. il y a 10 ans
  PaulStoffregen c2c35827c7 Merge branch 'master' of github.com:PaulStoffregen/Audio (Pete's changes) il y a 10 ans
  Paul Stoffregen 06555e188a Merge pull request #4 from robsoles/master il y a 10 ans
  Pete (El Supremo) 1d58a8e996 Correct storage class of some variables in FIR il y a 10 ans
  robsoles 1498a6e60a Added filter 'tone' examples and trimmed fat in balance examples il y a 10 ans
  robsoles f6e459c3a1 Syncing changes to level & volume setting routines il y a 10 ans
  robsoles 56466edaae Added DAC & HP balance examples il y a 10 ans
  robsoles fcf9987c16 Various corrections and addition of calcBiquad(..); il y a 10 ans
  robsoles 99de614f24 Revert line out level value il y a 10 ans
  robsoles 998bfc2668 Add delay to coefficient loader fix. il y a 10 ans
  robsoles c0efade772 Fix SGTL5000 filter coefficent loader il y a 10 ans
  Pete (El Supremo) 2f0383f501 Correct the calculation of delay_rate_incr il y a 10 ans
  Pete (El Supremo) 3e6e912dd9 Cosmetic fix to Flange.begin il y a 10 ans
  robsoles f62bd8ef11 Some filter additions, some SGTL5000 additions il y a 10 ans
  Pete (El Supremo) a27b78fc24 AudioSynthWaveform updated to add tone ramping when a tone starts and ends il y a 10 ans
  Pete (El Supremo) 0b64ca0e24 Add chorus and flange effects and an example sketch for each il y a 10 ans
  Pete (El Supremo) 19bc87c838 Add the fir_filer sketch to the examples directory il y a 10 ans
  Pete (El Supremo) bb1117e933 Delete *.bak il y a 10 ans
  Pete (El Supremo) 3e4d82e9c5 Removed extraneous comment lines il y a 10 ans
  Pete (El Supremo) 3b1570c6ec Added AudioFilterFIR which performs FIR filter il y a 10 ans
  PaulStoffregen bf8cffdf02 Fix memory leaks in AudioPlaySDcardWAV il y a 10 ans
  PaulStoffregen ba7c3d8080 Add AudioEffectFade object il y a 10 ans
  PaulStoffregen 14e2019092 clean up old TODO comments il y a 10 ans
  PaulStoffregen c98b062518 Dial tone example using only analog input (no audio shield) il y a 10 ans
  PaulStoffregen e1e5a34c73 Fix update scheduling with AudioInputAnalog il y a 10 ans
  PaulStoffregen 8cac457d8f Add comment to filter example il y a 11 ans
  PaulStoffregen aa53af053a Add DTMF Dial Tone decode + transmit example il y a 11 ans
  PaulStoffregen 2a63896a70 Add AudioAnalyzeToneDetect il y a 11 ans
  Paul Stoffregen 8020f09e02 Merge pull request #1 from MickMad/master il y a 11 ans
  Michele Perla 7281ae2031 Add objects to use with Mikroe Audio Codec PROTO (AudioContolWM8731master, AudioInputI2Sslave, AudioOutpuI2Sslave), with example il y a 11 ans
  PaulStoffregen 85609adbac Add AudioFilterBiquad object il y a 11 ans
  PaulStoffregen 886b2f63b7 Fix PassThroughAnalog example il y a 11 ans
  PaulStoffregen 67e7db35a6 Add AudioNoInterrupts() and AudioInterrupts() il y a 11 ans
  PaulStoffregen 759a8e2439 Document analogReference in PlayFromSketch example il y a 11 ans
  PaulStoffregen 533e753cb5 change format for new_objects files il y a 11 ans
  PaulStoffregen 773b35a6d7 Add preliminary documentation on creating new objects il y a 11 ans
  PaulStoffregen e6ee6db33c Add analogReference() to AudioOutputAnalog il y a 11 ans
  PaulStoffregen 6431c2f185 Fix mixer gain function il y a 11 ans
  PaulStoffregen da835d59df fix AudioOutputAnalog update scheduling il y a 11 ans
  PaulStoffregen e6f99d8b04 Add AudioOutputAnalog object, for audio to Teensy 3.1 DAC il y a 11 ans
  PaulStoffregen 7763119ac1 Remove leftover debugging print il y a 11 ans