Ver código fonte

async_spdif_input.h added to audio header

dds
awalch6679 4 anos atrás
pai
commit
73e562a94d
2 arquivos alterados com 1 adições e 5 exclusões
  1. +1
    -0
      Audio.h
  2. +0
    -5
      examples/HardwareTesting/PassThroughAsyncSpdif/PassThroughAsyncSpdif.ino

+ 1
- 0
Audio.h Ver arquivo

@@ -65,6 +65,7 @@
#include "analyze_notefreq.h"
#include "analyze_peak.h"
#include "analyze_rms.h"
#include "async_input_spdif3.h"
#include "control_sgtl5000.h"
#include "control_wm8731.h"
#include "control_ak4558.h"

+ 0
- 5
examples/HardwareTesting/PassThroughAsyncSpdif/PassThroughAsyncSpdif.ino Ver arquivo

@@ -1,10 +1,5 @@

#include "output_spdif3.h"
#include "async_input_spdif3.h"
#include <Audio.h>
#include <SerialFlash.h>



AudioOutputSPDIF3 spdifOut;
AsyncAudioInputSPDIF3 spdifIn(true, true, 100, 20); //dither = true, noiseshaping = true, anti-aliasing attenuation=100dB, minimum resampling filter length=20

Carregando…
Cancelar
Salvar