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,
};
Add uint8_t frame_type; to the audio_format struct.
Add a SAMPLE_FORMAT_U8 to the sample_format enum.


Max, is the addition of a frame_type to intrusive for you? ie. do you prefer to 
specify something like SAMPLE_FORMAT_DSD_U8?

Cheers,
Bobby

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to