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

2012-04-01 Thread Bobby Beever
Max, Sorry I've been on a holiday and totally missed out on anything digital. Although I didn't finish my implementation, I see you picked up the DSD development yourself which I'm happy about.  You probably don't care, and probably too late.. but I do not agree with the addition of the added

Re: [Musicpd-dev-team] [PATCH 0/5] Add new decoder for outputting DSD data to 'DSD-over-USB' spec. - info

2012-02-04 Thread Bobby Beever
Hi Max and all, I would like to help on the DSD MPD implementation as well. - add a new audio format for DSD samples  I would like to propose the following changes/additions to audio_format.h: enum frame_type {     FRAME_TYPE_UNDEFINED = 0,     FRAME_TYPE_PCM = 1,     FRAME_TYPE_DSD = 2, };

Re: [Musicpd-dev-team] [PATCH 0/5] Add new decoder for outputting DSD data to 'DSD-over-USB' spec. - info

2012-02-04 Thread Bobby Beever
Ok, great, I prefer this as well. @Jurgen, @Jesus, I am willing to start the work for the first DSD patch is that alright with you guys? - Original Message - From: Max Kellermann m...@duempel.org To: Bobby Beever bobby.bee...@yahoo.com Cc: musicpd-dev-team@lists.sourceforge.net

Re: [Musicpd-dev-team] [PATCH 0/5] Add new decoder for outputting DSD data to 'DSD-over-USB' spec. - info

2012-02-04 Thread Bobby Beever
convert to PCM by default). I hope I changed your mind.. Let me know what you think.. - Original Message - From: Max Kellermann m...@duempel.org To: Bobby Beever bobby.bee...@yahoo.com Cc: musicpd-dev-team@lists.sourceforge.net musicpd-dev-team@lists.sourceforge.net Sent: Saturday, February 4

Re: [Musicpd-dev-team] [PATCH 0/5] Add new decoder for outputting DSD data to 'DSD-over-USB' spec. - info

2012-02-04 Thread Bobby Beever
I agree with you but I think it all has to do with the fact that the USB 2.0 Audio Class does not support native DSD and these vendors want DSD support in their hardware. It's may be shitty, but it is what it is.. Thank you for your suggestion, I'll make sure the plugin code remains as small as