R
Richard
Hi,
I want to be able to play a sound wave in VB / .NET. I don't mind how it is
accomplished except that I want to supply the buffer prefilled with the wave
file. Due to the way my code operates, no .wav files will be present.
Instead, I read the appropriate sound buffer from the data file but I then
want to pass this to whatever function so that the it can be played.
I thought about writing the buffer out to a temp .wav file but I'd rather
not if there is another way of doing this.
I am been playing about with the winmm.dll but I can't see if it's possible
to actually play a sound buffer, it only appears to work with a wave file.
Can anybody help me?
Regards and thanks,
Richard
I want to be able to play a sound wave in VB / .NET. I don't mind how it is
accomplished except that I want to supply the buffer prefilled with the wave
file. Due to the way my code operates, no .wav files will be present.
Instead, I read the appropriate sound buffer from the data file but I then
want to pass this to whatever function so that the it can be played.
I thought about writing the buffer out to a temp .wav file but I'd rather
not if there is another way of doing this.
I am been playing about with the winmm.dll but I can't see if it's possible
to actually play a sound buffer, it only appears to work with a wave file.
Can anybody help me?
Regards and thanks,
Richard