Hello,
I have this task of writing a code that would play a series of wav files and then allow a person make comment on that wav file.
How do I go about it.
Thanks
Printable View
Hello,
I have this task of writing a code that would play a series of wav files and then allow a person make comment on that wav file.
How do I go about it.
Thanks
System.Media.SoundPlayer can be used to play a wav file and you can use a simple UI to gather feedback.