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

help with "incompatible sample rate combination" #27

Open
MaximLeyenson opened this issue May 1, 2024 · 1 comment
Open

help with "incompatible sample rate combination" #27

MaximLeyenson opened this issue May 1, 2024 · 1 comment

Comments

@MaximLeyenson
Copy link

My first time compiling and running dsf2flac (and, thank you for your effort in writing it!)

I am getting

$ dsf2flac -i 04.Pierrot.dsf 
dsf2flac 0.1Rev54

Input file
	04.Pierrot.dsf
Output format
	SampleRate: 88200Hz
	Depth: 24bit
	Dither: true
	Scale: 4.0dB
Sorry, incompatible sample rate combination

I do not know (virtually) anything about DSD, and would appreciate your help. Thank you!

@jackocleebrown
Copy link
Collaborator

Hello, dsf2flac has support for sample rate ratios of 8, 16 or 32. This error occurs because the input sample rate divided by the output sample rate (88200Hz) is not one of these three supported ratios. You can try specifying a different output sample rate by using the "-r" command line flag. Do you know the sample rate of your DSD file (e.g. DSD64, DSD128 etc).

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

No branches or pull requests

2 participants