| @@ -27,6 +27,7 @@ | |||
| #ifndef analyze_fft1024_h_ | |||
| #define analyze_fft1024_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "arm_math.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef analyze_fft256_h_ | |||
| #define analyze_fft256_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "arm_math.h" | |||
| @@ -23,6 +23,7 @@ | |||
| #ifndef AudioAnalyzeNoteFrequency_h_ | |||
| #define AudioAnalyzeNoteFrequency_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| /*********************************************************************** | |||
| * Safe to adjust these values below * | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef analyze_peakdetect_h_ | |||
| #define analyze_peakdetect_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| class AudioAnalyzePeak : public AudioStream | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef analyze_print_h_ | |||
| #define analyze_print_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| class AudioAnalyzePrint : public AudioStream | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef analyze_rms_h_ | |||
| #define analyze_rms_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| class AudioAnalyzeRMS : public AudioStream | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef analyze_tonedetect_h_ | |||
| #define analyze_tonedetect_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| class AudioAnalyzeToneDetect : public AudioStream | |||
| @@ -28,6 +28,7 @@ | |||
| #ifndef effect_bitcrusher_h_ | |||
| #define effect_bitcrusher_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| class AudioEffectBitcrusher : public AudioStream | |||
| @@ -23,6 +23,7 @@ | |||
| #ifndef effect_chorus_h_ | |||
| #define effect_chorus_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| /******************************************************************/ | |||
| @@ -26,6 +26,7 @@ | |||
| #ifndef effect_delay_h_ | |||
| #define effect_delay_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "utility/dspinst.h" | |||
| @@ -26,6 +26,7 @@ | |||
| #ifndef effect_delay_ext_h_ | |||
| #define effect_delay_ext_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "spi_interrupt.h" | |||
| @@ -26,6 +26,7 @@ | |||
| #ifndef effect_envelope_h_ | |||
| #define effect_envelope_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "utility/dspinst.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef effect_fade_h_ | |||
| #define effect_fade_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| class AudioEffectFade : public AudioStream | |||
| @@ -23,6 +23,7 @@ | |||
| #ifndef effect_flange_h_ | |||
| #define effect_flange_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| /******************************************************************/ | |||
| @@ -23,6 +23,7 @@ | |||
| #ifndef effect_midside_decode_h_ | |||
| #define effect_midside_decode_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "utility/dspinst.h" | |||
| @@ -26,6 +26,7 @@ | |||
| #ifndef effect_multiply_h_ | |||
| #define effect_multiply_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "utility/dspinst.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef filter_biquad_h_ | |||
| #define filter_biquad_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| class AudioFilterBiquad : public AudioStream | |||
| @@ -23,6 +23,7 @@ | |||
| #ifndef filter_fir_h_ | |||
| #define filter_fir_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "arm_math.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef filter_variable_h_ | |||
| #define filter_variable_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| class AudioFilterStateVariable: public AudioStream | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef input_adc_h_ | |||
| #define input_adc_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "DMAChannel.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef _input_i2s_h_ | |||
| #define _input_i2s_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "DMAChannel.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef _input_i2s_quad_h_ | |||
| #define _input_i2s_quad_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "DMAChannel.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef mixer_h_ | |||
| #define mixer_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| class AudioMixer4 : public AudioStream | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef output_dac_h_ | |||
| #define output_dac_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "DMAChannel.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef output_i2s_h_ | |||
| #define output_i2s_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "DMAChannel.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef output_i2s_quad_h_ | |||
| #define output_i2s_quad_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "DMAChannel.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef output_pwm_h_ | |||
| #define output_pwm_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "DMAChannel.h" | |||
| @@ -24,6 +24,7 @@ | |||
| #ifndef output_SPDIF_h_ | |||
| #define output_SPDIF_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "DMAChannel.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef play_memory_h_ | |||
| #define play_memory_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| class AudioPlayMemory : public AudioStream | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef play_queue_h_ | |||
| #define play_queue_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| class AudioPlayQueue : public AudioStream | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef play_sd_raw_h_ | |||
| #define play_sd_raw_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "SD.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef play_sd_wav_h_ | |||
| #define play_sd_wav_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "SD.h" | |||
| @@ -28,6 +28,7 @@ | |||
| #ifndef play_serial_raw_h_ | |||
| #define play_serial_raw_h_ | |||
| #include "Arduino.h" | |||
| #include <AudioStream.h> | |||
| #include <SerialFlash.h> | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef record_queue_h_ | |||
| #define record_queue_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| class AudioRecordQueue : public AudioStream | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef audio_spi_interrupt_h_ | |||
| #define audio_spi_interrupt_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "SPI.h" | |||
| @@ -26,6 +26,7 @@ | |||
| #ifndef synth_dc_h_ | |||
| #define synth_dc_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "utility/dspinst.h" | |||
| @@ -26,6 +26,7 @@ | |||
| #ifndef synth_pinknoise_h_ | |||
| #define synth_pinknoise_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "utility/dspinst.h" | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef synth_sine_h_ | |||
| #define synth_sine_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "arm_math.h" | |||
| @@ -23,6 +23,7 @@ | |||
| #ifndef synth_tonesweep_h_ | |||
| #define synth_tonesweep_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| // A u d i o S y n t h T o n e S w e e p | |||
| @@ -27,6 +27,7 @@ | |||
| #ifndef synth_waveform_h_ | |||
| #define synth_waveform_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "arm_math.h" | |||
| @@ -26,6 +26,7 @@ | |||
| #ifndef synth_whitenoise_h_ | |||
| #define synth_whitenoise_h_ | |||
| #include "Arduino.h" | |||
| #include "AudioStream.h" | |||
| #include "utility/dspinst.h" | |||