Paul Stoffregen
|
8ef8cec56d
|
Merge pull request #151 from FrankBoesing/patch-1
Remove debug Serial.print...
|
8 년 전 |
Frank
|
9dc45d9a68
|
Remove debug Serial.print...
|
8 년 전 |
PaulStoffregen
|
0d8223e6b0
|
Don't compile M4 code on LC (but LC still not working)
|
8 년 전 |
PaulStoffregen
|
a2837e6724
|
Optimize I2S output memory copy (thanks Frank Bösing)
|
8 년 전 |
PaulStoffregen
|
dadc16968d
|
Opps, CSS class "tooltip" has baggage
|
8 년 전 |
PaulStoffregen
|
2f5d57d586
|
GUI: use div for tooltip info, fixes #148
|
8 년 전 |
PaulStoffregen
|
a6218788e4
|
Add AudioEffectMidSide documentation & example (thanks Hedde Bosman)
|
8 년 전 |
PaulStoffregen
|
531c1759bc
|
Document AudioSynthWaveformSineHires
|
8 년 전 |
PaulStoffregen
|
e6de507e74
|
Add AudioEffectMidSide (thanks Hedde Bosman)
|
8 년 전 |
PaulStoffregen
|
32245a94ce
|
Add readPeakToPeak() to AudioAnalyzePeak
|
8 년 전 |
PaulStoffregen
|
b3e5b475bc
|
GUI: Avoid history.pushState on Chrome with file:/ access
|
8 년 전 |
PaulStoffregen
|
3cc5a15122
|
Add dacVolumeRamp documentation
|
8 년 전 |
PaulStoffregen
|
d427b99a2e
|
Opps, include SerialFlash in VolumeRamp example (for Arduino < 1.6.7)
|
8 년 전 |
PaulStoffregen
|
238ec19741
|
Add SGTL5000 dacVolumeRamp functions & example
|
8 년 전 |
PaulStoffregen
|
4b27e4d420
|
rewrite AudioAnalyzeRMS - arm math version doesn't work!
|
8 년 전 |
PaulStoffregen
|
fe4831c78b
|
Add AudioAnalyzeRMS (thanks sgorpi)
|
8 년 전 |
PaulStoffregen
|
3f8a1fbcfd
|
Add more DSP instructions
|
8 년 전 |
PaulStoffregen
|
03724916e3
|
Oops, transmit the hires sine low bits properly
|
9 년 전 |
PaulStoffregen
|
c626b4443b
|
Add AudioSynthWaveformSineHires - High Precision Sine Wave
|
9 년 전 |
PaulStoffregen
|
5ad3b189a6
|
Fix minor error in linear interpolation (thanks endolith)
fixes #113
|
9 년 전 |
Paul Stoffregen
|
e7a9345bac
|
Merge pull request #117 from mxmxmx/master
AudioControlWM8731::inputLevel(float n)
|
9 년 전 |
PaulStoffregen
|
9a9014363b
|
Allow negative/inverting mixer gain
fixes #115
|
9 년 전 |
PaulStoffregen
|
f6b029ecf4
|
Add AK4558 definition to GUI
|
9 년 전 |
Paul Stoffregen
|
f43ba4ce51
|
Merge pull request #147 from MickMad/master
Add AK4558 CODEC support / Merge branch 'master' of https://github.com/MickMad/Audio
|
9 년 전 |
MickMad
|
5187ba436f
|
Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'
|
9 년 전 |
MickMad
|
642424693c
|
Added AK4558 control functions keywords
|
9 년 전 |
MickMad
|
553bbcd5cd
|
Fixed control functions, examples, GUI elements
|
9 년 전 |
PaulStoffregen
|
902198f408
|
Update keywords with AudioAnalyzeNoteFrequency, fix #146
|
9 년 전 |
MickMad
|
8d6deefaa2
|
Added more control functions
|
9 년 전 |
MickMad
|
ec40956109
|
Merge branch 'master' of https://github.com/MickMad/Audio
|
9 년 전 |
MickMad
|
9b8634d4d0
|
Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'
|
9 년 전 |
Michele Perla
|
45bb092d2d
|
Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'
|
9 년 전 |
PaulStoffregen
|
83b56e142b
|
Add filename requirements comment to WavFilePlayer example
|
9 년 전 |
Michele Perla
|
eab0f118fd
|
Adding useful device configuration functions (WIP)
|
9 년 전 |
Michele Perla
|
17d08ef465
|
Merge remote-tracking branch 'origin/master'
|
9 년 전 |
Michele Perla
|
812603775a
|
Revert "Adding control functions (WIP)"
This reverts commit f0b376d3f6 .
|
9 년 전 |
Michele Perla
|
f0b376d3f6
|
Adding control functions (WIP)
Adding useful functions to setup all the configurable options in the
CODEC (not yet finished)
|
9 년 전 |
PaulStoffregen
|
7e017b129e
|
Rename AudioAnalyzeGuitarTuner to AudioAnalyzeNoteFrequency
|
9 년 전 |
PaulStoffregen
|
c4cea1db07
|
Add AudioAnalyzeGuitarTuner documentation
|
9 년 전 |
PaulStoffregen
|
17e0291728
|
rename initialize() to begin(), Arduino's naming convention
|
9 년 전 |
PaulStoffregen
|
52538979f8
|
Add AudioAnalyzeGuitarTuner keywords
|
9 년 전 |
PaulStoffregen
|
8d51050644
|
Add GuitarTuneNotes example
|
9 년 전 |
PaulStoffregen
|
787480bb0c
|
rename from AudioTuner to AudioAnalyzeGuitarTuner
|
9 년 전 |
PaulStoffregen
|
c31af2cd0e
|
Import Duff's AudioTuner library
https://forum.pjrc.com/threads/32252-Different-Range-FFT-Algorithm?p=91895&viewfull=1#post91895
|
9 년 전 |
PaulStoffregen
|
d5783c0a07
|
Update documentation with new waveform names
|
9 년 전 |
Paul Stoffregen
|
61dacfa948
|
Merge pull request #145 from floretan/more-waveforms
More waveforms
|
9 년 전 |
Florian Lorétan
|
fbd1fe65ce
|
#144: Add the reverse sawtooth and sample-and-hold waveforms.
|
9 년 전 |
PaulStoffregen
|
ad5eeb150c
|
Add arrangeAll (thanks mamuesp, from #141)
|
9 년 전 |
PaulStoffregen
|
609f87e417
|
fix typo
|
9 년 전 |
PaulStoffregen
|
564b2eb8fa
|
Fix GUI documentation URLs (issue #140)
|
9 년 전 |