NAudio error: “NoDriver calling acmFormatSuggest”

后端 未结 3 702
醉梦人生
醉梦人生 2020-12-18 03:34

I\'ve got a project that uses NAudio to convert from mp3 to wav. (using the WaveFormatConversionStream.CreatePcmStream() method)

It worked fine on my de

3条回答
  •  盖世英雄少女心
    2020-12-18 04:02

    Running Windows 2008 R2, using Naudio to detect the length of Wav and Mp3 files, i ran into the same problem.

    I solved this by following this: https://technet.microsoft.com/en-us/library/cc772567.aspx

    Essentially, install the "Desktop Experience" feature.

    The above will require a restart of the server.

    Once the above was installed, i needed to enable nothing further, the problem was resolved.

提交回复
热议问题