I'm attempting to teach myself audio programming in C# through online tutorials. I'm using wave files (*.wav) with SoundPlayer.
What confuses me is this: why do the tutorials bother reading in and chopping up a wave file if we're just going to blindly feed it into SoundPlayer anyway ?
I feel like I'm missing a gigantic conspiracy. Is the trouble just that SoundPlayer is too simple, and I need to take more advanced control ??
Thank you in advance!
FYI - The tutorials I'm using are: