这个播放流程有一次当初不是很理解,做个记录,代码中的中文部分,原文档是有解释的:To move a stream of rendering data through the endpoint buffer, the client alternately calls the IAudioRenderClient::GetBuffer method and theIAudioRenderClient::ReleaseBuffer method. The client accesses the dat…
using CoreImportDataApp.Common; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using System; using CoreImportDataApp.Services; using NLog;//NLog.Extensions.Logging 和NLog.Web.AspNetCore两个类库. using Microsoft.E…