[vorbis-dev] Encoding into MONO (delphi)

Crock Real integracrock at yahoo.com
Sat Feb 14 04:57:31 PST 2004



Oh, my God...yeah, it's simple, but as I told you, I'm stupid .... :-(
 
This is "my" source (from Aleksandr Shamray)
 
I := 0;
While (i < readCount div 4) Do
Begin
  for j := 0 to vi.channels - 1 do
    buffer[j][i] := smallInt((pArray(@readbuffer)[i shl vi.channels + j shl 1 + 1] shl 8) or
                         pArray(@readbuffer)[i shl vi.channels + j shl 1 + 0]) / 32768;
  inc(i);
end;
 
So, what should I change???
It's valentine's day, so... pls, help! THX!
;-)
crc
 

<p><p>---------------------------------
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online
--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list