Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4d0w4RCH3R415 authored Aug 2, 2021
1 parent 63a6ad0 commit 9971d1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<br/>
[Author (Stack Overflow)](https://stackoverflow.com/users/1661209/max)

0 comments on commit 9971d1c

Please sign in to comment.