Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


DSF files compressed with WavPack play back as "8/88.2"?
#11
The problem is, the wv file is basically a container containing compressed audio. Quoting from the wavpack page

Quote:WavPack is a completely open audio compression format providing lossless, high-quality lossy, and a unique hybrid compression mode.

and, further,


Quote:Compatible with virtually all audio data formats including 8, 16, 24, and 32-bit integer PCM; 32-bit float PCM; DSD audio; mono, stereo, and multichannel (up to at least 256 channels); and integer sampling rates up to 1 GHz

Handles all modern audio file formats including Microsoft WAV/BWF/RF64, Apple AIFF & CAF, Sony Wave64, Philips DSDIFF, and Sony DSF (all with no size limitations)

Basically, one doesn't know from the outside what a wv file "is". MPD passes the wv file to the wavpack (or ffmpeg) decoder plugin to decompress it and, ultimately, determine what the format actually is.

Tim mentioned the helper program mediainfo, which moOde uses to get information about audio tracks (but I'm unclear where it's used and where not).

Here's what mediainfo reports on the sample file of yours that I talked about earlier

Code:
pi@m836-64:~ $ mediainfo /mnt/SDCARD/'1969 - In A Silent Way (1969, 2012 MFSL RM)'/"02. In A Silent Way-It's About That Time.wv"
General
Complete name                            : /mnt/SDCARD/1969 - In A Silent Way (1969, 2012 MFSL RM)/02. In A Silent Way-It's About That Time.wv
Format                                   : WavPack
File size                                : 393 MiB
Duration                                 : 1 h 19 min
Overall bit rate mode                    : Variable
Overall bit rate                         : 689 kb/s
Album                                    : In A Silent Way
Track name                               : In A Silent Way/It's About That Time
Track name/Position                      : 02
Performer                                : Miles Davis
Genre                                    : Jazz
Recorded date                            : 1969
Comment                                  : CUE Corrector v. 8.4.2 / b. 1047 (Aug. 05, 2021)
ALBUM ARTIST                             : Miles Davis
CATALOGNUMBER                            : UDSACD 2088
ORGANIZATION                             : Mobile Fidelity Sound Lab

Audio
Format                                   : WavPack
Format profile                           : 4.16
Format settings                          : Lossless
Duration                                 : 1 h 19 min
Bit rate mode                            : Variable
Bit rate                                 : 688 kb/s
Channel(s)                               : 2 channels
Sampling rate                            : 88.2 kHz
Bit depth                                : 8 bits
Compression ratio                        : 2.050
Stream size                              : 393 MiB (100%)
Encoding settings                        : -h

This looks like it could be the source of the rate/depth info we see reported on the Playback screen.

OTOH, here's what mediainfo reports on a straight DSD file (on another computer)

Code:
xxx@T520:~/Music/DSD/Derek Jones$ mediainfo 'Derek Jones - Run With Me - 02 - The Nearness of You - DSD128.dsf'
General
Complete name                            : Derek Jones - Run With Me - 02 - The Nearness of You - DSD128.dsf
Format                                   : DSF
Format/Info                              : Direct Stream Digital Stream File
Format version                           : Version 1
File size                                : 270 MiB
Duration                                 : 3 min 20 s
Overall bit rate                         : 11.3 Mb/s
Album                                    : Run With Me
Album/Performer                          : Derek Jones
Track name                               : The Nearness of You
Track name/Position                      : 02
Performer                                : Derek Jones
Genre                                    : Jazz
Recorded date                            :   2016
ISRC                                     : US-KTN-16-00059
Copyright                                : Blue Coast Records 2016

Audio
Format                                   : DSD
Format/Info                              : Direct Stream Digital
Commercial name                          : DSD128
Format settings                          : Little
Duration                                 : 3 min 20 s
Bit rate                                 : 11.3 Mb/s
Channel(s)                               : 2 channels
Channel layout                           : L R
Sampling rate                            : 5 645 kHz
Compression mode                         : Lossless
Stream size                              : 270 MiB (100%)

Like the man says, investigation needed to see who is telling what to whom, when, so to speak.

Regards,
Kent
Reply


Messages In This Thread
RE: DSF files compressed with WavPack play back as "8/88.2"? - by TheOldPresbyope - 09-10-2023, 09:27 PM

Forum Jump: