Re: Delphi and DSP
- From: Jatin <TripleDerby100-ng@xxxxxxxxx>
- Date: Thu, 29 Sep 2005 05:02:09 GMT
MeMyselfAndI wrote:
Jatin -
No sound card can interpret data into sound. Sound cards take PCM data (ie: plain digital audio as in a .wav file or a CD) and convert it into analog signals. To get the physical parameters you told Marc about to come out as sound you need to write the interpretation rules into your program and get your program to create PCM data based on what information comes through the com port. (Incidentally, why not use a USB port)? You then use the windows sound playback routines to play those sounds. I've got a class that I use for playing buffers of wave data up to 8MB. I'll send it to you if you like.
I will appreciate if you can share the class with me.
Thanks,
Jatin ============
.
- Follow-Ups:
- Re: Delphi and DSP
- From: MeMyselfAndI
- Re: Delphi and DSP
- References:
- Delphi and DSP
- From: Jatin
- Re: Delphi and DSP
- From: MeMyselfAndI
- Delphi and DSP
- Prev by Date: Re: FFT class or routines
- Next by Date: Re: FFT class or routines
- Previous by thread: Re: Delphi and DSP
- Next by thread: Re: Delphi and DSP
- Index(es):
Relevant Pages
|