You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using dsenc for converting a basic wav file to dsf. However, wavpack refuses to process the resulting dsf to output. I suspect an error in the header since I've managed to process other dsf files with wavpack succesfully.
$ target/debug/dsenc -i boop.wav -o boop.dsf && wavpack boop.dsf
104 % done
WAVPACK Hybrid Lossless Audio Compressor Linux Version 5.4.0
Copyright (c) 1998 - 2020 David Bryant. All Rights Reserved.
incomplete DSD block!
couldn't read all samples, file may be corrupt!!
The text was updated successfully, but these errors were encountered:
I tried using
dsenc
for converting a basicwav
file todsf
. However, wavpack refuses to process the resultingdsf
to output. I suspect an error in the header since I've managed to process otherdsf
files with wavpack succesfully.The text was updated successfully, but these errors were encountered: