Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hey SO.
Building a little audio converter which uses Directx to decode the audio (under assumption that the end user has the decoders installed) and I want to write the loaded audio to a wave file in C:\Temp\ to send to the audio compressor because the audio compressors only support uncompressed WAV format.
I'm having a bit of trouble though, I am coding:

Dim aconversion As Audio = Audio.FromFile(labinputfile.Text, False)

(labinputfile is a text box with the path to the audio file) But I don't know what to do afterwards...I want to write the audio uncompressed using the same sample rate and the same bit depth but I am unsure how to do all that.
I tried My.Computer.Clipboard.SetAudio but I couldn't get that to work right...

Any help is appreciated!

share|improve this question
I also need to know how to read the sample rate and bit depth if anyone knows how! – Yiu Korochko Jul 26 '10 at 19:15
Does anyone know?! – Yiu Korochko Jul 29 '10 at 8:35

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.