I'm working on a project in which I need to convert an mp3 into a wav.
I imported NAudio in order to do this but whenever I make a new variable in the NAudio namespace it says that the type is a part of both NAudio and a part of Assembly-CSharp-firstpass. How do I get around this?
I already tried using extern alias which fixed error but I get a new error saying extern alias is not specified in a -reference option.
Are there solutions to either of these? Thanks
↧