Ya ,now its Encoding,but when i try to play the Encoded Audio File using " System.Diagnostics.Process.Start(outputFileName)",i am getting the error stating that
"Windows Media Player encountered a problem while playing the file"
and i tried using following steps to play the Encoded Audio,but getting the error "Invalid WAV file - No data chunk found" .
wavePlayer = New WaveOut()
FileRdr = New AudioFileReader(CurrentFile)
wavePlayer.Init(FileRdr)
wavePlayer.Play()
And above Stpes are working fine for all other Encoded Wave Format Audio Files.
Please reply as early as possible.
Regards ,
chandan.ks