108 Commits (c34a7ab2548330d2e0ca1e68377f45863e9aebec)
 

Autor SHA1 Nachricht Datum
  robsoles c34a7ab254 cosmetic change vor 11 Jahren
  robsoles b949d79da7 Mono peak meter using Analog in/out & AudioPeak vor 11 Jahren
  robsoles f95bdca19b re-trim the comments in the example. vor 11 Jahren
  robsoles 5e8e352ec3 Stereo peak meter using AudioPeak vor 11 Jahren
  robsoles 44e34bb099 Actual fix for multiple filter sets in AudioFilterBiquad vor 11 Jahren
  PaulStoffregen ef55379cbf Change PassThroughAnalog to follow analog pin name convention vor 11 Jahren
  PaulStoffregen e9d52cd601 reword connect in AudioInputAnalog vor 11 Jahren
  Paul Stoffregen b8e4ce85ca Merge pull request #12 from robsoles/master vor 11 Jahren
  robsoles 80155c9020 fix updateCoefs(..) wasn't updating other coefficient sets vor 11 Jahren
  robsoles b78a26f628 add a peak input measuring object vor 11 Jahren
  Paul Stoffregen 3fdd2654b5 Merge pull request #11 from robsoles/master vor 11 Jahren
  robsoles d90ea2c06f put pointer assignment after test vor 11 Jahren
  robsoles 49234c34ab fix for bug I introduced with my last fix. vor 11 Jahren
  robsoles ad746ca291 fix for compounding/cascading filters vor 11 Jahren
  Paul Stoffregen 67099c39de Merge pull request #10 from robsoles/master vor 11 Jahren
  robsoles 795c785f7b adding surround and bass enhance controls vor 11 Jahren
  PaulStoffregen 8ab67fe42b Add comments about I2S FIFO reset bits (was an issue on I2S test fixture) vor 11 Jahren
  PaulStoffregen cb5ea4bf7f Add status and position functions to AudioPlayMemory vor 11 Jahren
  PaulStoffregen 5164e6177a Add status and position functions to AudioPlaySdRaw vor 11 Jahren
  PaulStoffregen 636bba0723 Add status and position functions to AudioPlaySdWav vor 11 Jahren
  PaulStoffregen a2574cb0fc Fix AudioPlaySdWav end-of-data handling vor 11 Jahren
  PaulStoffregen ec3c9074ff Improve AudioAnalyzePrint vor 11 Jahren
  PaulStoffregen 795e43ddb6 Fix compile error vor 11 Jahren
  Paul Stoffregen d086aeed23 Merge pull request #9 from el-supremo/master vor 11 Jahren
  Pete (El Supremo) b09b9d3c89 cosmetic changes to synth_tonesweep.cpp and .h vor 11 Jahren
  Pete (El Supremo) f4237e51ec Cosmetic fixes to AudioSynthToneSweep.cpp and .h vor 11 Jahren
  Pete (El Supremo) e3acf32f5d Cosmetic changes to chorus and flange examples vor 11 Jahren
  Paul Stoffregen 7e0ccb30d8 Merge pull request #8 from robsoles/master vor 11 Jahren
  robsoles dd968dda0a Add AVC control to control_sgtl5000.* and example vor 11 Jahren
  PaulStoffregen 3d66692947 Rename AudioPrint to AudioAnalyzePrint vor 11 Jahren
  PaulStoffregen 8e66b244fc Rename AudioPlaySDcardRAW to AudioPlaySdRaw vor 11 Jahren
  PaulStoffregen 5ff60b9a70 Rename AudioPlaySDcardWAV to AudioPlaySdWav vor 11 Jahren
  PaulStoffregen 4d67342153 Rename AudioToneSweep to AudioSynthToneSweep vor 11 Jahren
  PaulStoffregen 46e437354d Add MIT license to last few files vor 11 Jahren
  PaulStoffregen 8169a8a766 Manually merged Pete's pull request: Correct a calculation in flange;remove static class from chorus and flange vor 11 Jahren
  PaulStoffregen e3cb8ba481 Add MIT license for Pete's files vor 11 Jahren
  PaulStoffregen 183fcd95a9 Add MIT license vor 11 Jahren
  PaulStoffregen c274463185 Each object includes only required headers vor 11 Jahren
  PaulStoffregen e4cb836eea Reorganize all header files vor 11 Jahren
  PaulStoffregen bdc11e316d Move the last couple ojects to their own files vor 11 Jahren
  PaulStoffregen 0fb630e4bf Split I2S input & output to their own files vor 11 Jahren
  PaulStoffregen f16fb938bf Move other objects to their own files vor 11 Jahren
  PaulStoffregen a8fd397ba1 Move DSP instruction stuff to its own header file vor 11 Jahren
  PaulStoffregen 6490ee9155 Move control objects to their own files vor 11 Jahren
  PaulStoffregen 2bb856fa95 Move input & output objects to their own files vor 11 Jahren
  PaulStoffregen 7b16c9dc0c Fix compiler warnings vor 11 Jahren
  Paul Stoffregen f771e3cfe2 Merge pull request #6 from el-supremo/master vor 11 Jahren
  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. vor 11 Jahren
  PaulStoffregen f2fa19d39b Merge branch 'master' of git://github.com/el-supremo/Audio vor 11 Jahren
  Pete (El Supremo) dd1c6bdb72 Remove debugging statement from AudioToneSweep and add ToneSweep example sketch vor 11 Jahren