zirafa
|
33f3df4555
|
Fix format error: header chunkSize can be 16, 18, or 40
|
7 years ago |
PaulStoffregen
|
a251520338
|
Add MIDI note to frequency comment
|
7 years ago |
PaulStoffregen
|
4512276221
|
Fix I2S slave mode input & output
|
7 years ago |
PaulStoffregen
|
7673a0dbdf
|
Add AudioInputTDM
|
7 years ago |
PaulStoffregen
|
1c9a303022
|
Add AudioOutputTDM for 16 channel output
|
7 years ago |
Damien Clarke
|
919ff96ad3
|
Remove commented performance testing code
|
7 years ago |
Damien Clarke
|
73d44f7611
|
Add waveshaper effect
|
7 years ago |
PaulStoffregen
|
a47195817d
|
Add AudioControlCS42448
|
7 years ago |
PaulStoffregen
|
579badc745
|
Add links to CV analog circuits in documentation
|
7 years ago |
PaulStoffregen
|
e8541bcbe0
|
Update readme
|
7 years ago |
PaulStoffregen
|
b29d47455f
|
Increase maximum delay and scale with block size
|
7 years ago |
PaulStoffregen
|
ca594397d7
|
Better volume scaling in PassThroughUSB example
|
7 years ago |
PaulStoffregen
|
ba2b4981d1
|
Add volume adjust to PassThroughUSB example
|
7 years ago |
PaulStoffregen
|
1cf7b26a2b
|
Mention link to Chip's ADC noise tests in SGTL5000 documentation
|
7 years ago |
PaulStoffregen
|
105da7494d
|
Mention wav2sketch instructions in documentation
|
7 years ago |
PaulStoffregen
|
a8b02e2468
|
Update all examples to document all SD card options
|
7 years ago |
PaulStoffregen
|
c3eb1f6bfe
|
Fix typo in PT2811 documentation
|
7 years ago |
PaulStoffregen
|
2c3b38404b
|
Fix simultaneous quad input & output on Teensy 3.6 with CPU > 120 MHz
|
7 years ago |
PaulStoffregen
|
2a2b24a72f
|
Quad input on Teensy 3.5 & 3.6 needs pin 38
|
7 years ago |
PaulStoffregen
|
c8d680c4a0
|
Document Macintosh USB audio workaround
|
7 years ago |
PaulStoffregen
|
60865a2e4a
|
Fix minor compiler warning
|
8 years ago |
Paul Stoffregen
|
15ad56ce44
|
Merge pull request #217 from FrankBoesing/patch-3
Fix for two little bugs
|
8 years ago |
Frank
|
40b965991b
|
Fix for two little bugs
First : see https://forum.pjrc.com/threads/40191-BUG-PlaySdRaw-on-Teensy-3-6-crashes?p=127026#post127026
Fix: disable irq when opening the file.
Second: Similar to the fix for wavefiles - T3.5/3.6 don't use SPI for SD
|
8 years ago |
Paul Stoffregen
|
e1403ae4b8
|
Merge pull request #216 from FrankBoesing/patch-2
Allow blocksizes 8 and 16
|
8 years ago |
Frank
|
63f48266a3
|
Allow blocksizes 8 and 16
|
8 years ago |
PaulStoffregen
|
8cce961be8
|
Add TestTutorialKit program
|
8 years ago |
PaulStoffregen
|
b51b80dc83
|
Fix hard-coded 128 block size limits
|
8 years ago |
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 |