[mythtv] Working frontend on Mac OS X Intel

emmanuel emansl at gmail.com
Sat Mar 18 16:16:25 UTC 2006


This fixed the audio for me:

Index: libs/libmyth/audiooutputca.cpp
===================================================================
--- libs/libmyth/audiooutputca.cpp      (revision 9406)
+++ libs/libmyth/audiooutputca.cpp      (working copy)
@@ -107,8 +107,8 @@
     bzero(&conv_in_desc, sizeof(AudioStreamBasicDescription));
     conv_in_desc.mSampleRate       = audio_samplerate;
     conv_in_desc.mFormatID         = kAudioFormatLinearPCM;
-    conv_in_desc.mFormatFlags      = kLinearPCMFormatFlagIsSignedInteger
-                                     | kLinearPCMFormatFlagIsBigEndian;
+    conv_in_desc.mFormatFlags      = kLinearPCMFormatFlagIsSignedInteger;
+//                                     | kLinearPCMFormatFlagIsBigEndian;
     conv_in_desc.mBytesPerPacket   = audio_bytes_per_sample;
     conv_in_desc.mFramesPerPacket  = 1;
     conv_in_desc.mBytesPerFrame    = audio_bytes_per_sample;


On 3/18/06, Andreas Weder <andreas.weder at hispeed.ch> wrote:
> I applied all patches described here, and I'm getting video alright, but
> only static
> for audio. What could I be doing wrong?
>
> I've applied against the release-0-19-fixes branch in SVN.
>
> Thanks
> Andreas
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>


More information about the mythtv-dev mailing list