Author: fmueller
Date: Fri Jun 10 07:06:17 2011
New Revision: 9448
URL: http://svn.slimdevices.com/jive?rev=9448&view=rev
Log:
Bug: 16808
Description: Fix for Spotify playing mono only
Modified:
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/Spotify/SpotifyApplet.lua
Modified:
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/Spotify/SpotifyApplet.lua
URL:
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/Spotify/SpotifyApplet.lua?rev=9448&r1=9447&r2=9448&view=diff
==============================================================================
---
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/Spotify/SpotifyApplet.lua
(original)
+++
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/Spotify/SpotifyApplet.lua
Fri Jun 10 07:06:17 2011
@@ -57,7 +57,8 @@
data.transitionPeriod,
data.replayGain,
data.outputThreshold,
- data.flags & 0x03,
+ data.flags & 0x03, -- polarity inversion
+ data.flags & 0x0C, -- output channels
string.byte(data.pcmSampleSize),
string.byte(data.pcmSampleRate),
string.byte(data.pcmChannels),
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins