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
3rd Party Plugins - (fb2k) / Re: JScript Panel
Last post by StuPC -
Thanks for the updates, Marc - my foobar is looking ace thanks to your hard work! :-)

One small question - this is my current sort pattern for the Smooth Browser sample:

$if(%date%, %date% | %album% | %album artist% | %discnumber% | %tracknumber% | %title%,zzz%path_sort%)

How can I show the most recent releases at the top (rather than the oldest)?
2
3rd Party Plugins - (fb2k) / Re: JScript Panel
Last post by josemescud -
Hi Marck:

I am delighted with the new Smooth Browser that allows Playlist mode. I asked you for this a while ago and you finally decided to implement it.

I also liked that in version 3.4.25 you made it so that in Playlist mode when marking a disc in Smooth Browser it is marked in the active playlist and does not take it to the Library Viewer Selection.

If it is possible, I would like the inverse effect. If we mark a disc in the active playlist it is highlighted in the Smooth Browser.
3
General Audio / Re: Test files needed
Last post by jaybeee -
Have a poke about in the archive.org site. I don't think either CD is there, but there might be other ones, even in sample form that might be of use.

I am of the opinion that such (seemingly) valuable material should be available in the public domain. However, they're both likely still copyright protected and thus not available on the web for free.

I have searched a few places I frequent to check and they're not there.

The Pierre Varney one is available to buy at Discogs tho. And some cheeky scamp is selling it for over £100 on eBay  ::)

-

I found another source of info about test CDs: http://www.technofileonline.com/texts/testcd89.html

5
FLAC / Re: FLAC - stored main chunk length differs from written length
Last post by Porcus -
And so, the validity in Reply 50 of that test file ... with that interpretation?


(BTW, I am not much fan of overmoderation, but @korth as mod: This thread has become more about peculiar WAVE files than a wishlist on one particular encoder/decoder. Or maybe wishful thinking on my part. Maybe it does no harm staying in this subforum.)
7
3rd Party Plugins - (fb2k) / Re: Biography Discussion
Last post by marc2k3 -
I think this script works fine for the vast majority of people. This vbs issue is a bit obscure to say the least. The easiest fix would be replacing it with curl or similar. It's even included on windows 10/11.
8
Other Lossy Codecs / Re: exhale - Open Source USAC encoder
Last post by nu774 -
As for decoder side, has anyone tried this?
https://github.com/Fraunhofer-IIS/mpeghdec

It seems to be based on the decoder part  of FDK-AAC but is updated to support MPEG-H.

https://github.com/Fraunhofer-IIS/mpeghdec/blob/main/src/libMpeghDec/include/aacdecoder_lib.h
The header says it supports MPEG-2/4 AAC, MPEG-D Audio(USAC), and MPEG-H Audio.

USAC config parser of FDK-AAC refuses channel_configuration > 2 here (maybe xHE-AAC restriction?):
https://github.com/mstorsjo/fdk-aac/blob/master/libMpegTPDec/src/tpdec_asc.cpp#L2148

In mpeghdec, the same function is updated to also support MPEG-H config and  the restriction  seems to be removed:
https://github.com/Fraunhofer-IIS/mpeghdec/blob/main/src/libMpegTPDec/src/tpdec_asc.cpp#L458
10
FLAC / Re: FLAC - stored main chunk length differs from written length
Last post by bryant -
I have updated this again with this commit.

For now I've decided to re-allow unpacked samples in WAV (they are already valid in CAF), however I now reject the file if all the required padding bits are not zero, and suggest the --pre-quantize option to "fix" the files, and if it's appropriate I suggest the Adobe Audition / Cool Edit option.

I realize that these files are probably invalid WAVs, but if the data is consistent (i.e., all the correct bytes are zero) then why not? I also prefer the behavior that if someone tries to compress a Audition 24.0 float file without the -a flag they'll get an error message with a reminder about the option instead of generating a corrupt WavPack file (which obviously was less than ideal).