Hi.
I have a byte array containing an uncompressed audio waveform and I
would like to play it under MS Windows using .NET 1.1. Could anyone give
me some tips on how to do it?
Eric
> I have a byte array containing an uncompressed audio waveform and I
> would like to play it under MS Windows using .NET 1.1. Could anyone give
> me some tips on how to do it?
.NET 2.0 has support for playing .wav files
http://lab.msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
P_System_Windows_Forms_SoundPlayer_Stream.asp
but with .NET 1.1 you will need to look around whether someone has
implemented that.

Signature
Martin Honnen
http://JavaScript.FAQTs.com/
Have a look at: http://tinyurl.com/3u34w.
Niki
> Hi.
>
[quoted text clipped - 3 lines]
>
> Eric