X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=osx_writer.c;fp=osx_writer.c;h=c07bbd51e6577152408eda231f5a0e1697b1bbd5;hp=e7fecc8262650e8a630b7892b9cabfb627fbc421;hb=3f4c28d4d449efc054e02b9693eaeac9df3c3604;hpb=1e2990131a4c26662aa89df52f1ffeba922bf46d 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.