[Tremor] PCM to analogic

Frederic Bastien nouiz
Mon Jul 12 11:34:57 PDT 2004


<20040707130411.GA1787 at efd.lth.se>
Message-ID: <3201.132.204.12.100.1089657297.squirrel at www.nouiz.org>

Hi,

I post this post here as I don't find any good information for what I
need. I you know any good source of information, I will be happy to hear
about it.

I have done a decoder for ogg vorbis using Tremor. I need to make the pcm
play  with a 14 bits unsigned DAC to an headset. So i transfort the 16
bits signed with this

((unsigned short) (((int)buffer[i])+32768))

and send it to the DAC.

But that don't work. Did I forget a step? Do you know any place where I
can find information about this?

thanks for your time

Frederic Bastien




More information about the Tremor mailing list