Visual C# 2005 Express, DirectSound - WAV data

Hi

Is there a way to get into the data from a wave file? Sure I can play

sounds, add effects too, but I wanted to draw a waveform so I wonder if

there is a way to put a wave file into some table/array. This would

help me to make an FFT of a signal.

Some example would do

Greets!

[348 byte] By [frante] at [2007-12-23]
# 1
This project can help you find out how to read a .wav file, this project has an FFT implementation...
nobugz at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...
# 2
Thanks, it helped a lot, but I was wondering if it is possible using Direct Sound. Somehow
frante at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...
# 3
There are no built-in features of DirectSound that will help you write your own FFT or do waveform analysis.
DavidWeller at 2007-8-30 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,Game Technologies: General...