[vorbis-dev] Mac Ogg Vorbis Player

Chris Hanson cmh at bDistributed.com
Tue Oct 10 22:11:14 PDT 2000



At 10:03 PM -0400 10/10/00, David Riley wrote:
>Unfortunately, this release doesn't seem to fix the "tearing sound"
>problem.

If you're using Standard C I/O functions on the Macintosh, make sure 
you're using binary mode.  (I.e. you're doing fopen(foo, "rb") 
instead of fopen(foo, "r").)  Otherwise, the Metrowerks standard I/O 
library will "help" you and will convert all newlines to linefeeds 
and vice versa.

You can also link with the (NL) libraries, in which case fopen(foo, 
"r") will do the Right Thing.

   -- Chris


-- 
Christopher M. Hanson
President & CEO
bDistributed.com, Inc.
cmh at bDistributed.com

--- >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