Page 1 of 1

Doubt on Audio Wave Package

PostPosted: March 15th, 2007, 10:24 am
by jtelocken
First it forgives for the imperfect English! Also I am not very experienced in delphi.
I am needing to make a program in my college project that it gets given of a card ADC and writes a Wave file. This card makes the reading of some channels of sound and through functions I have as to get the data of each canal in 16bits levels of 0 to 65535. I liked it very component "Audio Wave Package" and would like to use it. It would like to know if it is possible and as I could effect this program. Perhaps exists something as example so that I can understand?


Thank you very much

Jonas Augusto Telöcken

PostPosted: March 15th, 2007, 1:42 pm
by Johnny_Bit
I doubt that Wave Audio package would help, it seems to me like raw pcm writing would be much better for that kind of task.

PostPosted: March 16th, 2007, 8:56 am
by jtelocken
Ok,
but I could use to use the following method?

Code: Select all
function Write: Integer;
Appends raw wave data to the end of the wave audio initialized by calling BeginRewrite or BeginRewritePCM method.



Thanks
Jonas

//EDIT: Moderated by J_B: Arght! My eyes! Use "code" not color!

PostPosted: March 16th, 2007, 2:10 pm
by Kambiz
jtelocken wrote:Ok,
but I could use to use the following method?

function Write: Integer;
Appends raw wave data to the end of the wave audio initialized by calling BeginRewrite or BeginRewritePCM method.



Thanks
Jonas

Yes, you can.