I'm new to programming and I'm trying to use the the class SoundPlayer in a C# project on Visual Studio for Mac where I want to play a sine wave but this message occurred when I typed in "SoundPlayer":
The type name 'SoundPlayer' could not be found in the namespace 'System.Media'. This type has been forwarded to assembly 'System.Windows.Extensions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' Consider adding a reference to that assembly.
Any suggestions?