Frank Bösing
b262957335
cache-support i2s/i2s2
5 years ago
Frank Bösing
1a5bd3ed27
cache-support mqs
5 years ago
Frank Bösing
1cd00eccb8
use common spdif bcmlookup table
+ cache-support SPDIF(1)
5 years ago
Frank Bösing
1f9724c8e7
add SPDIF3
5 years ago
Frank Bösing
2180fc69bd
spdif2: cache
5 years ago
Frank Bösing
c99b7b7204
initial cache-support
5 years ago
PaulStoffregen
8d0cb7b413
Add comment about noise shaping in biquad filter
5 years ago
Paul Stoffregen
73184a1676
Merge pull request #286 from FrankBoesing/master
SPDIF
5 years ago
Frank Bösing
188dc3dd6f
SPDIF
Add SPIF, SPDIF2 (Software emulated)
5 years ago
PaulStoffregen
5bf65f1c47
Start list of verified compatible I2S chips
5 years ago
PaulStoffregen
aa5f6be6d1
Minor memory player documentation update
5 years ago
Paul Stoffregen
5d1c0e9f4b
Merge pull request #284 from FrankBoesing/master
Inputs: I2S, I2S2; Outputs: I2S2, TDM, TDM2
5 years ago
Frank Bösing
33eece1548
add output_pt8211_2
5 years ago
Frank Bösing
ad7b4f1644
add output_pt8211
5 years ago
Frank Bösing
92c7914a42
MQS: Higher freq.
5 years ago
Frank Bösing
246d051b01
add output_mqs
5 years ago
Frank Bösing
8f2a45817e
various (see below)
input_i2s
input_i2s2
output_i2s2
output_tdm
output_tdm2
5 years ago
PaulStoffregen
bd7aea87e9
Comment out pin 13 debug in I2S input
5 years ago
PaulStoffregen
a82eab8ecf
Fix I2S output on Teensy 3.x
5 years ago
Paul Stoffregen
92bb81170a
Merge pull request #281 from FrankBoesing/master
add output_i2s2
5 years ago
Paul Stoffregen
d250a21b2a
Merge pull request #280 from FrankBoesing/patch-2
re-enable i2s-slave for T3.x
5 years ago
Paul Stoffregen
96c6ef00fc
Merge pull request #279 from FrankBoesing/patch-1
Fix i2s-input for Imxrt
5 years ago
Frank Bösing
5cd13329f6
add output_i2s2
5 years ago
Frank
5a3b348889
re-enable i2s-slave for T3.x
will do i2s-slave later.
5 years ago
Frank
a0b88e2db2
Fix input for Imxrt
adds missing IOMUXC_SAI1_RX_DATA0_SELECT_INPUT = 2;
5 years ago
PaulStoffregen
8746601628
merge Frank's latest changes
5 years ago
PaulStoffregen
4cd45ef9ba
Remove extra imxrt defines
5 years ago
PaulStoffregen
07a305d8bc
Import all of Frank's T4 edits
5 years ago
Paul Stoffregen
6a96113a4a
Merge pull request #276 from FrankBoesing/patch-4
Reverb: memset: wrong size - element size is not 1
5 years ago
Paul Stoffregen
3754011fc1
Merge pull request #272 from FrankBoesing/master
Bugfix: Errors when using 168MHz due to missing line
6 years ago
Paul Stoffregen
8a9cfbe32a
Merge pull request #277 from tsandmann/bugfix-AudioPlaySdWav
Bugfix for missing initialization of data pointers in AudioPlaySdWav
6 years ago
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.
6 years ago
Frank
90a494be47
memset: wrong size - element size is not 1
6 years ago
Paul Stoffregen
6ec1e26e81
Merge pull request #273 from FrankBoesing/patch-3
Add missing Keywords setLowShelf/setHighShelf
6 years ago
Frank
b47ca43f73
Add missing Keywords setLowShelf/setHighShelf
6 years ago
Frank
7441fa8dd9
Bugfix: Errors when using 168MHz due to missing line
Without, the whole lib does not compile with 168MHz.
--> added missing line.
6 years ago
Paul Stoffregen
bc3a7089b1
Merge pull request #263 from chipaudette/master
Add control object for TLV32AIC3206
6 years ago
Chip Audette
58bebdab44
AIC3206: rename channel macros, add comments
6 years ago
Chip Audette
8e48ce8ec3
AIC3206: Bug fixes
6 years ago
Chip Audette
3b6400621b
Add AudioControlTLV320AIC3206
6 years ago
Chip Audette
e06e997fdd
Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'
6 years ago
PaulStoffregen
bf6de96083
Add links to Recorder example
6 years ago
PaulStoffregen
3856412457
Avoid global Wavetable defines
6 years ago
PaulStoffregen
d79b1b254f
Improve wavetable Zelda example
6 years ago
PaulStoffregen
84073ecbfd
Fix wavetable crash on instrument change after stop
6 years ago
PaulStoffregen
dffb84f2b6
Don't disable interrupt in update()
6 years ago
PaulStoffregen
8557edb234
Impove SimpleWavetable example
6 years ago
PaulStoffregen
0a35f52289
Bring wavetable data structures into AudioSynthWavetable class
6 years ago
PaulStoffregen
eba5e06a9a
Begin wavetable documentation
6 years ago
PaulStoffregen
ab87205424
Add comments to wavetable synth examples
6 years ago