On Jun 14, 2006, at 2:37 PM, Aleksi Strandberg wrote:

Hi,

I'm working on audio recording function.
I've got a memoryblock with 32bit  floating point PCM data.

I would need to save the data either as 16bit integer PCM data or 32bit integer, as a WAV file.

Do you know how to convert it?
Got it, to a short:
  dim i as integer
  i=iv*(32767)
  return i

Aleksi
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to