PaulStoffregen
ce1feb388c
Add info about Adafruit Microphone to ADC documentation
8 years ago
Paul Stoffregen
d513b7e66a
Merge pull request #215 from FrankBoesing/patch-1
Fix BUG for AUDIO_BLOCK_SAMPLES != 128
8 years ago
Frank
a7994df00e
Fix BUG for AUDIO_BLOCK_SAMPLES != 128
8 years ago
Paul Stoffregen
304edad1df
Merge pull request #214 from FrankBoesing/master
use #defs in AudioStream.h
8 years ago
Frank
3e278dbaa7
use #defs in AudioStream.h
8 years ago
PaulStoffregen
c8136c4540
Update readme, minor fix
8 years ago
PaulStoffregen
1981b17b1e
Update readme
8 years ago
Paul Stoffregen
403ae815d8
Merge pull request #212 from FrankBoesing/patch-2
SDHC does not use SPI
8 years ago
Frank
0b27b37eb8
SDHC does not use SPI
8 years ago
PaulStoffregen
86b9b9ceb1
Add documentation for new objects
8 years ago
PaulStoffregen
f163937d62
Fix compile error on Teensy 3.0
8 years ago
PaulStoffregen
afb52aef88
Add WaterfallSpectrum example, from Nathaniel Quillin's SuperCon Badge Hack
8 years ago
PaulStoffregen
4a6d5b57dd
Add reverb effect, from Joao Rossi Filho
8 years ago
Paul Stoffregen
877c40bda9
Merge pull request #204 from FrankBoesing/patch-1
Calculation of delay_rate_incr
8 years ago
PaulStoffregen
d5bfe6c3ea
Add AudioInputAnalogStereo (work in progress...)
8 years ago
PaulStoffregen
982426cf6b
Fix ADC input with various clock speeds
fixes #96
8 years ago
PaulStoffregen
f71a40bb31
Fix AudioOutputAnalogStereo analogReference
8 years ago
PaulStoffregen
74316b04f5
Slightly more efficient stereo DAC DMA
8 years ago
PaulStoffregen
a65771406d
Add keyword
8 years ago
PaulStoffregen
c74b111431
Add AudioOutputAnalogStereo
8 years ago
PaulStoffregen
834028d889
Fix I2S output when also using I2S input with CPU > 120 MHz
8 years ago
PaulStoffregen
377ff928f5
Update tutorial links
8 years ago
PaulStoffregen
ea14e9b083
Fix card init function in SdCardTest example
8 years ago
Paul Stoffregen
dbe2f4710a
Merge pull request #206 from FrankBoesing/patch-2
Bugfix re: noise when no blocks are available
8 years ago
Frank
897e67228d
Bugfix re: noise when no blocks are available
8 years ago
Frank
b83005634c
Calculation of delay_rate_incr
See Bugreport by bmillier :
https://forum.pjrc.com/threads/37606-Audio-Designer-Flange-effect-not-working-solved
8 years ago
Paul Stoffregen
b9c223d274
Merge pull request #200 from ivankravets/patch-1
Let PlatformIO automatically detect Arduino v1.0 library format
8 years ago
Ivan Kravets
49a8aa8113
Let PlatformIO automatically detect Arduino v1.0 library format
8 years ago
Paul Stoffregen
43eb5e7557
Merge pull request #199 from ivankravets/patch-12
Build "utility" directory
8 years ago
Ivan Kravets
f8bc9b4603
Build "utility" directory
8 years ago
Paul Stoffregen
a967e15f5b
Merge pull request #198 from ivankravets/patch-11
Add version, export and build fields
8 years ago
Ivan Kravets
475c46d9c7
Fix broken manifest
8 years ago
Ivan Kravets
a72e6d2940
Add version, export and build fields
8 years ago
PaulStoffregen
28c676b4bb
Edit version string, for Arduino 1.6.11 compatibility
8 years ago
Paul Stoffregen
6b76400231
Merge pull request #196 from klopyrev/master
Fix the DC offset computation.
8 years ago
Konstantin Lopyrev
dde07982b0
Fix the DC offset computation. The previous computation would occassionally get stuck with an incorrect offset.
8 years ago
PaulStoffregen
9c57e1cb19
Add simple drum header and keywords
8 years ago
Paul Stoffregen
54974b6c7a
Merge pull request #194 from Ben-Rheinland/master
Improve Oversampling for PT8211
8 years ago
Benjamin
246a7f6977
changed defines to be more specific
See conversation https://github.com/PaulStoffregen/Audio/pull/194
8 years ago
Benjamin
cf013ec88e
move OS-related #defines to .h file; speed improvements
Combine two loops in stereo CIC computation into one for-loop.
Add compiler optimization "unroll-loops" to isr if OS enabled. Speed
improved from 113µs to 65µs per isr call for CIC interpolation filtering
(Measured on Teensy 3.2 96MHz optimized).
8 years ago
Benjamin
9d030da4d0
Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'
8 years ago
PaulStoffregen
6186a6a676
Rename NoteFrequency samples
8 years ago
PaulStoffregen
56b5f68dd1
Remove leftover debug code
8 years ago
PaulStoffregen
0e459a490d
Truncate NoteFrequency guitar clips
8 years ago
Paul Stoffregen
7d6dcbd1b0
Merge pull request #192 from duff2013/master
NoteFrequency fixes
8 years ago
PaulStoffregen
785bbcd3db
Add Tuba samples to NoteFrequency example
8 years ago
Benjamin
9e5ed5248a
Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'
8 years ago
PaulStoffregen
248b6d25cc
Add PT8211 documentation and example
8 years ago
duff2013
b67e37d2bf
NoteFrequency fixes
8 years ago
Benjamin
a4ab51ec48
Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'
8 years ago