Paul Stoffregen
0939237b92
Merge pull request #378 from FrankBoesing/fix-doc
Fix documentation for SGTL lineInLevel (swap channels)
il y a 3 ans
Paul Stoffregen
19c35db0ce
Merge pull request #380 from manicken/patch-1
Update index.html
il y a 3 ans
Paul Stoffregen
272233e399
Merge pull request #360 from MarkTillotson/band_limited_waveforms
Band limited waveforms
il y a 3 ans
Paul Stoffregen
7688d84c98
Merge pull request #382 from FrankBoesing/MQS-play-nice
MQS: Play nice
il y a 3 ans
Frank Bösing
f2f51ea543
MQS: Play nice
keeps 352kHZ PWM, but reduces hardware-oversampling to 32x
il y a 3 ans
PaulStoffregen
d9a922cf38
Mention Teensy 4.x in readme
il y a 3 ans
Jannik
be912d65d8
Update index.html
changed
{"type":"AudioOutputPWM", "resource":"DAC1", "shareable":false},
to
{"type":"AudioOutputPWM", "resource":"PWM", "shareable":false},
il y a 3 ans
Frank
dc9b15b5d8
Fix documentation for SGTL lineInLevel (swap channels)
il y a 3 ans
Paul Stoffregen
5e4bc3195c
Merge pull request #371 from FrankBoesing/patch-1
PT8211: fix beep on startup
il y a 3 ans
Frank
6d83a81055
done :)
il y a 3 ans
Frank
e4dfba809b
Update output_pt8211.cpp
il y a 3 ans
Frank
c44dc098ee
fix beep on startup
https://forum.pjrc.com/threads/64592-Teensyduino-1-54-Beta-5?p=263595&viewfull=1#post263595
il y a 3 ans
PaulStoffregen
ebfb3270fe
Add comment with link to I2S hardware explanation
il y a 4 ans
Paul Stoffregen
61b7c3ecce
Merge pull request #370 from FrankBoesing/master
wav2sketch - Update for T4.x
il y a 4 ans
Frank
068f9b573e
Add files via upload
il y a 4 ans
Frank
a412ee8a1b
Update wav2sketch.c
il y a 4 ans
Paul Stoffregen
6822072ad7
Merge pull request #368 from el-supremo/patch-1
Update effect_rectifier.cpp
il y a 4 ans
Pete
7cafab457d
Update effect_rectifier.cpp
Bug: was overwriting a read-only buffer
il y a 4 ans
Paul Stoffregen
e96a8834d8
Merge pull request #366 from grahamwhaley/20201119_gui_additions
Minor gui text updates
il y a 4 ans
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>
il y a 4 ans
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>
il y a 4 ans
PaulStoffregen
7669598068
Add comment with link to forum conversation
il y a 4 ans
PaulStoffregen
0d6a9b8a44
Fix PT2811 crash on Teensy 4.x
https://forum.pjrc.com/threads/64388-PT8211-and-Teensy-4?p=259415&viewfull=1#post259415
il y a 4 ans
PaulStoffregen
6369a6ae1f
Improve interrupt handling for simultaneous WAV file playing
il y a 4 ans
PaulStoffregen
6ab951bfcf
Fix bug in SimultaneousPlay example
il y a 4 ans
PaulStoffregen
7aa04b0a82
Add link & comments to SimultaneousPlay example
il y a 4 ans
PaulStoffregen
dd90453843
SimultaneousPlay examples goes in SD_Card folder
il y a 4 ans
PaulStoffregen
2739d3275b
Add SimultaneousPlay for testing SD card and SD/SdFat library
il y a 4 ans
PaulStoffregen
363a61d481
Add note about half wave rectifier effect using waveshaper
il y a 4 ans
PaulStoffregen
c87dc5a724
Fix rectifier effect description
il y a 4 ans
PaulStoffregen
983f1c61ed
Document AudioEffectRectifier
il y a 4 ans
PaulStoffregen
a32e47300a
Add links to documentation
il y a 4 ans
PaulStoffregen
32174852ce
More AsyncAudioInputSPDIF3 documentation
il y a 4 ans
PaulStoffregen
9389f91901
Update AsyncAudioInputSPDIF3 documentation
il y a 4 ans
Paul Stoffregen
05265df196
Merge pull request #358 from alex6679/master
using the spdif configuration of AudioOutputSPDIF3 and more
il y a 4 ans
user
deeb99ddc9
Improve handling of pulse waveforms to allow sub-sample width pulses and finesse remaining issues with modulation
il y a 4 ans
user
0d938fe01a
Add pulse-width sampling to the pulse generator - at rising edge sample the pulse width for the cycle so that modulation doesn't break the step-detection logic
il y a 4 ans
Paul Stoffregen
8764e4ca1d
Merge pull request #359 from MarkTillotson/tonesweep_improvement
Fix discontinuity in frequency stepping in tonesweep
il y a 4 ans
user
5457aedfab
Fix dc offset for pulse waveform to match the duty cycle, to stop pumping on note attack/release
il y a 4 ans
user
563a899378
Fix various issues with bandlimit pulse after testing with changing/modulating pulse width and freq, also invert phase of square and pulse to match existing tone types
il y a 4 ans
mark
1c191983d7
Add bandlimited pulse support
il y a 4 ans
user
0e3fe8f17d
Fix bugs, wasn't re-initing newptr/delptr, amplitude scaling missing from Modulated
il y a 4 ans
user
911beaed32
tidy away debug
il y a 4 ans
user
02e4a6319f
Band limited versions of square and sawtooth added to AudioSynthWaveform and AudioSynthWaveformModulated
il y a 4 ans
user
2416c39b74
Fix discontinuity in frequency stepping in tonesweep, remove unnecessary/incorrect masking of phase
il y a 4 ans
user
c8415c3077
revert a change made to wrong branch
il y a 4 ans
user
696e933c91
Fix discontinuity in frequency stepping in tonesweep, remove unnecessary/incorrect masking of phase
il y a 4 ans
awalch6679
4b82cb7333
stop function removed
il y a 4 ans
PaulStoffregen
f6b809e572
Fix missing DSP instruction alternates on Teensy LC
il y a 4 ans
PaulStoffregen
1d0b10ed21
Remove leftover debug printing
il y a 4 ans