Frank Bösing
8f2a45817e
various (see below)
input_i2s
input_i2s2
output_i2s2
output_tdm
output_tdm2
před 5 roky
PaulStoffregen
bd7aea87e9
Comment out pin 13 debug in I2S input
před 5 roky
PaulStoffregen
a82eab8ecf
Fix I2S output on Teensy 3.x
před 5 roky
Paul Stoffregen
92bb81170a
Merge pull request #281 from FrankBoesing/master
add output_i2s2
před 5 roky
Paul Stoffregen
d250a21b2a
Merge pull request #280 from FrankBoesing/patch-2
re-enable i2s-slave for T3.x
před 5 roky
Paul Stoffregen
96c6ef00fc
Merge pull request #279 from FrankBoesing/patch-1
Fix i2s-input for Imxrt
před 5 roky
Frank Bösing
5cd13329f6
add output_i2s2
před 5 roky
Frank
5a3b348889
re-enable i2s-slave for T3.x
will do i2s-slave later.
před 5 roky
Frank
a0b88e2db2
Fix input for Imxrt
adds missing IOMUXC_SAI1_RX_DATA0_SELECT_INPUT = 2;
před 5 roky
PaulStoffregen
8746601628
merge Frank's latest changes
před 5 roky
PaulStoffregen
4cd45ef9ba
Remove extra imxrt defines
před 5 roky
PaulStoffregen
07a305d8bc
Import all of Frank's T4 edits
před 5 roky
Paul Stoffregen
6a96113a4a
Merge pull request #276 from FrankBoesing/patch-4
Reverb: memset: wrong size - element size is not 1
před 5 roky
Paul Stoffregen
3754011fc1
Merge pull request #272 from FrankBoesing/master
Bugfix: Errors when using 168MHz due to missing line
před 6 roky
Paul Stoffregen
8a9cfbe32a
Merge pull request #277 from tsandmann/bugfix-AudioPlaySdWav
Bugfix for missing initialization of data pointers in AudioPlaySdWav
před 6 roky
Timo Sandmann
3885801da8
Bugfix for missing initialization of data pointers in AudioPlaySdWav
If AudioPlaySdWav::block_left / block_right are not properly initialized to NULL, AudioPlaySdWav::begin() may crash, because their usage in AudioStream::release() may lead to undefined behavior.
před 6 roky
Frank
90a494be47
memset: wrong size - element size is not 1
před 6 roky
Paul Stoffregen
6ec1e26e81
Merge pull request #273 from FrankBoesing/patch-3
Add missing Keywords setLowShelf/setHighShelf
před 6 roky
Frank
b47ca43f73
Add missing Keywords setLowShelf/setHighShelf
před 6 roky
Frank
7441fa8dd9
Bugfix: Errors when using 168MHz due to missing line
Without, the whole lib does not compile with 168MHz.
--> added missing line.
před 6 roky
Paul Stoffregen
bc3a7089b1
Merge pull request #263 from chipaudette/master
Add control object for TLV32AIC3206
před 6 roky
Chip Audette
58bebdab44
AIC3206: rename channel macros, add comments
před 6 roky
Chip Audette
8e48ce8ec3
AIC3206: Bug fixes
před 6 roky
Chip Audette
3b6400621b
Add AudioControlTLV320AIC3206
před 6 roky
Chip Audette
e06e997fdd
Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'
před 6 roky
PaulStoffregen
bf6de96083
Add links to Recorder example
před 6 roky
PaulStoffregen
3856412457
Avoid global Wavetable defines
před 6 roky
PaulStoffregen
d79b1b254f
Improve wavetable Zelda example
před 6 roky
PaulStoffregen
84073ecbfd
Fix wavetable crash on instrument change after stop
před 6 roky
PaulStoffregen
dffb84f2b6
Don't disable interrupt in update()
před 6 roky
PaulStoffregen
8557edb234
Impove SimpleWavetable example
před 6 roky
PaulStoffregen
0a35f52289
Bring wavetable data structures into AudioSynthWavetable class
před 6 roky
PaulStoffregen
eba5e06a9a
Begin wavetable documentation
před 6 roky
PaulStoffregen
ab87205424
Add comments to wavetable synth examples
před 6 roky
PaulStoffregen
7bca4efd91
Add keywords for wavetable synth
před 6 roky
PaulStoffregen
baff7e0dac
Import Wavetable Synthesis project
https://github.com/TeensyAudio/Wavetable-Synthesis
před 6 roky
PaulStoffregen
734d723860
Fix minor documentation mistakes
https://forum.pjrc.com/threads/52679-Teensyduino-1-42-Released?p=181195&viewfull=1#post181195
před 6 roky
PaulStoffregen
4a4d695cec
Play WAV files with junk sections
před 6 roky
PaulStoffregen
c3fa61d4f9
Improve wav2sketch parsing of WAV files with junk sections
https://forum.pjrc.com/threads/50537
před 6 roky
PaulStoffregen
e4fcedd834
Update WM8731 documentation
před 6 roky
PaulStoffregen
e83ddeefdd
Add WM8731 inputSelect() function and update example
před 6 roky
PaulStoffregen
fd2947410a
Fix WAVEFORM_TRIANGLE_VARIABLE at less than 1.0 amplitude
před 6 roky
PaulStoffregen
bf96e81da6
Fix WAVEFORM_TRIANGLE at less than 1.0 amplitude
před 6 roky
PaulStoffregen
9fd9bc796b
Add AudioAmplifier documentation image
před 6 roky
PaulStoffregen
bebf5dce98
Add simple AudioAmplifier
před 6 roky
PaulStoffregen
15fe912697
Add AudioInputPDM documentation
před 6 roky
PaulStoffregen
48e0aa4529
Add AudioInputPDM
před 6 roky
PaulStoffregen
c50086b93a
Add AudioSynthWaveformModulated documentation
před 6 roky
PaulStoffregen
8cea4b3f2c
Add waveform phase modulation
před 6 roky
PaulStoffregen
2244781c1c
Never allow freq modulation to attempt higher than Nyquist
před 6 roky