C# Audio with SoundPlayer - Is that really all there is to it? -
i'm attempting teach myself audio programming in c# through online tutorials. i'm using wave files (*.wav) soundplayer.
what confuses me this: why tutorials bother reading in , chopping wave file if we're going blindly feed soundplayer anyway ?
i feel i'm missing gigantic conspiracy. trouble soundplayer simple, , need take more advanced control ??
thank in advance!
fyi - tutorials i'm using are:
i'm not familiar soundplayer or c#, read audio files in parts avoid exhausting memory. allows start playback faster, since first part of file available in less time entire file.
Comments
Post a Comment