marcoc1712 wrote: 
> On mac portaudio is used as the interface and you could choose among the
> devices that it publish. It works, but it competely depend on that.
> 
> When I was using squeezelite on mac I was able to 'hog' the sound card
> using the correct device, but was Mountain Lion...

DomieMic65 wrote: 
> I passed the -o option step and finished the guide
> I see Squeezeplay in LMS and I can play music when using the system
> output device.
> There is a problem though ... the output device seems its affected by
> the audio midi setup and the setting it has ... so the playback it's not
> bit perfect!
> Edit: for local and for streaming files 
> 
You need to tell squeezelite to open the core audio device in pro mode
to disable os resampling.

Add -a :0 to the plist

                <string>-a</string>
                <string>:0</string>

>From the squeezelite -? help screen.

-a <l>:<r>              Specify Portaudio params to open output device, l = 
target
latency in ms, r = allow OSX to resample (0|1)


Code:
--------------------
    csimacmini:~ paddockd$ 
/Applications/Squeezelite.app/Contents/MacOS/Squeezelite -d all=debug -a :0
  [07:38:07.174045] stream_init:370 init stream
  [07:38:07.174411] stream_init:371 streambuf size: 2097152
  [07:38:07.209098] output_init_pa:573 init output
  [07:38:07.209132] output_init_pa:593 requested latency: 0
  [07:38:07.399029] output_init_common:350 outputbuf size: 3528000
  [07:38:07.399136] output_init_common:374 idle timeout: 0
  [07:38:08.064376] output_init_common:422 supported rates: 384000 352800 
192000 176400 96000 88200 48000 44100 32000 24000 22500 16000 12000 11025 8000 
  [07:38:08.064410] _pa_open:361 *opening device in Pro mode*
  [07:38:08.069308] _pa_open:409 opened device 1 - Built-in Output [Core Audio] 
at 44100 latency 16 ms
  
--------------------


If you also add -C 10 squeezelite will release the audio device after
the player has been paused or stopped for 10 seconds.

                <string>-C</string>
                <string>10</string>



Ralphy

*1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio
'Squeezebox client builds'
(https://sourceforge.net/projects/lmsclients/files/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.
------------------------------------------------------------------------
ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=105309

_______________________________________________
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to