* waveIn~ 함수들에 관한 정리 : waveIn~ 함수를 전부 정리한 것은 아니고, 사용하는 것만 정리. ref.> waveIn은 Queue를 사용함 1. UINT WINAPI waveInGetNumDevs(void); This function retrieves the number of waveform input devices present in the system. 시스템 안의 현재 음성 녹음 장치의 수를 구하는 함수 R.V.> The number of devices indicates success. Zero indicates that no devices are present or that an error occurred. 2. MMRESULT WINAPI waveInOpen(LPHWAVEIN p..