naudio

  1. pinarg

    Multizone Player System Dante Virtual Souncard Library Problem

    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...
  2. 6

    Question Get current item in Randomized List

    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...
Back
Top Bottom