From 9971d1ce4483dbec9b617fd8cef97b2a5a60028f Mon Sep 17 00:00:00 2001 From: Lexz-08 <46385097+sh4d0w4RCH3R415@users.noreply.github.com> Date: Mon, 2 Aug 2021 14:39:41 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0ffbf2c..668e489 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,7 @@ WindowsMediaPlayer audioPlayer = new WindowsMediaPlayer(); audioPlayer.URL = "AudioFile.mp3"; // replace the 'AudioFile.mp3' with the path to your audio file audioPlayer.controls.play(); ``` + +## Credits +[Playing a MP3 file in a WinForm application (Stack Overflow)](https://stackoverflow.com/questions/15025626/playing-a-mp3-file-in-a-winform-application)
+[Author (Stack Overflow)](https://stackoverflow.com/users/1661209/max)