无法导入NAudio.Lame

时间:2019-11-21 15:50:28

标签: c# wpf .net-core using naudio

我做不到

using NAudio.Wave;
using NAudio.Lame;

Visual Studio说:

The type or namespace 'Lame' does not exist in the namespace 'NAudio'

我通过 NuGet 安装并重新构建,重新启动,清理并完成了所有这些工作,但仍然无法正常工作 我对.Net很陌生,所以也许我只是错过了一些非常明显的东西。

我正在 WPF应用程序中将 .Net Core 3.0

一起使用

1 个答案:

答案 0 :(得分:0)

https://github.com/Corey-M/NAudio.Lame/issues/33 NuGet软件包尚未为.Net Core准备好。但是,作者推荐了一个对我有用的预发布软件包 v1.1.0-pre3 。您必须将NuGet配置为也考虑预发行版才能看到它(如果使用GUI)。