Kodi Community Forum

Full Version: SACD/DSDIFF playback in XBMC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
i scan them into my library. you (implicitly) asked what upstream kodi can do. my fork can do them tags just fine.
(2014-12-03, 11:03)ironic_monkey Wrote: [ -> ]i scan them into my library. you (implicitly) asked what upstream kodi can do. my fork can do them tags just fine.

Is just this used https://github.com/notspiff/kodi-cmake/c...d8262e6468 if so I'll ask within the Team for someone to port it to mainline.
the entire tag reader class is mine. if backported, you'd also get mka and a important thing needed to enable audio book support.
Thanks, I see comparing Kodi mainline to your fork you've added MusicInfoTagLoaderFFmpeg

I also see you've added a SACD vfs for iso, is that in a working state?
yes. you'd need my vfs addon apis first obviously.
Ok, sorry for being lost here. Am I correct to conclude that there is currently no way for me to add dsf files to the Kodi library and I will have to wait until this feature is ported to the Kodi mainline?
correct. either that or you can use my fork (linux only atm, different build system).
Why aren't you making proper pull requests?
ask the team. i was a team member for 10 years btw.
(2014-12-03, 15:07)sloth Wrote: [ -> ]Ok, sorry for being lost here. Am I correct to conclude that there is currently no way for me to add dsf files to the Kodi library and I will have to wait until this feature is ported to the Kodi mainline?

It needs someone interested enough to port it from ironic monkey's fork to the mainline code and make the PR.
Unfortunately I am no coder, just a keen Kodi user and thus have to rely on others mercy/interest. Thanks for clarifying.
I'm trying to play 2.8Mhz DSD file (dff) on my Kodi 14 on debian.
it passe a PCM 192Khz to my Onkyo amplifier instead of passthogh DSD.
but it support dsd :
Code:
root@home:~# cat  /proc/asound/card0/eld#0.2
monitor_present         1
eld_valid               1
monitor_name            TX-NR5009
connection_type         HDMI
eld_version             [0x2] CEA-861D or below
edid_version            [0x3] CEA-861-B, C or D
manufacture_id          0xcb3d
product_id              0xbc2
port_id                 0x0
support_hdcp            0
support_ai              1
audio_sync_delay        0
speakers                [0x4f] FL/FR LFE FC RL/RR RLC/RRC
sad_count               8
sad0_coding_type        [0x1] LPCM
sad0_channels           2
sad0_rates              [0x1ee0] 32000 44100 48000 88200 96000 176400 192000
sad0_bits               [0xe0000] 16 20 24
sad1_coding_type        [0x1] LPCM
sad1_channels           8
sad1_rates              [0x1ee0] 32000 44100 48000 88200 96000 176400 192000
sad1_bits               [0xe0000] 16 20 24
sad2_coding_type        [0x2] AC-3
sad2_channels           8
sad2_rates              [0xe0] 32000 44100 48000
sad2_max_bitrate        640000
sad3_coding_type        [0x7] DTS
sad3_channels           8
sad3_rates              [0xc0] 44100 48000
sad3_max_bitrate        1536000
sad4_coding_type        [0x9] DSD (One Bit Audio)
sad4_channels           6
sad4_rates              [0x40] 44100
sad5_coding_type        [0xa] E-AC-3/DD+ (Dolby Digital Plus)
sad5_channels           8
sad5_rates              [0xc0] 44100 48000
sad6_coding_type        [0xb] DTS-HD
sad6_channels           8
sad6_rates              [0x1ec0] 44100 48000 88200 96000 176400 192000
sad7_coding_type        [0xc] MLP (Dolby TrueHD)
sad7_channels           8
sad7_rates              [0x1480] 48000 96000 192000
root@home:~#

is it possible to get DSD passthrogh ?
(2014-12-29, 15:01)jaoued Wrote: [ -> ]I'm trying to play 2.8Mhz DSD file (dff) on my Kodi 14 on debian.
it passe a PCM 192Khz to my Onkyo amplifier instead of passthogh DSD.
but it support dsd :
Code:
root@home:~# cat  /proc/asound/card0/eld#0.2
monitor_present         1
eld_valid               1
monitor_name            TX-NR5009
connection_type         HDMI
eld_version             [0x2] CEA-861D or below
edid_version            [0x3] CEA-861-B, C or D
manufacture_id          0xcb3d
product_id              0xbc2
port_id                 0x0
support_hdcp            0
support_ai              1
audio_sync_delay        0
speakers                [0x4f] FL/FR LFE FC RL/RR RLC/RRC
sad_count               8
sad0_coding_type        [0x1] LPCM
sad0_channels           2
sad0_rates              [0x1ee0] 32000 44100 48000 88200 96000 176400 192000
sad0_bits               [0xe0000] 16 20 24
sad1_coding_type        [0x1] LPCM
sad1_channels           8
sad1_rates              [0x1ee0] 32000 44100 48000 88200 96000 176400 192000
sad1_bits               [0xe0000] 16 20 24
sad2_coding_type        [0x2] AC-3
sad2_channels           8
sad2_rates              [0xe0] 32000 44100 48000
sad2_max_bitrate        640000
sad3_coding_type        [0x7] DTS
sad3_channels           8
sad3_rates              [0xc0] 44100 48000
sad3_max_bitrate        1536000
sad4_coding_type        [0x9] DSD (One Bit Audio)
sad4_channels           6
sad4_rates              [0x40] 44100
sad5_coding_type        [0xa] E-AC-3/DD+ (Dolby Digital Plus)
sad5_channels           8
sad5_rates              [0xc0] 44100 48000
sad6_coding_type        [0xb] DTS-HD
sad6_channels           8
sad6_rates              [0x1ec0] 44100 48000 88200 96000 176400 192000
sad7_coding_type        [0xc] MLP (Dolby TrueHD)
sad7_channels           8
sad7_rates              [0x1480] 48000 96000 192000
root@home:~#

is it possible to get DSD passthrogh ?

AFAIK... not yet. I put a request in to the Radeon OSS driver devs but I don't think many in video card driver development really know or care what DSD is. I suppose it could be a hardware issue but I think that is less likely.
I'm using the hdmi output of the mother board (intel HD 4600). I'll try to use daphile on a ubs key to see if it's possible to use DSD.
(2014-12-29, 15:01)jaoued Wrote: [ -> ]I'm trying to play 2.8Mhz DSD file (dff) on my Kodi 14 on debian.
it passe a PCM 192Khz to my Onkyo amplifier instead of passthogh DSD.
but it support dsd :

I get the same thing, DSD diff file converted to PCM and send to my DAC via USB.even when not using passthrough.

Using a Wyred4Sound DAC2 DSDse and it only shows up as PCM on the DAC, :-(
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28