PaulStoffregen
b3e5b475bc
GUI: Avoid history.pushState on Chrome with file:/ access
pirms 9 gadiem
PaulStoffregen
3cc5a15122
Add dacVolumeRamp documentation
pirms 9 gadiem
PaulStoffregen
d427b99a2e
Opps, include SerialFlash in VolumeRamp example (for Arduino < 1.6.7)
pirms 9 gadiem
PaulStoffregen
238ec19741
Add SGTL5000 dacVolumeRamp functions & example
pirms 9 gadiem
PaulStoffregen
4b27e4d420
rewrite AudioAnalyzeRMS - arm math version doesn't work!
pirms 9 gadiem
PaulStoffregen
fe4831c78b
Add AudioAnalyzeRMS (thanks sgorpi)
pirms 9 gadiem
PaulStoffregen
3f8a1fbcfd
Add more DSP instructions
pirms 9 gadiem
PaulStoffregen
03724916e3
Oops, transmit the hires sine low bits properly
pirms 9 gadiem
PaulStoffregen
c626b4443b
Add AudioSynthWaveformSineHires - High Precision Sine Wave
pirms 9 gadiem
PaulStoffregen
5ad3b189a6
Fix minor error in linear interpolation (thanks endolith)
fixes #113
pirms 9 gadiem
Paul Stoffregen
e7a9345bac
Merge pull request #117 from mxmxmx/master
AudioControlWM8731::inputLevel(float n)
pirms 9 gadiem
PaulStoffregen
9a9014363b
Allow negative/inverting mixer gain
fixes #115
pirms 9 gadiem
PaulStoffregen
f6b029ecf4
Add AK4558 definition to GUI
pirms 9 gadiem
Paul Stoffregen
f43ba4ce51
Merge pull request #147 from MickMad/master
Add AK4558 CODEC support / Merge branch 'master' of https://github.com/MickMad/Audio
pirms 9 gadiem
MickMad
5187ba436f
Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'
pirms 9 gadiem
MickMad
642424693c
Added AK4558 control functions keywords
pirms 9 gadiem
MickMad
553bbcd5cd
Fixed control functions, examples, GUI elements
pirms 9 gadiem
PaulStoffregen
902198f408
Update keywords with AudioAnalyzeNoteFrequency, fix #146
pirms 9 gadiem
MickMad
8d6deefaa2
Added more control functions
pirms 9 gadiem
MickMad
ec40956109
Merge branch 'master' of https://github.com/MickMad/Audio
pirms 9 gadiem
MickMad
9b8634d4d0
Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'
pirms 9 gadiem
Michele Perla
45bb092d2d
Merge remote-tracking branch 'refs/remotes/PaulStoffregen/master'
pirms 9 gadiem
PaulStoffregen
83b56e142b
Add filename requirements comment to WavFilePlayer example
pirms 9 gadiem
Michele Perla
eab0f118fd
Adding useful device configuration functions (WIP)
pirms 9 gadiem
Michele Perla
17d08ef465
Merge remote-tracking branch 'origin/master'
pirms 9 gadiem
Michele Perla
812603775a
Revert "Adding control functions (WIP)"
This reverts commit f0b376d3f6
.
pirms 9 gadiem
Michele Perla
f0b376d3f6
Adding control functions (WIP)
Adding useful functions to setup all the configurable options in the
CODEC (not yet finished)
pirms 9 gadiem
PaulStoffregen
7e017b129e
Rename AudioAnalyzeGuitarTuner to AudioAnalyzeNoteFrequency
pirms 9 gadiem
PaulStoffregen
c4cea1db07
Add AudioAnalyzeGuitarTuner documentation
pirms 9 gadiem
PaulStoffregen
17e0291728
rename initialize() to begin(), Arduino's naming convention
pirms 9 gadiem
PaulStoffregen
52538979f8
Add AudioAnalyzeGuitarTuner keywords
pirms 9 gadiem
PaulStoffregen
8d51050644
Add GuitarTuneNotes example
pirms 9 gadiem
PaulStoffregen
787480bb0c
rename from AudioTuner to AudioAnalyzeGuitarTuner
pirms 9 gadiem
PaulStoffregen
c31af2cd0e
Import Duff's AudioTuner library
https://forum.pjrc.com/threads/32252-Different-Range-FFT-Algorithm?p=91895&viewfull=1#post91895
pirms 9 gadiem
PaulStoffregen
d5783c0a07
Update documentation with new waveform names
pirms 9 gadiem
Paul Stoffregen
61dacfa948
Merge pull request #145 from floretan/more-waveforms
More waveforms
pirms 9 gadiem
Florian Lorétan
fbd1fe65ce
#144 : Add the reverse sawtooth and sample-and-hold waveforms.
pirms 9 gadiem
PaulStoffregen
ad5eeb150c
Add arrangeAll (thanks mamuesp, from #141 )
pirms 9 gadiem
PaulStoffregen
609f87e417
fix typo
pirms 9 gadiem
PaulStoffregen
564b2eb8fa
Fix GUI documentation URLs (issue #140 )
pirms 9 gadiem
Michele Perla
967ba4c462
Fixed registers configuration, added two examples
One write was out-of-bounds due to worng address put (I was using the
device address rather than the register address), another write
overwrote the Power Management register with the Mode Control register.
Now everything works. Added two exampes: SineOutTest that puts two
sinewaves on the outputs, and PassthroughTest that connects the two
inputs to the two outputs.
pirms 9 gadiem
Michele Perla
ab3ef8b985
Revert "Fixed AK4558_I2C_ADDR"
This reverts commit 8d8350bf07
.
pirms 9 gadiem
Michele Perla
1a5ceb4eb5
Fixed AK4558_I2C_ADDR
The address was wrongly put to 0x10 + the two hardware set bits, while
it has to be 10 decimal, or 0x0A. Silly me.
pirms 9 gadiem
Michele Perla
1c7fccfb07
Enabled PIN_PDN as OUTPUT
The PIN_PDN was not set as output, therefore it would not transition to
LOW for 150 ns and then stay HIGH to properly enable the CODEC. The
CODEC now powers up, at least.
pirms 9 gadiem
Michele Perla
ca4413c9f1
Added SineOutTest in AK4558 Examples folder
The test puts a 440 Hz sinewave on one channel, and a 220 Hz on the
other
pirms 9 gadiem
Michele Perla
a602a17dca
Added AK4558 CODEC support
pirms 9 gadiem
Michele Perla
d0e0cbfac2
Merge pull request #1 from PaulStoffregen/master
Merging updates from PaulStoffregen/Audio to my fork
pirms 9 gadiem
Paul Stoffregen
412b847344
Merge pull request #139 from mamuesp/master
Some issues fixed (#92, #56 )
pirms 9 gadiem
Manfred Müller-Späth
f5b7c2abdf
Fixed: issue #92 - testing for input/output nodes - if none found, the export is not possible
Fixed: issue #56 - import and cut, copy & paste works fine, I added a routine which increments the numbers at the end of the names, IDs will be generated automaticcaly, if the ID already exists, and the appropriate name will be increased (e.g. "mixerRight" -> "mixerRight0", "input3" -> "input4" etc.)
pirms 9 gadiem
Paul Stoffregen
0982ecc49e
Merge pull request #138 from ivankravets/patch-9
Add CI build status
pirms 9 gadiem