Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Recent Posts
1
Support - (fb2k) / Re: Newer foobar2000 Versions and 'fact' Chunks
Last post by Nick.C -
Thanks *very* much for a link to that specification, as I've never encountered it before and have relied on the Wikipedia pages.

From the same document:

"This chunk is required for all WAVE formats other than WAVE_FORMAT_PCM. It stores file
dependent information about the contents of the WAVE data. It currently specifies the time length of the
data in samples."

Which, to my reading, can be read as the chunk not being needed for PCM at all and that its contents are not fixed (noting the use of "currently" in relation to what is contained in the chunk).
3
General - (fb2k) / DSD settings in foobar
Last post by Madmo -
Hey, I'm relatively new to using foobar. I downloaded a DSD file and it plays but the volume is really low and seems out of phase. I think I have the components needed to play. But I can't seem to get this file to play properly.

Does anyone have any ideas?
4
Support - (fb2k) / Re: Newer foobar2000 Versions and 'fact' Chunks
Last post by Porcus -
https://www.mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/WAVE.html points out some ambiguity on when it should/must be present. But from the spec 3.0, page 12:

The fact chunk will be expanded to include any other information required by future WAVE
formats. Added fields will appear following the <dwSampleLength> field. Applications can use
the chunk size field to determine which fields are present.


So it seems you should have had a <dwSampleLength> field first, and then an added field?
5
3rd Party Plugins - (fb2k) / Re: foo_truepeak True Peak Scanner
Last post by Defender -
@Defender : LUFS-I has seen no changes. It's still negative for most if not all sane tracks. You need to boost loudness so high that almost all content is beyond full scale to make things so loud that LUFS-I turns positive. And of course peaks are still higher than the loudness, so PLR will remain positive.
Fine. You checked what you are publishing and it is correct.

I will still be displaying the negated version of LUFS because of esthetics and the idea that values are "better" the larger the positive values are. Just like the LRA, PLR and DR values that sit next to LUFS-I in my display. No confusion also because I display them as Li16, so without the units.

Not an issue, but an observation:
I checked the PLR values I calculate with yours and in some cases they differ by either -0.01 or +0.01. In the calculations I don't use $div or $mod and the precision of the peak and gain tags is 2, and since our LUFS values are always the same (negated that is) the difference can only be explained if you calculate PLR with values with a higher precision than 2.

Thx for the swift PLR decimal fix.
7
Support - (fb2k) / Re: Newer foobar2000 Versions and 'fact' Chunks
Last post by Nick.C -
Indeed it is, but given that lossyWAV only processes PCM, I "appropriated" the chunk (in a context where it would not be used) to store the processing settings, e.g. "lossyWAV beta 1.4.3c @ 22/05/2024 16:06:41, --quality standard". While this is not particularly needed when correction files are not created, other than to indicate that the file has already been processed and to issue a warning if the file is reprocessed, it's needed when correction files are created - specifically to allow checks to be performed to see if two files should be merged.

While bughunting I also noticed that later versions of foobar2000 do handle / ignore 'FACT' chunks, but don't ignore 'fact' chunks.

8
foobar2000 for Mac / Re: foobar2000 for Mac: bugs & wishes
Last post by Peter -
Column width bug, fixed for the next update, thanks for reporting.

Another problem is that now there are two menu items both called Album List: one shows it in a separate window (naturally, I created a shortcut for it) and the other is responsible for the one living in the side bar. Now my shortcut only shows me the Album List in a separate window but does nothing to the one in the side bar (though it is shown in the corresponding menu item). I think that something should be done with this, though I’m not sure what exactly (renaming menu items probably? but how?).
Not sure what you mean two menu items, there's no menu item for showing the embedded Album List.
Ideally I'd like the "Album List" menu item to highlight the embedded Album List if present, cycling tabs if necessary, but I haven't gotten to implementing that yet.