naudio / NAudio

Audio and MIDI library for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audio not audible after changing assembly name

MichaelSvejcar opened this issue · comments

Hello,
after changing the assembly name of my project in Visual Studio, audio playback using NAudio installed as nuget has become inaudible, with no other errors. This issue persisted even if I removed and installed the nuget package again.
For the playback, I am using AudioFileReader and WaveOut.
What can be causing these issues with NAudio after changing the assembly name?
Thanks

it seems unlikely to me that changing assembly name would have any affect on audio playback. I would delete my bin and obj folders and completely rebuild.

I have already tried this, but it doesn't seem to help.