From 3f4c28d4d449efc054e02b9693eaeac9df3c3604 Mon Sep 17 00:00:00 2001 From: maan Date: Thu, 8 Jun 2006 18:41:27 +0200 Subject: [PATCH] osx writer: switch to little endian still untested. --- osx_writer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2