Re: DirectSound
- From: Jamie <jamie_ka1lpa_not_valid_after_ka1lpa_@xxxxxxxxxxx>
- Date: Thu, 19 Jul 2007 17:55:59 -0400
Fonon wrote:
I'm looking for description of use the basic DirectSound functions - especially buffering technique. I need to create a simple real-time generator program with frequency controlled by external parameter.http://www.softlookup.com/display.asp?ID=7427&RID=0274371&DID=4J58YURT
Somebody helps me?
fonon
Down load that, play with it.
that'll get you started..
there's a lot to do..
for a simple sine wave out, you can use the basic trig sin/cos math
to plot the PCM bits.
for complex out, you can simply sum them ..
how ever, for complex record (in), you may want to look into FFT
(fast fourier Transforms) and faster way to do DFT but not as good
on results. In most cases, it's fine.
--
"I'm never wrong, once i thought i was, but was mistaken"
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5
.
- Follow-Ups:
- Re: DirectSound
- From: Fonon
- Re: DirectSound
- From: alanglloyd@xxxxxxx
- Re: DirectSound
- References:
- DirectSound
- From: Fonon
- DirectSound
- Prev by Date: Re: Transfer of folder
- Next by Date: Re: DirectSound
- Previous by thread: DirectSound
- Next by thread: Re: DirectSound
- Index(es):