Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add DSD file support #52

Open
tobilotus opened this issue Mar 14, 2024 · 5 comments
Open

Please add DSD file support #52

tobilotus opened this issue Mar 14, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@tobilotus
Copy link

such as .dff, .dsf

@tranxuanthang tranxuanthang added the enhancement New feature or request label Mar 15, 2024
@joelis10
Copy link

second this, no reason why DSD should be left out as it only leaves some of my songs without lyrics

@tranxuanthang
Copy link
Owner

Music playback support of LRCGET is provided by Kira (https://github.com/tesselode/kira), which in turn depends on Symphonia (https://github.com/pdeljanov/Symphonia).

I don't think Symphonia supports DSD file format at the moment:

https://github.com/pdeljanov/Symphonia?tab=readme-ov-file#formats-demuxers

@joelis10
Copy link

ah fair enough, I suppose there's no way that DSD could be encoded to Opus instead? I've seen music players do this when they can't support plain DSD but I'm not sure how yours works and if it's even possible. I assume you need something like Symphonia to gather metadata for songs?

@yavko
Copy link

yavko commented Mar 21, 2024

This crate could add support for dsd, if anyone is interested in adding support for it https://crates.io/crates/dsf

@tranxuanthang
Copy link
Owner

@yavko Unfortunately I can't implement the support myself since it's currently beyond my skill set. It's best if it is implemented at kira side. I'll try to open an issue there, hopefully they can provide the support for DSD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants