Bladeren bron

restructure code into {src,include}/audio

main
John Robinson 3 jaren geleden
bovenliggende
commit
f9415b80d1
Geen bekende sleutel gevonden voor deze handtekening in de database
100 gewijzigde bestanden met toevoegingen van 0 en 0 verwijderingen
  1. +0
    -0
      include/audio/Audio.h
  2. +0
    -0
      include/audio/AudioControl.h
  3. +0
    -0
      include/audio/Quantizer.h
  4. +0
    -0
      include/audio/Resampler.h
  5. +0
    -0
      include/audio/analyze_fft1024.h
  6. +0
    -0
      include/audio/analyze_fft256.h
  7. +0
    -0
      include/audio/analyze_notefreq.h
  8. +0
    -0
      include/audio/analyze_peak.h
  9. +0
    -0
      include/audio/analyze_print.h
  10. +0
    -0
      include/audio/analyze_rms.h
  11. +0
    -0
      include/audio/analyze_tonedetect.h
  12. +0
    -0
      include/audio/async_input_spdif3.h
  13. +0
    -0
      include/audio/biquad.h
  14. +0
    -0
      include/audio/control_ak4558.h
  15. +0
    -0
      include/audio/control_cs42448.h
  16. +0
    -0
      include/audio/control_cs4272.h
  17. +0
    -0
      include/audio/control_sgtl5000.h
  18. +0
    -0
      include/audio/control_tlv320aic3206.h
  19. +0
    -0
      include/audio/control_wm8731.h
  20. +0
    -0
      include/audio/effect_bitcrusher.h
  21. +0
    -0
      include/audio/effect_chorus.h
  22. +0
    -0
      include/audio/effect_combine.h
  23. +0
    -0
      include/audio/effect_delay.h
  24. +0
    -0
      include/audio/effect_delay_ext.h
  25. +0
    -0
      include/audio/effect_envelope.h
  26. +0
    -0
      include/audio/effect_fade.h
  27. +0
    -0
      include/audio/effect_flange.h
  28. +0
    -0
      include/audio/effect_freeverb.h
  29. +0
    -0
      include/audio/effect_granular.h
  30. +0
    -0
      include/audio/effect_midside.h
  31. +0
    -0
      include/audio/effect_multiply.h
  32. +0
    -0
      include/audio/effect_rectifier.h
  33. +0
    -0
      include/audio/effect_reverb.h
  34. +0
    -0
      include/audio/effect_waveshaper.h
  35. +0
    -0
      include/audio/filter_biquad.h
  36. +0
    -0
      include/audio/filter_fir.h
  37. +0
    -0
      include/audio/filter_ladder.h
  38. +0
    -0
      include/audio/filter_variable.h
  39. +0
    -0
      include/audio/input_adc.h
  40. +0
    -0
      include/audio/input_adcs.h
  41. +0
    -0
      include/audio/input_i2s.h
  42. +0
    -0
      include/audio/input_i2s2.h
  43. +0
    -0
      include/audio/input_i2s_hex.h
  44. +0
    -0
      include/audio/input_i2s_oct.h
  45. +0
    -0
      include/audio/input_i2s_quad.h
  46. +0
    -0
      include/audio/input_pdm.h
  47. +0
    -0
      include/audio/input_spdif3.h
  48. +0
    -0
      include/audio/input_tdm.h
  49. +0
    -0
      include/audio/input_tdm2.h
  50. +0
    -0
      include/audio/memcpy_audio.h
  51. +0
    -0
      include/audio/mixer.h
  52. +0
    -0
      include/audio/output_adat.h
  53. +0
    -0
      include/audio/output_dac.h
  54. +0
    -0
      include/audio/output_dacs.h
  55. +0
    -0
      include/audio/output_i2s.h
  56. +0
    -0
      include/audio/output_i2s2.h
  57. +0
    -0
      include/audio/output_i2s_hex.h
  58. +0
    -0
      include/audio/output_i2s_oct.h
  59. +0
    -0
      include/audio/output_i2s_quad.h
  60. +0
    -0
      include/audio/output_mqs.h
  61. +0
    -0
      include/audio/output_pt8211.h
  62. +0
    -0
      include/audio/output_pt8211_2.h
  63. +0
    -0
      include/audio/output_pwm.h
  64. +0
    -0
      include/audio/output_spdif.h
  65. +0
    -0
      include/audio/output_spdif2.h
  66. +0
    -0
      include/audio/output_spdif3.h
  67. +0
    -0
      include/audio/output_tdm.h
  68. +0
    -0
      include/audio/output_tdm2.h
  69. +0
    -0
      include/audio/play_memory.h
  70. +0
    -0
      include/audio/play_queue.h
  71. +0
    -0
      include/audio/play_sd_raw.h
  72. +0
    -0
      include/audio/play_sd_wav.h
  73. +0
    -0
      include/audio/play_serialflash_raw.h
  74. +0
    -0
      include/audio/record_queue.h
  75. +0
    -0
      include/audio/spi_interrupt.h
  76. +0
    -0
      include/audio/synth_dc.h
  77. +0
    -0
      include/audio/synth_karplusstrong.h
  78. +0
    -0
      include/audio/synth_pinknoise.h
  79. +0
    -0
      include/audio/synth_pwm.h
  80. +0
    -0
      include/audio/synth_simple_drum.h
  81. +0
    -0
      include/audio/synth_sine.h
  82. +0
    -0
      include/audio/synth_tonesweep.h
  83. +0
    -0
      include/audio/synth_waveform.h
  84. +0
    -0
      include/audio/synth_wavetable.h
  85. +0
    -0
      include/audio/synth_whitenoise.h
  86. +0
    -0
      include/audio/utility/dma_chan.h
  87. +0
    -0
      include/audio/utility/dspinst.h
  88. +0
    -0
      include/audio/utility/imxrt_hw.h
  89. +0
    -0
      include/audio/utility/pdb.h
  90. +0
    -0
      include/audio/utility/sqrt_integer.h
  91. +0
    -0
      src/audio/Quantizer.cpp
  92. +0
    -0
      src/audio/Resampler.cpp
  93. +0
    -0
      src/audio/analyze_fft1024.cpp
  94. +0
    -0
      src/audio/analyze_fft256.cpp
  95. +0
    -0
      src/audio/analyze_notefreq.cpp
  96. +0
    -0
      src/audio/analyze_peak.cpp
  97. +0
    -0
      src/audio/analyze_print.cpp
  98. +0
    -0
      src/audio/analyze_rms.cpp
  99. +0
    -0
      src/audio/analyze_tonedetect.cpp
  100. +0
    -0
      src/audio/async_input_spdif3.cpp

Audio.h → include/audio/Audio.h Bestand weergeven


AudioControl.h → include/audio/AudioControl.h Bestand weergeven


Quantizer.h → include/audio/Quantizer.h Bestand weergeven


Resampler.h → include/audio/Resampler.h Bestand weergeven


analyze_fft1024.h → include/audio/analyze_fft1024.h Bestand weergeven


analyze_fft256.h → include/audio/analyze_fft256.h Bestand weergeven


analyze_notefreq.h → include/audio/analyze_notefreq.h Bestand weergeven


analyze_peak.h → include/audio/analyze_peak.h Bestand weergeven


analyze_print.h → include/audio/analyze_print.h Bestand weergeven


analyze_rms.h → include/audio/analyze_rms.h Bestand weergeven


analyze_tonedetect.h → include/audio/analyze_tonedetect.h Bestand weergeven


async_input_spdif3.h → include/audio/async_input_spdif3.h Bestand weergeven


biquad.h → include/audio/biquad.h Bestand weergeven


control_ak4558.h → include/audio/control_ak4558.h Bestand weergeven


control_cs42448.h → include/audio/control_cs42448.h Bestand weergeven


control_cs4272.h → include/audio/control_cs4272.h Bestand weergeven


control_sgtl5000.h → include/audio/control_sgtl5000.h Bestand weergeven


control_tlv320aic3206.h → include/audio/control_tlv320aic3206.h Bestand weergeven


control_wm8731.h → include/audio/control_wm8731.h Bestand weergeven


effect_bitcrusher.h → include/audio/effect_bitcrusher.h Bestand weergeven


effect_chorus.h → include/audio/effect_chorus.h Bestand weergeven


effect_combine.h → include/audio/effect_combine.h Bestand weergeven


effect_delay.h → include/audio/effect_delay.h Bestand weergeven


effect_delay_ext.h → include/audio/effect_delay_ext.h Bestand weergeven


effect_envelope.h → include/audio/effect_envelope.h Bestand weergeven


effect_fade.h → include/audio/effect_fade.h Bestand weergeven


effect_flange.h → include/audio/effect_flange.h Bestand weergeven


effect_freeverb.h → include/audio/effect_freeverb.h Bestand weergeven


effect_granular.h → include/audio/effect_granular.h Bestand weergeven


effect_midside.h → include/audio/effect_midside.h Bestand weergeven


effect_multiply.h → include/audio/effect_multiply.h Bestand weergeven


effect_rectifier.h → include/audio/effect_rectifier.h Bestand weergeven


effect_reverb.h → include/audio/effect_reverb.h Bestand weergeven


effect_waveshaper.h → include/audio/effect_waveshaper.h Bestand weergeven


filter_biquad.h → include/audio/filter_biquad.h Bestand weergeven


filter_fir.h → include/audio/filter_fir.h Bestand weergeven


filter_ladder.h → include/audio/filter_ladder.h Bestand weergeven


filter_variable.h → include/audio/filter_variable.h Bestand weergeven


input_adc.h → include/audio/input_adc.h Bestand weergeven


input_adcs.h → include/audio/input_adcs.h Bestand weergeven


input_i2s.h → include/audio/input_i2s.h Bestand weergeven


