【发布时间】:2022-11-09 11:17:20
【问题描述】:
I used Core Audio to collect audio on a Windows computer. There was no problem at first, but after calling the initialize interface many times, the AUDCLNT_E_ENDPOINT_CREATE_FAILED error message appeared. Does anyone know the reason?
API link is as follows:https://learn.microsoft.com/en-us/windows/win32/api/audioclient/nf-audioclient-iaudioclient-initialize
-
I don't know why, but I think this problem may be occured due to too many times open/close the audio endpoint, so that os banned this device.
标签: c++ windows audio core-audio wasapi