Browse Source

async_spdif_input.h added to audio header

dds
awalch6679 4 years ago
parent
commit
73e562a94d
2 changed files with 1 additions and 5 deletions
  1. +1
    -0
      Audio.h
  2. +0
    -5
      examples/HardwareTesting/PassThroughAsyncSpdif/PassThroughAsyncSpdif.ino

+ 1
- 0
Audio.h View File

@@ -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 View File

@@ -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

Loading…
Cancel
Save