From: maan Date: Thu, 8 Jun 2006 16:41:27 +0000 (+0200) Subject: osx writer: switch to little endian X-Git-Tag: v0.2.14~66 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=3f4c28d4d449efc054e02b9693eaeac9df3c3604 osx writer: switch to little endian still untested. --- diff --git a/osx_writer.c b/osx_writer.c index e7fecc82..c07bbd51 100644 --- a/osx_writer.c +++ b/osx_writer.c @@ -208,8 +208,8 @@ static int osx_writer_open(struct writer_node *wn) format.mFormatID = kAudioFormatLinearPCM; /* flags specific to each format */ format.mFormatFlags = kLinearPCMFormatFlagIsFloat - | kLinearPCMFormatFlagIsBigEndian | kLinearPCMFormatFlagIsPacked; + // | kLinearPCMFormatFlagIsBigEndian; /* * We produce 2-channel audio. Now if we have a mega-super-hyper card for our * audio, it is its problem to convert it to 8-, 16-, 32- or 1024-channel data.