Is it possible to make audio on my Cosmos OS?
I tried the code:
using System;
using System.Collections.Generic;
using System.Text;
using Sys = Cosmos.System;
using System.Media;
but visual studio keeps showing a red underline that says: "The Namespace Media is not found."
Is there an alternative?