DomieMic65 wrote: > I tried :0 and 100:0 but in both cases I get only noise! > > @ralphy & @marco1712 guys thank you very much for trying to help but I > can not make it work!! > > About the -W option where should I pun it in line? I was trying the non > R2 version to see If i could make it work... > > That's the way it should be? > > > <string>/Applications/Squeezelite.app/Contents/MacOS/Squeezelite</string> > <string>-o</string> > <string>Soundflower (2ch)</string> > <string>-a</string> > <string>100:0</string> > <string>-f</string> > <string>/var/log/Squeezelite.log</string> > <string>-n</string> > <string>/MyMacSqeezelite</string> > > From the log file: > > [17:20:13.404635] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:20:23.468165] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:20:33.532476] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:20:43.597360] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:20:53.662151] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:21:03.728832] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:21:13.802394] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:21:23.866891] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:21:33.933777] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:21:44.005529] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:21:54.069855] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:22:04.135661] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:22:14.206927] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:22:24.275381] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:22:34.343254] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:22:44.410193] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:22:54.477392] output_init_common:391 unable to open output device: > Soundflower (2ch) > [17:23:04.544212] output_init_common:391 unable to open output device: > Soundflower (2ch)
If you are resampling with C-3PO on the server you MUST add -W to the command line of squeezelite, othervise it will non work. <string>/Applications/Squeezelite.app/Contents/MacOS/Squeezelite</string> <string>-o</string> <string>Soundflower (2ch)</string> <string>-a</string> <string>100:0</string> <string>-f</string> <string>/var/log/Squeezelite.log</string> <string>-n</string> <string>MyMacSqeezelite</string> <string>-W</string> Be aware of the name /MyMacSqeezelite is probably invalid, change it in MyMacSqeezelite or similar but without special characters in it. You could use the number of the card instead of the name, i.e assuming Soundflower (2ch) is the first f the list: <string>-o</string> <string>1</string> The message in the log is strange, if you get white noise you opened the sound card... ________________________________________________________________________ Author of C-3PO plugin, Squeezelite-R2, Falcon Web interface - See www.marcoc1712.it ------------------------------------------------------------------------ marcoc1712's Profile: http://forums.slimdevices.com/member.php?userid=34842 View this thread: http://forums.slimdevices.com/showthread.php?t=105309 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
