Frank Bösing
516252a640
Fixes for Teensy LC
Needed for Blocksize=128.
Blocksize 128 is needed for the waveplayer
пре 3 година
Paul Stoffregen
5e4bc3195c
Merge pull request #371 from FrankBoesing/patch-1
PT8211: fix beep on startup
пре 3 година
Frank
6d83a81055
done :)
пре 3 година
Frank
e4dfba809b
Update output_pt8211.cpp
пре 3 година
Frank
c44dc098ee
fix beep on startup
https://forum.pjrc.com/threads/64592-Teensyduino-1-54-Beta-5?p=263595&viewfull=1#post263595
пре 3 година
PaulStoffregen
ebfb3270fe
Add comment with link to I2S hardware explanation
пре 4 година
Paul Stoffregen
61b7c3ecce
Merge pull request #370 from FrankBoesing/master
wav2sketch - Update for T4.x
пре 4 година
Frank
068f9b573e
Add files via upload
пре 4 година
Frank
a412ee8a1b
Update wav2sketch.c
пре 4 година
Paul Stoffregen
6822072ad7
Merge pull request #368 from el-supremo/patch-1
Update effect_rectifier.cpp
пре 4 година
Pete
7cafab457d
Update effect_rectifier.cpp
Bug: was overwriting a read-only buffer
пре 4 година
Paul Stoffregen
e96a8834d8
Merge pull request #366 from grahamwhaley/20201119_gui_additions
Minor gui text updates
пре 4 година
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>
пре 4 година
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>
пре 4 година
PaulStoffregen
7669598068
Add comment with link to forum conversation
пре 4 година
PaulStoffregen
0d6a9b8a44
Fix PT2811 crash on Teensy 4.x
https://forum.pjrc.com/threads/64388-PT8211-and-Teensy-4?p=259415&viewfull=1#post259415
пре 4 година
PaulStoffregen
6369a6ae1f
Improve interrupt handling for simultaneous WAV file playing
пре 4 година
PaulStoffregen
6ab951bfcf
Fix bug in SimultaneousPlay example
пре 4 година
PaulStoffregen
7aa04b0a82
Add link & comments to SimultaneousPlay example
пре 4 година
PaulStoffregen
dd90453843
SimultaneousPlay examples goes in SD_Card folder
пре 4 година
PaulStoffregen
2739d3275b
Add SimultaneousPlay for testing SD card and SD/SdFat library
пре 4 година
PaulStoffregen
363a61d481
Add note about half wave rectifier effect using waveshaper
пре 4 година
PaulStoffregen
c87dc5a724
Fix rectifier effect description
пре 4 година
PaulStoffregen
983f1c61ed
Document AudioEffectRectifier
пре 4 година
PaulStoffregen
a32e47300a
Add links to documentation
пре 4 година
PaulStoffregen
32174852ce
More AsyncAudioInputSPDIF3 documentation
пре 4 година
PaulStoffregen
9389f91901
Update AsyncAudioInputSPDIF3 documentation
пре 4 година
Paul Stoffregen
05265df196
Merge pull request #358 from alex6679/master
using the spdif configuration of AudioOutputSPDIF3 and more
пре 4 година
Paul Stoffregen
8764e4ca1d
Merge pull request #359 from MarkTillotson/tonesweep_improvement
Fix discontinuity in frequency stepping in tonesweep
пре 4 година
user
2416c39b74
Fix discontinuity in frequency stepping in tonesweep, remove unnecessary/incorrect masking of phase
пре 4 година
awalch6679
4b82cb7333
stop function removed
пре 4 година
PaulStoffregen
f6b809e572
Fix missing DSP instruction alternates on Teensy LC
пре 4 година
PaulStoffregen
1d0b10ed21
Remove leftover debug printing
пре 4 година
PaulStoffregen
7179fcee28
Fix compile errors on Teensy LC
пре 4 година
PaulStoffregen
d012b952e9
Fix PT8211 on Teensy 4.x
пре 4 година
PaulStoffregen
4d2ffa31d4
Add Vocoder19Band example from Bradley Sanders
https://forum.pjrc.com/threads/61384?p=243547&viewfull=1#post243547
пре 4 година
PaulStoffregen
4d12f75486
update keywords
пре 4 година
PaulStoffregen
a625bb7ab8
Add rectifier effect
пре 4 година
awalch6679
84da392ddd
FLASHMEM instead of PROGMEM for functions
пре 4 година
awalch6679
7e7cb4dbb8
added the maximum filter length to the parameters
пре 4 година
awalch6679
141b88bf10
turning dither and noise shaping off at the simple example
пре 4 година
awalch6679
893296c060
async spdif input -> friendclass of spdif output
AudioOutputSPDIF3::config_spdif3() used to configure spdif receiver
пре 4 година
Paul Stoffregen
5205233a47
Merge pull request #352 from FrankBoesing/patch-1
Gui: finally: Fix reload issue
пре 4 година
Frank
0d32d6411d
Gui: finally: Fix reload issue
...pls don't forget to copy the css to the website.
пре 4 година
awalch6679
832bef49b7
minor bug fix at the computation of the target frequency
providing the actual anti-aliasing attenuation and resampling filter length
пре 4 година
PaulStoffregen
928c0747da
Fix AudioOutputI2Sslave compatibility requirements
пре 4 година
Paul Stoffregen
41b1212baa
Merge pull request #350 from FrankBoesing/gui
add on-click message
пре 4 година
Frank Bösing
777ee3a6d7
cleaning
пре 4 година
Frank Bösing
cac8726c77
Update view.js
пре 4 година
Frank Bösing
4a2c98eaaa
add on-click message
пре 4 година