Skip to content

Instantly share code, notes, and snippets.

View ONagyGergo's full-sized avatar

Oláh-Nagy Gergő ONagyGergo

  • Budapest
View GitHub Profile
@osbornm
osbornm / gist:4431513
Last active May 28, 2021 18:05
NAudio Playlist
namespace ConsoleApplication4
{
class Program
{
static void Main(string[] args)
{
var playlist = new List<string>{ @"c:\development\test\sound.MP3",
@"c:\development\test\sound2.MP3" };
var playr = new playr(playlist);