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
PaulStoffregen
7bca4efd91
Add keywords for wavetable synth
6 years ago
PaulStoffregen
baff7e0dac
Import Wavetable Synthesis project
https://github.com/TeensyAudio/Wavetable-Synthesis
6 years ago
PaulStoffregen
734d723860
Fix minor documentation mistakes
https://forum.pjrc.com/threads/52679-Teensyduino-1-42-Released?p=181195&viewfull=1#post181195
6 years ago
Matt Bradshaw
afeca2d0ff
deal with spaces in file name
6 years ago
Matt Bradshaw
dac2dc8042
added browser functionality check
6 years ago
Matt Bradshaw
2f01de5216
re-added support for mp3, flac, etc
6 years ago
Matt Bradshaw
cf43f1d4da
u-law encoding seems to be working
6 years ago
Matt Bradshaw
893392bd7f
added u-law encoding but needs to be properly implemented
6 years ago
Matt Bradshaw
a830d24607
tweaked padding and word creation mechanism to fix bug with unaligned wav
6 years ago
Matt Bradshaw
5b9a690845
made padding function work more like original but need to do some refactoring
6 years ago
Matt Bradshaw
fe54aab301
sample rate detection working
6 years ago
Matt Bradshaw
666fbaea32
nearly done adding sample rate detection but ran out of time before going to pub
6 years ago
Matt Bradshaw
f7b8ce783d
ready to attempt sample rate stuff
6 years ago
Matt Bradshaw
5232355994
changed rounding function, results now more consistent with existing wav2sketch
6 years ago
Matt Bradshaw
ea344052e3
clearer uint16 conversion, basic test script to track down rounding errors
6 years ago
Matt Bradshaw
9731230c56
nicer formatting of output data
6 years ago
Matt Bradshaw
f90eb6b81c
fixed error where 9-bit status chunk was being produced and added maximum length check
6 years ago
Matt Bradshaw
b2c230c577
oops, broke mono support while adding stereo support! fixed now
6 years ago
Matt Bradshaw
adc533f9ca
added stereo support (well, still mono output but accepts stereo files)
6 years ago
Matt Bradshaw
4fcb6c2923
added support for multiple file uploads
6 years ago
Matt Bradshaw
281140c4e7
web page now producing working cpp and header files
6 years ago
Matt Bradshaw
1fec068b72
web page now almost producing correct cpp file
6 years ago
Matt Bradshaw
7a68b02f11
offlineaudiocontext to the rescue!
6 years ago