Paul Stoffregen
5259876810
Merge pull request #357 from mattvenn/master
Round down to 0 to avoid the buzzing noise issue
hace 3 años
Paul Stoffregen
b8a88653f1
Merge pull request #362 from MarkTillotson/fix_phase_modulation
Fix phase modulation
hace 3 años
Paul Stoffregen
6650038cc1
Merge pull request #365 from standarddeviant/sdwav-pausable
AudioPlaySdWav Feature: togglePlayPause
hace 3 años
Paul Stoffregen
021ac025d5
Merge pull request #364 from alex6679/master
AsyncAudioInputSPDIF3 minor bug fix/clipping prevention
hace 3 años
Paul Stoffregen
d37974663b
Merge pull request #373 from grahamwhaley/20201229_5k_hishelf
sg5k: calcBiquad: add missing break; for hishelf
hace 3 años
Paul Stoffregen
f69d9febec
Merge pull request #374 from FrankBoesing/TeensyLC-PT8211
Add Teensy LC Code for PT8211
hace 3 años
Paul Stoffregen
92346876f4
Merge pull request #376 from FrankBoesing/SGTL5000-Master
Add SGTl5000 MasterMode
hace 3 años
Paul Stoffregen
3b8d98a8cc
Merge pull request #377 from FrankBoesing/Teensy-LC-AudioOutputI2S(+slave)
Teensy LC AudioOutputI2S(+slave)
hace 3 años
Paul Stoffregen
3d0cd00dc2
Merge pull request #375 from FrankBoesing/Fixes-for-LC
Fixes for Teensy LC
hace 3 años
Paul Stoffregen
0939237b92
Merge pull request #378 from FrankBoesing/fix-doc
Fix documentation for SGTL lineInLevel (swap channels)
hace 3 años
Paul Stoffregen
19c35db0ce
Merge pull request #380 from manicken/patch-1
Update index.html
hace 3 años
Paul Stoffregen
272233e399
Merge pull request #360 from MarkTillotson/band_limited_waveforms
Band limited waveforms
hace 3 años
Paul Stoffregen
7688d84c98
Merge pull request #382 from FrankBoesing/MQS-play-nice
MQS: Play nice
hace 3 años
Frank Bösing
f2f51ea543
MQS: Play nice
keeps 352kHZ PWM, but reduces hardware-oversampling to 32x
hace 3 años
PaulStoffregen
d9a922cf38
Mention Teensy 4.x in readme
hace 3 años
Jannik
be912d65d8
Update index.html
changed
{"type":"AudioOutputPWM", "resource":"DAC1", "shareable":false},
to
{"type":"AudioOutputPWM", "resource":"PWM", "shareable":false},
hace 3 años
Frank
dc9b15b5d8
Fix documentation for SGTL lineInLevel (swap channels)
hace 3 años
Frank Bösing
7b3e706948
Add I2sInput Master
Attention this last part is *untested*
hace 3 años
Frank Bösing
784879705a
LC input slave
TBD: input as "Master". Do we need this?
hace 3 años
Frank Bösing
b98ad575b6
LC has no I2S0_TCR1
hace 3 años
Frank
86e7733bd6
Kinetis K only
hace 3 años
Frank
29657227d0
Teensy LC needs more time
Change delay(5) to delay(25)
hace 3 años
Frank Bösing
839f09f96a
Fix: Master back to 16 Bit
hace 3 años
Frank Bösing
e6be8886c0
Add Teensy LC to WavFilePlayer.ino
hace 3 años
Frank Bösing
3708c2bde8
Teensy LC AudioOutputI2S(+slave)
Slavemode tested,
TODO: Test Mastermode (PCCM1802?)
TODO: Input
hace 3 años
Frank Bösing
f7e1369589
Add SGTl5000 MasterMode
This adds a new enable() function.
bool enable(extMCLK, pllFreq);
switches the SGTL to Master Mode.
On LC this done automatically, so the normal enable() works with the Teensy LC.
hace 3 años
Frank Bösing
516252a640
Fixes for Teensy LC
Needed for Blocksize=128.
Blocksize 128 is needed for the waveplayer
hace 3 años
Frank
2096210d3c
bugfix
hace 3 años
Frank
af0b54930f
Add Teensy LC Code for PT8211
hace 3 años
Graham Whaley
71367e60ea
sg5k: calcBiquad: add missing break; for hishelf
There was a missing `break;` at the end of the FILTER_HISHELF
case in the calculations, meaning a hishelf coeff calc always
returned the default fallthrough case, which is a benign passthrough
filter.
Fix by adding the `break;`.
Fixes : #343
Signed-off-by: Graham Whaley <graham.whaley@gmail.com>
hace 3 años
Paul Stoffregen
5e4bc3195c
Merge pull request #371 from FrankBoesing/patch-1
PT8211: fix beep on startup
hace 3 años
Frank
6d83a81055
done :)
hace 3 años
Frank
e4dfba809b
Update output_pt8211.cpp
hace 3 años
Frank
c44dc098ee
fix beep on startup
https://forum.pjrc.com/threads/64592-Teensyduino-1-54-Beta-5?p=263595&viewfull=1#post263595
hace 3 años
PaulStoffregen
ebfb3270fe
Add comment with link to I2S hardware explanation
hace 3 años
Paul Stoffregen
61b7c3ecce
Merge pull request #370 from FrankBoesing/master
wav2sketch - Update for T4.x
hace 4 años
Frank
068f9b573e
Add files via upload
hace 4 años
Frank
a412ee8a1b
Update wav2sketch.c
hace 4 años
Paul Stoffregen
6822072ad7
Merge pull request #368 from el-supremo/patch-1
Update effect_rectifier.cpp
hace 4 años
Pete
7cafab457d
Update effect_rectifier.cpp
Bug: was overwriting a read-only buffer
hace 4 años
Paul Stoffregen
e96a8834d8
Merge pull request #366 from grahamwhaley/20201119_gui_additions
Minor gui text updates
hace 4 años
Graham Whaley
739c6c31f7
Chamberlin: change formula to latex graphic
Replace the text formula with a png graphic generated from some
LaTeX source.
Formulas in HTML apparently never made it in the mainstream,
and the recommendation is to use LaTex to generate images. See:
https://www.w3.org/MarkUp/HTMLPlus/htmlplus_45.html
To convert the .tex to a png, try:
pdflatex formulas.tex
convert -density 300 formulas.pdf -quality 95 formulas.png
Signed-off-by: Graham Whaley <graham.whaley@gmail.com>
hace 4 años
Graham Whaley
b0775d3098
gui: ToneDetect: Note it uses the Goertzel algorithm
Note in the GUI help text that the ToneDetect uses the
Goertzel algorithm.
Signed-off-by: Graham Whaley <graham.whaley@gmail.com>
hace 4 años
PaulStoffregen
7669598068
Add comment with link to forum conversation
hace 4 años
Dave Crist
1ba7dbb5b2
changing example prints so pause API is clear
hace 4 años
Dave Crist
67a3f4b2bf
allowing position + length to work during pause
hace 4 años
Dave Crist
f8526467d1
fixing missing bracket
hace 4 años
Dave Crist
0c184d9914
fixing missing semicolon
hace 4 años
Dave Crist
970dcb1a0b
fixing use of non-constant in case of switch
hace 4 años
Dave Crist
8a45aed3cf
fixing playFile function name typo
hace 4 años