Re: [Musicpd-dev-team] [PATCH/RFC] Fix DSD-over-USB playback

2012-04-06 Thread adel...@freemail.gr
On 6/4/2012 1:52 μμ, Jurgen Kramer wrote: The attached patch fixes playback for DSD-over-USB. Without this patch MPD uses a frame size of 2 (stereo files) while the actual needed frame size for the used output sample format is 8 (sample formats S24_P32 and S32). Maybe this is not the

Re: [Musicpd-dev-team] DSD over USB

2012-03-24 Thread adel...@freemail.gr
On 24/3/2012 7:49 μμ, Jurgen Kramer wrote: On Sat, 2012-03-24 at 13:16 -0400, Jesus R wrote: Thanks for that tip! I have it working now with plughw as well... I just did a quick addition (proof-of-concept) to pcm_dsd_usb.c to let it support version 1 of the dsd-over-usb spec (0x05 and 0xFA

Re: [Musicpd-dev-team] DSD over USB

2012-03-23 Thread adel...@freemail.gr
I had to use plughw to get past that error. On 23/3/2012 1:40 μμ, Jurgen Kramer wrote: On Thu, 2012-03-22 at 17:23 +0100, Jurgen Kramer wrote: I took a quick look at the code, it seems it supports the pre-1.0 version of the standard (0xAA markers). I'll give it a test tomorow. My DAC

[Musicpd-dev-team] DSD over USB

2012-03-22 Thread adel...@freemail.gr
Hi , I've been testing the latest git with DSD over USB support this morning. I'm using an XMOS UAC2 board with modified firmware supporting v1.0 of the dCS suggested standard. https://www.xcore.com/projects/dsd-audio-over-usb OS is ARM linux. So far I haven't gotten it to work. I noticed