Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-09-20 Thread s7mx1
about the callback. I tried the PulseAudio Simple API but stuck at getting the buffer out from decoder to the pulseaudio. I noticed that pa_callback in slimaudio_output.c was responsible of transferring buffer over. Could you provide a poll method of such function instead of

Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-09-19 Thread s7mx1
ralphy;658550 Wrote: > @s7mx1 > > Squeezeslave does not open/close the audio device during pause/resume. > It opens the device when squeezeslave starts and keeps it open until the > program exits. It's more likely the issue is related to power saving > where the ta

Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-09-19 Thread s7mx1
n opened again but with failed attempt I will only get acknowledgement for audio device being closed. It seems somehow that portaudio failed to open the audio device. What logs do you want? -- s7mx1 ---- s7mx1&#

Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-09-12 Thread s7mx1
x27;src/os/unix/pa_unix_util.c', line: 387 Not quite sure its because of wifi drop or something else. -- s7mx1 ---- s7mx1's Profile: http://forums.slimdevices.com/member.php?userid=470

Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-09-02 Thread s7mx1
MusicManiac;654505 Wrote: > Nicely done s7mx1. Works quite well. > > What kind of cpu usage are you seeing with the file types you're > streaming? > > Edit: It doesn't seem to enjoy my flac files very much (stock speeds) @MusicManiac 1) Check your wifi ap/route

Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-09-02 Thread s7mx1
ralphy;654578 Wrote: > Should I wait to post the binary on googlecode until you have one that's > been proven a bit more? @ralphy, I would like to test it a bit more over the weekend. Will get back to you early next week. Thanks.

Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-08-31 Thread s7mx1
compiler options to see it will make a difference. -- s7mx1 s7mx1's Profile: http://forums.slimdevices.com/member.php?userid=47093 View this thread: http://forums.slimdevices.com/showthread.php?t=

Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-08-31 Thread s7mx1
oot folder, if not just remount / as rw) Code: description "Squeezeslave Daemon for WebOS" author "s7mx1" version 1.0 # don't start until the WebOS finishes it's normal boot # that way no delay is added to the GUI startup start

Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-08-30 Thread s7mx1
C3 md5sum: c2757f686be20cfda27b3ea77ec0a134 Let me know if you need the makefile please let me know and I will upload somewhere. -- s7mx1 ---- s7mx1's Profile: http://forums.slimdevices.com/member.php?userid=47093 View this thread: http://forums.

Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-05-29 Thread s7mx1
t. My .asoundrc looks like: pcm.file { type file; format "PCM"; file "/dev/msm_pcm_out"; slave.pcm "/dev/msm_pcm_out"; } Thanks again for your excellent squeezeslave. -- s7mx1 ---- s7mx1'