vzs wrote:
> In between did you manage to test Wandboard with Amanero + USB drive
> connected through an USB hub?
I tried this last night and was having issues with drop-outs at all
sample rates. I'm trying to remember if I ever used the Amanero with a
hub or just the WaveIO. It may be a regress
SQUEEZELITE-1.1-2.12.20130606GITFC34DA0
Changes...
Code:
* Thu Jun 06 2013 - 1.1-2.12.20130606gitfc34da0
- Add squeezelite-process-logging.patch.
- Drop squeezelite-process-cnt.patch.
- Latest git revision fc34da0.
- check free bytes not frames.
---
JackOfAll wrote:
> decode.c .
>
> size_t min_space = decode.direct ? codec->min_space :
> process.max_out_frames;
>
> Shouldn't that be (8 bytes in a frame)
>
> size_t min_space = decode.direct ? codec->min_space :
> (process.max_out_frames * 8);
Oops - fixed in repo - multiply by BY
JJZolx wrote:
> Will it be possible to enable the quad board's SATA port and use it for
> LMS running on the Wandboard?
I expect so. (Definitive answer once I have a quad CPU board in my
hands.)
JackOfAll's Profile: http:
Triode wrote:
> What are you seeing dropped frames on - WB? Is it dropping in this
> place - if so can you confirm if it is mid decode or at the end of the
> decode? We should never get to that code in theory.. Decode should not
> run unless there is space in the output buffer for the size of
Chunkywizard wrote:
> > JJZolx wrote:
> > Will this run on the new Wandboard Quad? Four 1 GHz cores, 2GB RAM,
> > better graphics, plus a SATA header.
> >
> > http://wandboard.org/
> >
> > (and should the community Squeezebox DAC card under development run on
> > it?)> >
>
> Yes and yes. By
JackOfAll wrote:
> Triode,
>
> Just tracking down why I'm dropping frames on the floor from time to
> time. Please can we reset the cnt (from 10 down to zero) back to 10
> after we have (partially) written frames to the out buffer.
>
> >
Code:
> >
> > >
>
> What a
SQUEEZELITE-1.1-2.11.20130606GITDE4F3A1
Changes...
Code:
* Thu Jun 06 2013 - 1.1-2.11.20130606gitde4f3a1
- Add squeezelite-process-cnt.patch (reset cnt to 10 after write some frames)
- Drop squeezelite-process.patch
- Latest git revision de4f3a1.
- add patch
Triode,
Just tracking down why I'm dropping frames on the floor from time to
time. Please can we reset the cnt (from 10 down to zero) back to 10
after we have written some frames to the out buffer.
Code:
--- /home/clivem/development/git/squeezelite/process.c2
John, not had a lot of time today. Started working on a web page to
document the upsample options. 'Squeezelite: Upsample functionality
using the SoX Resampler library'
(http://www.communitysqueeze.org/squeezelite_upsample.jsp). Hopefully
I'll be able to finish it later this evening.
---
richardcarter wrote:
> I've got this dongle too, but cannot get it to connect to the WiFi.
> Lists the SSID correctly, then enter WPA2 password, but doesn't connect?
> Any ideas?
Do you remove the LAN cable and reboot?
sb
JackOfAll wrote:
> Just to add to that, you log in using putty as username "fedora" and
> password "fedora". Then once you have a terminal, you type (or cut and
> paste) the commands, one per line, "enter" key after each one, waiting
> for the previous command to finish and the prompt to reappear
Stoker wrote:
> Sure, the WiFi dongle I'm using is this one:
> http://www.amazon.co.uk/gp/product/B003MTTJOY/ref=oh_details_o00_s00_i00?ie=UTF8&psc=1
I've got this dongle too, but cannot get it to connect to the WiFi.
Lists the SSID correctly, then enter WPA2 password, but doesn't connect?
Any i
kesey wrote:
> On your Windows PC download putty.exe
> http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
>
> and off you go:-) You'll need to get the ip address of your Wandboard as
> per the instructions on
> http://www.communitysqueeze.org/quick_start_guide.jsp
Just to add to th
kesey wrote:
> On your Windows PC download putty.exe
> http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
>
> and off you go:-) You'll need to get the ip address of your Wandboard as
> per the instructions on
> http://www.communitysqueeze.org/quick_start_guide.jsp
Thanks for the he
sasha wp wrote:
> Dear Triode,
> Let me first thank you, from the bottom of my heart (ears) for your work
> on EDO and this headless implementation. I am an LMS user running of a
> Synology NAS w 4TB high-res music and given Logitech's shameless lack of
> support I don't see 7.8 coming along anyt
Squeezed_Rotel wrote:
> I have a CSOS Wand up and running. I currently have the R4 image
> istalled. I want to install the kernel build (kernel-wand-3.0.35-cm49)
> and firmware (mytekusb2-firmware-1.33.10-1) that Clive just built. I
> would like to learn how to open a CMD prompt. Do I use my Win
I have a CSOS Wand up and running. I currently have the R4 image
istalled. I want to install the kernel build (kernel-wand-3.0.35-cm49)
and firmware (mytekusb2-firmware-1.33.10-1) that Clive just built. I
would like to learn how to open a CMD prompt. Do I use my Windows PC
with some linux type ap
LOGITECHMEDIASERVER-7.8.0-0.27.20130605GIT1369983318
Brian, I have just packaged this. Haven't installed or tested it myself
yet.
Changes...
Code:
* Wed Jun 05 2013 - 7.8.0-0.27.20130605git1369983318
- Latest git revision 5c5e178e3ce33ede6fae559ad2ba37fa844b4a78.
JohnSwenson wrote:
> Are these flags by any chance the flags in the "soxr_quality_spec"
> struct?
Yes.
Code:
#define SOXR_ROLLOFF_SMALL 0u/* <= 0.01 dB */
#define SOXR_ROLLOFF_MEDIUM1u/* <= 0.35 dB */
#define SOXR_ROLLOFF_NONE 2u/* For
Can you please test your Mytek DAC with the Mytek driver and let me know
it is working, please. I'm guessing that when you tested it before it
would have been using the generic usb driver and limited to 96k?
Code:
sudo csos-cleanInstall-testing kernel-wand-3.0.35-cm49
JackOfAll wrote:
> SQUEEZELITE-1.1-2.10.20130605GITA0A1828
>
GREAT! Hopefully I can have some time Thursday night to test this. Just
one question: what is the definition of the "flags" field?
Thanks,
John S.
JohnSwens
Hi Clive
Just notice this morning the time displayed on my radio is about 10
minutes out so my alarm will go off ten minutes early. I guess there is
no time server syncing, can this be added? If you need any more info let
me know.
CW
---
Triode wrote:
> Squeezelite resample branch should now support all codecs and
> dynamically load the library.
>
> John - I think we are at the stage where we can assume resampling is
> available from squeezelite - seems to work well, but interested if you
> have managed to test?
Hi Triode,
I ha
Nerdwebber wrote:
> Hi John, does it play 24/88 without stuttering at the beginning of each
> song?
Yes. It plays perfectly. I have two systems with the HiFiMeDIY Dac and
one with a NuForce UDAC2 and I've never heard a stutter out of any of
them. All are Raspberry Pi. Check here for the detai
hagensieker wrote:
>
> So yesterday I get another HiFiMeDIY Sabre USB DAC and set up the
> defaults during the Squeezelite installation (no -d or -a) stuff and it
> works 24/96 out of the box.
>
>
> John
Hi John, does it play 24/88 without stuttering at the beginning of each
song?
-
JohnSwenson wrote:
> GREAT! Hopefully I can have some time Thursday night to test this. Just
> one question: what is the definition of the "flags" field?
>
> Thanks,
>
> John S.
Are these flags by any chance the flags in the "soxr_quality_spec"
struct?
When constructing a quality field woul
To Triode, JackOfAll and JohnSwenson.
I consider that amazing progress is being made in the Community Squeeze
Player and OS projects. The audio hardware stuff is necessarily a less
public activity at this stage than the software, but I remain convinced
that great work is going on there. The state
Hi Willem
Good to see you back.
Could you please copy the output of:
cat /proc/asound/card?/stream0
Steen
sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237
View this thread: http://forums.slimdevices.
sbp wrote:
> Hi
>
> Thank you for testing piCorePlayer.
>
> Regarding the Ralink driver, I would like to include them. Can you help
> with that?
>
> Steen
Hi,
I managed to make the Wi-Pi (RT5370) "kindof" work, by downloading
firmware.tcz from the following place :
ftp://ftp.home.vim.org/vol
epoch1970 wrote:
> Querying Google for "ssh tunnel hubbaloo site:forums.slimdevices.com"
> brought me this:
> http://forums.slimdevices.com/showthread.php?81053-Can-t-Access-Server-over-SSH!&p=696946&viewfull=1#post696946
> http://stonezdup.com/2012/03/ssh-tunneling-with-squeezebox-and-squeezepla
SQUEEZELITE-1.1-2.10.20130605GITA0A1828
Changes...
Code:
* Wed Jun 05 2013 - 1.1-2.10.20130605gita0a1828
- Updated squeezelite-flags.patch.
(flags, precision, passband_end, stopband_start, phase_response)
Update...
Code:
---
Clive - latest squeezelite should take simple options for resampling:
-u vMs|1 should be your preferred option -v -M -s scale -1 dB
-u will select the default recipe with no scaling
Triode's Profile: http://forums.slimde
JohnSwenson wrote:
> That's exactly what I want!
My mind reading skills are improving! :) I've got a couple more loose
ends to deal with, then I'll test and make a new build.
JackOfAll's Profile: http://forums.slimdevices
Triode wrote:
> Clive - latest squeezelite should take simple options for resampling:
> -u vMs|1 should be your preferred option -v -M -s scale -1 dB
> -u will select the default recipe with no scaling
I have another patch (which I need to test) which allows setting all the
quality options dire
JohnSwenson wrote:
> Hi Triode,
> I have been laying out boards every waking moment for the last couple
> weeks, I've been having dreams like TRON only I'm inside multilayer
> boards trying to find processor pins to connect to! Actually kind of a
> cross between TRON and Avatar. Very strange.
>
Chunkywizard wrote:
>
> [edit] whoops. Major faux pas, it was my WHS that was out, just ignore
> me...
>
LOL. Chrony should be keeping the hw clock in sync with network time.
JackOfAll's Profile: http://forums.slimdevic
vzs wrote:
> In between did you manage to test Wandboard with Amanero + USB drive
> connected through an USB hub?
No, sorry! It's on the list for today.
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid
Nerdwebber wrote:
>
> The only problem are the 24b88K files who are playing stuttering.
>
According to this impressive review (
http://www.amazon.com/HiFiMeDIY-Digital-Analog-Converter-Optical/product-reviews/B00AOH5JTQ
)
"Performance-wise the HiFiMeDIY DAC is capable of 8 - 96kHz at 16/24bit
COMMUNITY-SQUEEZE-WEB-1-56.20130605GITD0D73C4
Changes...
Code:
* Wed Jun 05 2013 - 1-56.20130605gitd0d73c4
- Latest git revision d0d73c4.
- Add textfield to set squeezelite upsample options.
Update...
Code:
su
Thank you Gummy35, that was what I was suspecting.
Willem, the 88.2 hz files will need to be resampled. If I understand
correctly it should be better if you use plughw instead of hw, as plughw
will tell alsa to resample it, whereas hw does not allow for any
resampling.
If you still experience pr
JackOfAll wrote:
>
> For Triode...
> squeezelite-flags.patch
>
Thanks - commited to repo.
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.p
downtime wrote:
> Thanks hubbaloo. I couldn't find the thread. It's the "this is done on
> the client and server end" stuff that I don't know how to do. I need
> something like "type this into your terminal: ssh blah blah blah" sort
> of help if anyone can offer that.
>
> Thanks though.
Queryin
JackOfAll wrote:
> I have another patch (which I need to test) which allows setting all the
> quality options directly. Sooner or later, (even if John doesn't ask for
> it), someone will want to set precision, passband, stopband, phase
> values directly, rather than using the recipe defines.
>
>
44 matches
Mail list logo