examples
|
Add PassThroughQuad example
|
vor 8 Jahren |
extras/wav2sketch
|
Rename AudioAnalyzeGuitarTuner to AudioAnalyzeNoteFrequency
|
vor 9 Jahren |
gui
|
Add AudioInputI2SQuad to the design tool
|
vor 8 Jahren |
utility
|
rewrite AudioAnalyzeRMS - arm math version doesn't work!
|
vor 8 Jahren |
.travis.yml
|
Skip unused source files
|
vor 9 Jahren |
Audio.h
|
Add CS4272 control (thanks William Hollender)
|
vor 8 Jahren |
AudioControl.h
|
Add AudioSynthWaveformSine
|
vor 10 Jahren |
README.md
|
remove Travis CI status from readme (it's too unreliable)
|
vor 8 Jahren |
analyze_fft256.cpp
|
Initial work on FFT256 for Teensy-LC (untested)
|
vor 9 Jahren |
analyze_fft256.h
|
Fix FFT read range (now inclusive)
|
vor 9 Jahren |
analyze_fft1024.cpp
|
Fix some Teensy-LC compiler errors
|
vor 9 Jahren |
analyze_fft1024.h
|
Fix FFT read range (now inclusive)
|
vor 9 Jahren |
analyze_notefreq.cpp
|
Rename AudioAnalyzeGuitarTuner to AudioAnalyzeNoteFrequency
|
vor 9 Jahren |
analyze_notefreq.h
|
Rename AudioAnalyzeGuitarTuner to AudioAnalyzeNoteFrequency
|
vor 9 Jahren |
analyze_peak.cpp
|
Add TODO for analyze peak optimization
|
vor 8 Jahren |
analyze_peak.h
|
Add readPeakToPeak() to AudioAnalyzePeak
|
vor 8 Jahren |
analyze_print.cpp
|
Change AudioAnalyzePrint name API
|
vor 10 Jahren |
analyze_print.h
|
Change AudioAnalyzePrint name API
|
vor 10 Jahren |
analyze_rms.cpp
|
Don't compile M4 code on LC (but LC still not working)
|
vor 8 Jahren |
analyze_rms.h
|
rewrite AudioAnalyzeRMS - arm math version doesn't work!
|
vor 8 Jahren |
analyze_tonedetect.cpp
|
Fix more Teensy-LC compiler errors
|
vor 9 Jahren |
analyze_tonedetect.h
|
Add MIT license
|
vor 10 Jahren |
control_ak4558.cpp
|
Fixed control functions, examples, GUI elements
|
vor 9 Jahren |
control_ak4558.h
|
Fixed control functions, examples, GUI elements
|
vor 9 Jahren |
control_cs4272.cpp
|
Add CS4272 control (thanks William Hollender)
|
vor 8 Jahren |
control_cs4272.h
|
Add CS4272 control (thanks William Hollender)
|
vor 8 Jahren |
control_sgtl5000.cpp
|
Add ability to control two SGTL5000 chips
|
vor 8 Jahren |
control_sgtl5000.h
|
Add ability to control two SGTL5000 chips
|
vor 8 Jahren |
control_wm8731.cpp
|
AudioControlWM8731::inputLevel(float n)
|
vor 9 Jahren |
control_wm8731.h
|
AudioControlWM8731::inputLevel(float n)
|
vor 9 Jahren |
data_ulaw.c
|
Add missing open source license headers
|
vor 10 Jahren |
data_waveforms.c
|
Remove old AudioSynthWaveform
|
vor 10 Jahren |
data_windows.c
|
Add other window types for 1024 point FFT
|
vor 10 Jahren |
effect_bitcrusher.cpp
|
Fix compiler warning
|
vor 9 Jahren |
effect_bitcrusher.h
|
Add Bitcrusher effect (thanks Pensive)
|
vor 9 Jahren |
effect_chorus.cpp
|
Remove debug Serial.print...
|
vor 8 Jahren |
effect_chorus.h
|
remove unimplemented stop()
|
vor 10 Jahren |
effect_delay.cpp
|
Remove unused multiplier
|
vor 10 Jahren |
effect_delay.h
|
Add AudioEffectDelay
|
vor 10 Jahren |
effect_delay_ext.cpp
|
Add support for Frank's 6-chip Memoryboard4 (AUDIO_MEMORY_MEMORYBOARD)
|
vor 9 Jahren |
effect_delay_ext.h
|
Add support for Frank's 6-chip Memoryboard4 (AUDIO_MEMORY_MEMORYBOARD)
|
vor 9 Jahren |
effect_envelope.cpp
|
Add AudioEffectEnvelope
|
vor 10 Jahren |
effect_envelope.h
|
Add AudioEffectEnvelope
|
vor 10 Jahren |
effect_fade.cpp
|
Add MIT license
|
vor 10 Jahren |
effect_fade.h
|
Add MIT license
|
vor 10 Jahren |
effect_flange.cpp
|
Change Flange effect to one channel
|
vor 10 Jahren |
effect_flange.h
|
remove unimplemented stop()
|
vor 10 Jahren |
effect_midside.cpp
|
Don't compile M4 code on LC (but LC still not working)
|
vor 8 Jahren |
effect_midside.h
|
Add AudioEffectMidSide (thanks Hedde Bosman)
|
vor 8 Jahren |
effect_multiply.cpp
|
Fix more Teensy-LC compiler errors
|
vor 9 Jahren |
effect_multiply.h
|
Add AudioEffectMultiply
|
vor 10 Jahren |
filter_biquad.cpp
|
Fix more Teensy-LC compiler errors
|
vor 9 Jahren |
filter_biquad.h
|
Improve Biquad filter
|
vor 10 Jahren |
filter_fir.cpp
|
Impove and document FIR filter
|
vor 10 Jahren |
filter_fir.h
|
Impove and document FIR filter
|
vor 10 Jahren |
filter_fir.md
|
Change FIR filter (as suggested by rheslip) to filter one channel instead of two. Updated example, added documenting file
|
vor 10 Jahren |
filter_variable.cpp
|
Fix more Teensy-LC compiler errors
|
vor 9 Jahren |
filter_variable.h
|
Finish AudioFilterStateVariable (signal control of corner frequency)
|
vor 10 Jahren |
input_adc.cpp
|
Fix some Teensy-LC compiler errors
|
vor 9 Jahren |
input_adc.h
|
Fix AudioInputAnalog
|
vor 10 Jahren |
input_i2s.cpp
|
Fix more Teensy-LC compiler errors
|
vor 9 Jahren |
input_i2s.h
|
Use DMAChannel begin()
|
vor 10 Jahren |
input_i2s_quad.cpp
|
Begin work on quad channel audio input
|
vor 8 Jahren |
input_i2s_quad.h
|
Begin work on quad channel audio input
|
vor 8 Jahren |
keywords.txt
|
Add CS4272 control (thanks William Hollender)
|
vor 8 Jahren |
library.json
|
Handle all nested examples
|
vor 9 Jahren |
library.properties
|
Increase to version 1.03
|
vor 9 Jahren |
memcpy_audio.S
|
don't save r12
|
vor 8 Jahren |
memcpy_audio.h
|
Add memcpy_tointerleaveQuad (thanks Frank)
|
vor 8 Jahren |
mixer.cpp
|
Fix some Teensy-LC compiler errors
|
vor 9 Jahren |
mixer.h
|
Allow negative/inverting mixer gain
|
vor 9 Jahren |
multiplier.md
|
Add a multiplier (by rheslip)
|
vor 10 Jahren |
new_objects.md
|
change format for new_objects files
|
vor 11 Jahren |
output_dac.cpp
|
Initial work on DAC for Teensy-LC (still incomplete)
|
vor 9 Jahren |
output_dac.h
|
Initial work on DAC for Teensy-LC (still incomplete)
|
vor 9 Jahren |
output_i2s.cpp
|
Optimize I2S output memory copy (thanks Frank Bösing)
|
vor 8 Jahren |
output_i2s.h
|
Use DMAChannel begin()
|
vor 10 Jahren |
output_i2s_quad.cpp
|
Add memcpy_tointerleaveQuad (thanks Frank)
|
vor 8 Jahren |
output_i2s_quad.h
|
Begin work on quad channel audio input
|
vor 8 Jahren |
output_pwm.cpp
|
Fix more Teensy-LC compiler errors
|
vor 9 Jahren |
output_pwm.h
|
Make input ADC and output DAC play nicely together
|
vor 10 Jahren |
output_spdif.cpp
|
Fix more Teensy-LC compiler errors
|
vor 9 Jahren |
output_spdif.h
|
Add keywords
|
vor 9 Jahren |
play_memory.cpp
|
Add status and position functions to AudioPlayMemory
|
vor 10 Jahren |
play_memory.h
|
Add status and position functions to AudioPlayMemory
|
vor 10 Jahren |
play_queue.cpp
|
do not forget - your own addition :-)
|
vor 10 Jahren |
play_queue.h
|
do not forget - your own addition :-)
|
vor 10 Jahren |
play_sd_raw.cpp
|
Do not disable all interrupts while opening RAW files
|
vor 9 Jahren |
play_sd_raw.h
|
Fix status functions in AudioPlaySdRaw
|
vor 10 Jahren |
play_sd_wav.cpp
|
Fix stereo WAV file startup & end (first and last 3 milliseconds)
|
vor 9 Jahren |
play_sd_wav.h
|
Fix audible click at end of Wav file playing
|
vor 10 Jahren |
play_serialflash_raw.cpp
|
remove leftover debug code from AudioPlaySerialflashRaw
|
vor 9 Jahren |
play_serialflash_raw.h
|
Add AudioPlaySerialflashRaw
|
vor 9 Jahren |
record_queue.cpp
|
Fix harmless compiler warnings in AudioRecordQueue
|
vor 10 Jahren |
record_queue.h
|
Finish AudioRecordQueue and Record example
|
vor 10 Jahren |
spi_interrupt.cpp
|
Add SPI interrupt registration layer
|
vor 10 Jahren |
spi_interrupt.h
|
register SPI interrupt when playing WAV & RAW files
|
vor 10 Jahren |
synth_dc.cpp
|
Add AudioSynthWaveformDc
|
vor 10 Jahren |
synth_dc.h
|
simplify overflow checks somewhat
|
vor 10 Jahren |
synth_pinknoise.cpp
|
Clean up harmless compiler warnings
|
vor 10 Jahren |
synth_pinknoise.h
|
Add AudioSynthNoisePink
|
vor 10 Jahren |
synth_sine.cpp
|
fix incorrect comment
|
vor 8 Jahren |
synth_sine.h
|
Add AudioSynthWaveformSineHires - High Precision Sine Wave
|
vor 8 Jahren |
synth_tonesweep.cpp
|
Bug fix so that downward tone sweeps will work.
|
vor 8 Jahren |
synth_tonesweep.h
|
Clean up harmless compiler warnings
|
vor 10 Jahren |
synth_waveform.cpp
|
#144: Add the reverse sawtooth and sample-and-hold waveforms.
|
vor 9 Jahren |
synth_waveform.h
|
#144: Add the reverse sawtooth and sample-and-hold waveforms.
|
vor 9 Jahren |
synth_waveform.md
|
Fixed AudioSynthWaveform. Uses LUT with linear interpolation for sinewave.
|
vor 10 Jahren |
synth_whitenoise.cpp
|
Fix more Teensy-LC compiler errors
|
vor 9 Jahren |
synth_whitenoise.h
|
Fix multiple white noise instances
|
vor 10 Jahren |