Posts: 1,197
Joined: Oct 2008
Reputation:
0
garyi
Posting Freak
Posts: 1,197
gnif. The output of audio from a mac is determined by the OS, which is set via audio/midi applications in the utilities folder. If I set it to say output at 44100 at 24bit then that is what will be outputed, if I play a higher rated audio file then it will be downsampled to the audio preference.
A number of applications on the market now, including ammara and pure music can change these settings.
In other words unless you ensure this happens (or someone does on the OSX branch) then what comes out of the mac won't necessarily be what you think you specified.
Posts: 3,702
Joined: Mar 2006
Reputation:
146
gnif, I can only donate. I don't have extra HDMI equipment available. Would donations directly help you somehow?
Posts: 44
Joined: Dec 2009
Reputation:
0
Good to see you guys are starting to clean and up working on fixes rather than adding much more features.
one little question....does this mean that sound settings in xbmc will be more compatible to most systems in the future? I still see a lot systems that require tuning of the asound.conf (e.g. tripple outputting sound to all channels or adding an asound.conf for outputting menu sounds).
So I guess it will be more user friendly in the near future?
Posts: 256
Joined: Jul 2009
Reputation:
0
when are you planing to merge your AE branch into trunk ?
Nvidia Shield
kodi 18.1 RC1
Posts: 442
Joined: Feb 2008
Reputation:
34
gnif
Team-XBMC Developer
Posts: 442
well, most of paplayer's codecs are functioning again, paplayer is now bit perfect. Also tracked down some memory leaks, etc... and patched in most of the passthrough layer, if you want more details have a look at the changelog.
I am not scared of SVN - Cutting my hands open on the bleeding edge.
Posts: 108
Joined: Nov 2007
Reputation:
0
I've been playing with this branch a bit and have audio playing under Windows with a WASAPI sink I wrote. It works in both shared and exclusive mode (selected with a boolean toggle in the settings menu) so it should be the only needed sink for Vista/7 systems and thus should avoid polluting the selection list with overly long and duplicate device names.
I've also made some small changes needed to compile under Windows. I'm not sure if you are interested in seeing patches at this point or if you would prefer to wait until development settles down.
Posts: 703
Joined: May 2009
Reputation:
2
erhnam
Team-XBMC Live Developer
Posts: 703
gnif,
Luigi and I are trying to find a way to auto configure alsa in a way that all devices will be used (digital, sp/dif and hdmi). Do you have any thoughts on this or perhaps you can implement something that makes it very easy to output to multiple audio devices. Hope you can help!
Posts: 442
Joined: Feb 2008
Reputation:
34
gnif
Team-XBMC Developer
Posts: 442
No, multiple output to multiple cards is a technical nightmare, there is NO way to make this work properly, just achieving low latency on one output is hard, let alone on multiple. And then keeping them in sync would be an even bigger nightmare, the way audio hardware is designed makes this infeasible, and out of the scope of XBMC.
I am not scared of SVN - Cutting my hands open on the bleeding edge.