audio - C# - .WAV Playback Randomly High Pitch -


For some reason, when a WAV file is played back down using the snippet, it is randomly reversed Plays like, a high pitch noise. It does not happen all the time, just randomly. It seems more often when it is played more often, the WAV properties are below with the code snippet below.

WAV Properties:

bit rate - 750kbps
Audio sample size - 16 bit
channel - 1 (mono)
Audio sample rate - 44 kHz
Audio Format - PCM

Snippet:

  System.media Soundplayer MyPlayer = New System Media. Soundplayer (Captcha.Properties.Resources.sound1); MyPlayer.Play ();  

Is this because I am playing a file or file myself? Thank you.

An audio problem seems to be trying out another WAV file.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -