Skip to content

Commit e725a32

Browse files
Update Program.cs
1 parent 5a20996 commit e725a32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BASSdotNetExample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static void Main(string[] args)
4646
Console.WriteLine("BASS.DLL IS FAILED TO CREATING FILE STREAM!!!");
4747
Environment.Exit(323);
4848
}
49-
Console.WriteLine(str);
49+
//Console.WriteLine(str); //This is Not Necessary, if you cannot Initializating WAV Sound or MP3 Sound
5050
bass.ChannelPlay(str, false);
5151
while(true)
5252
{

0 commit comments

Comments
 (0)