C# 클래스 FFT

파일 보기 프로젝트 열기: leon196/WJ 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentAudioInput string
Instance FFT,
inputDevices string[]
output float[]
playerPrefab GameObject,

비공개 메소드들

메소드 설명
Check ( ) : void
KeyInput ( ) : void
Start ( ) : void
StartPlay ( AudioClip buffer ) : IEnumerator
StartRecord ( ) : IEnumerator
Update ( ) : void

프로퍼티 상세

CurrentAudioInput 공개적으로 프로퍼티

public string CurrentAudioInput
리턴 string

Instance 공개적으로 정적으로 프로퍼티

public static FFT, Instance
리턴 FFT,

inputDevices 공개적으로 프로퍼티

public string[] inputDevices
리턴 string[]

output 공개적으로 프로퍼티

public float[] output
리턴 float[]

playerPrefab 공개적으로 프로퍼티

public GameObject, playerPrefab
리턴 GameObject,