I started a .NET Core WPF project to develop a multi-zone player system for businesses such as hotels that have multiple areas/zones. To handle a large number of audio drivers and channels, I started working with Dante Virtual Soundcard (DVS), which provides two types of services: WDM mode and...
Hello
I have made a simple music player that plays a randomized list of songs and when a song stops, it starts playing the next song:
public class PlayrList
{
private Queue<string> playlist;
private IWavePlayer player;
private WaveStream fileWaveStream...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.