瀏覽代碼

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…
取消
儲存