Page 1 of 1

How WA do for Record/Play a Raw PCM?

PostPosted: June 17th, 2004, 3:38 am
by alter
I know WA do well in Wav. But how I can get raw pcm? Hoping for your help.

PostPosted: June 17th, 2004, 7:52 am
by Kambiz
Do you mean wave samples?

PostPosted: June 18th, 2004, 1:28 am
by alter
Not exactly. Raw PCM just has not WAVE HEAD. And others is same with a wave.

PostPosted: June 18th, 2004, 8:04 am
by Kambiz
The Data member of TWave class points to the beging of the wave samples (or as you said, raw PCM data). The size of data in bytes is also available in DataSize member.