2017-11-13 6 views
1

아날로그 장치에서 사운드를 샘플링하고 타이머를 사용하고 싶습니다. 그러나 Android API timer을 사용하면 대기 및 지연을 밀리 초 단위로 설정할 수 있습니다. 예 :타이머가 1ms보다 빠르게 갈 수 있습니까?

schedule(TimerTask task, Date firstTime, long period)//period in milliseconds 
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time. 

즉, 1ms (즉, 1kHz)보다 빠르게 진행할 수 없습니다.

사실입니까?

답변

1

사실입니다. 시스템 정의 기간입니다.

관련 문제