소스 검색

async_spdif_input.h added to audio header

dds
awalch6679 4 년 전
부모
커밋
73e562a94d
2개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. +1
    -0
      Audio.h
  2. +0
    -5
      examples/HardwareTesting/PassThroughAsyncSpdif/PassThroughAsyncSpdif.ino

+ 1
- 0
Audio.h 파일 보기

@@ -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 파일 보기

@@ -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…
취소
저장