I've just posted new binaries for the 0.9beta1 to google code:
http://code.google.com/p/squeezelite/downloads/list

This is a major update to the code to support OSX and Windows via
PortAudio as well as supporting linux via ALSA.  (see below)

In addition it supports the following new features:
- ability to set a max sample rate via the -r command line parameter,
with this the output device is not required to be present at startup
- support for the server switching mechanism build into LMS

Some details of the Windows/OSX versions:

Portaudio uses an index number for the output device, so this can change
as devices come and go.  squeezelite -l will list the current devices. 
squeezelite -o <X> will set the device to either the index X or the
device who's description matches X if X is not a number.  This should
allow squeezelite to be used with named devices even though port audio
doesn't support it directly.  If the device name is not present then
squeezelite should wait for it to become present.

The windows build include the executable binary squeezelite.exe plus
portaudio_x86.dll file which needs to be in the same directory as the
executable.  It also includes a dll for FLAC decode.  Other codec dlls
can be added (libmad.dll, libfaad.dll, libvorbisfile.dll) for decode of
other file types.

The osx build is a fat build for ppc/i386/x86_64 and includes portaudio
within the binary.  There is a libFLAC.dyllib also on the download page
for flac support.  Other codecs are likely to already installed or able
to be installed from macports.

Please post your feedback...


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to