Is it possible to transcode audio in C# using DirectSound?
Posted
by Robert Davis
on Stack Overflow
See other posts from Stack Overflow
or by Robert Davis
Published on 2010-02-03T20:39:09Z
Indexed on
2010/05/15
23:00 UTC
Read the original article
Hit count: 385
I want to transcode a lot of audio from its source format to PCM without resampling or messing with the sample size. I figure if Windows Media Player can play the file and it doesn't use a legacy ACM codecs it must be using DirectSound to do so (this is on Windows XP and Windows Server 2k3). So is it possible to access DirectSound from C# and do so? I've tried searching the web but all the examples have been about playback which I have no interest in doing.
© Stack Overflow or respective owner