使用ffmpeg錄音的時候遇到了以下錯誤
[dshow @ 0000022cea37f340] Could not find audio only device with name [麥克風 (Realtek High Definition Audio)] among source devices of type audio.
[dshow @ 0000022cea37f340] Searching for audio device within video devices for 麥克風 (Realtek High Definition Audio)
[dshow @ 0000022cea37f340] Could not find audio only device with name [麥克風 (Realtek High Definition Audio)] among source devices of type video.
使用 ffmpeg -list_devices true -f dshow -i dummy 查看是有該設備的
問題沒解決,后續再研究。。。