input_i2s2.h → include/audio/input_i2s2.h Bestand weergeven


input_i2s_hex.h → include/audio/input_i2s_hex.h Bestand weergeven


input_i2s_oct.h → include/audio/input_i2s_oct.h Bestand weergeven


input_i2s_quad.h → include/audio/input_i2s_quad.h Bestand weergeven


input_pdm.h → include/audio/input_pdm.h Bestand weergeven


input_spdif3.h → include/audio/input_spdif3.h Bestand weergeven


input_tdm.h → include/audio/input_tdm.h Bestand weergeven


input_tdm2.h → include/audio/input_tdm2.h Bestand weergeven


memcpy_audio.h → include/audio/memcpy_audio.h Bestand weergeven


mixer.h → include/audio/mixer.h Bestand weergeven


output_adat.h → include/audio/output_adat.h Bestand weergeven


output_dac.h → include/audio/output_dac.h Bestand weergeven


output_dacs.h → include/audio/output_dacs.h Bestand weergeven


output_i2s.h → include/audio/output_i2s.h Bestand weergeven


output_i2s2.h → include/audio/output_i2s2.h Bestand weergeven


output_i2s_hex.h → include/audio/output_i2s_hex.h Bestand weergeven


output_i2s_oct.h → include/audio/output_i2s_oct.h Bestand weergeven


output_i2s_quad.h → include/audio/output_i2s_quad.h Bestand weergeven


output_mqs.h → include/audio/output_mqs.h Bestand weergeven


output_pt8211.h → include/audio/output_pt8211.h Bestand weergeven


output_pt8211_2.h → include/audio/output_pt8211_2.h Bestand weergeven


output_pwm.h → include/audio/output_pwm.h Bestand weergeven


output_spdif.h → include/audio/output_spdif.h Bestand weergeven


output_spdif2.h → include/audio/output_spdif2.h Bestand weergeven


output_spdif3.h → include/audio/output_spdif3.h Bestand weergeven


output_tdm.h → include/audio/output_tdm.h Bestand weergeven


output_tdm2.h → include/audio/output_tdm2.h Bestand weergeven


play_memory.h → include/audio/play_memory.h Bestand weergeven


play_queue.h → include/audio/play_queue.h Bestand weergeven


play_sd_raw.h → include/audio/play_sd_raw.h Bestand weergeven


play_sd_wav.h → include/audio/play_sd_wav.h Bestand weergeven


play_serialflash_raw.h → include/audio/play_serialflash_raw.h Bestand weergeven


record_queue.h → include/audio/record_queue.h Bestand weergeven


spi_interrupt.h → include/audio/spi_interrupt.h Bestand weergeven


synth_dc.h → include/audio/synth_dc.h Bestand weergeven


synth_karplusstrong.h → include/audio/synth_karplusstrong.h Bestand weergeven


synth_pinknoise.h → include/audio/synth_pinknoise.h Bestand weergeven


synth_pwm.h → include/audio/synth_pwm.h Bestand weergeven


synth_simple_drum.h → include/audio/synth_simple_drum.h Bestand weergeven


synth_sine.h → include/audio/synth_sine.h Bestand weergeven


synth_tonesweep.h → include/audio/synth_tonesweep.h Bestand weergeven


synth_waveform.h → include/audio/synth_waveform.h Bestand weergeven


synth_wavetable.h → include/audio/synth_wavetable.h Bestand weergeven


synth_whitenoise.h → include/audio/synth_whitenoise.h Bestand weergeven


utility/dma_chan.h → include/audio/utility/dma_chan.h Bestand weergeven


utility/dspinst.h → include/audio/utility/dspinst.h Bestand weergeven


utility/imxrt_hw.h → include/audio/utility/imxrt_hw.h Bestand weergeven


utility/pdb.h → include/audio/utility/pdb.h Bestand weergeven


utility/sqrt_integer.h → include/audio/utility/sqrt_integer.h Bestand weergeven


Quantizer.cpp → src/audio/Quantizer.cpp Bestand weergeven


Resampler.cpp → src/audio/Resampler.cpp Bestand weergeven


analyze_fft1024.cpp → src/audio/analyze_fft1024.cpp Bestand weergeven


analyze_fft256.cpp → src/audio/analyze_fft256.cpp Bestand weergeven


analyze_notefreq.cpp → src/audio/analyze_notefreq.cpp Bestand weergeven


analyze_peak.cpp → src/audio/analyze_peak.cpp Bestand weergeven


analyze_print.cpp → src/audio/analyze_print.cpp Bestand weergeven


analyze_rms.cpp → src/audio/analyze_rms.cpp Bestand weergeven


analyze_tonedetect.cpp → src/audio/analyze_tonedetect.cpp Bestand weergeven


async_input_spdif3.cpp → src/audio/async_input_spdif3.cpp Bestand weergeven


Some files were not shown because too many files changed in this diff

Laden…
Annuleren
Opslaan