소스 검색

stop function removed

dds
awalch6679 4 년 전
부모
커밋
4b82cb7333
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      async_input_spdif3.h

+ 1
- 2
async_input_spdif3.h 파일 보기

@@ -45,9 +45,8 @@ public:
///@param maxHalfFilterLength Can be used to restrict the maximum filter length at the cost of a lower attenuation
AsyncAudioInputSPDIF3(bool dither=true, bool noiseshaping=true,float attenuation=100, int32_t minHalfFilterLength=20, int32_t maxHalfFilterLength=80);
~AsyncAudioInputSPDIF3();
virtual void update(void);
void begin();
void stop();
virtual void update(void);
double getBufferedTime() const;
double getInputFrequency() const;
static bool isLocked();

Loading…
취소
저장