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
11
Listening Tests / Re: Plans for an ABC/HR test
Last post by Klymins -
I announce that while this work/project has been stalled for almost three weeks now because of multiple reasons, it is not cancelled.

While not the only reason for the past of course, the reason that it is still stalled is that the Java ABC/HR tool has so many problems. Very manual and mistake-prone (in multiple ways) preparation stage, no remembrance, no quick session savings, no rated slider or rating emphasization, stucking sliders (yes literally), and possibly more. And since apparently there are no better alternatives, I considered making my own ABC/HR tool. I'm open for suggestions about that.

And, about the test itself: I'll divide it further. The first one will only contain 128kbps MP3s including LAME (along with the low anchor). I'll also change the sample list.
13
3rd Party Plugins - (fb2k) / Re: External Tags
Last post by Case -
Change the tag writing option in advanced preferences to "Prefer folder tags, write stream tags to SQLite, read all three tag types" and it will do exactly as the setting suggests. Folder tags will be used when there is a folder to write to, streams will use database and all supported tag types will be read.
15
CUETools / Re: How would you interpret my accurate rip results?
Last post by korth -
Did you read the section of the wiki page I linked in my previous post on pressings in AccurateRip?

And there are 2 databases discussed in this thread.
AccurateRip database currently has Checksums for at least 2 pressings of this CD. One at +0 (relative offset of your rip) and one at -12 (relative to your rip).
CUETools DataBase (CTDB) does not store Checksums separately by pressing. The repair option is for CDs that have a recovery record and submitted to CTDB only. The repair script does not alter the offset of any part of your rip.
foobar2000 shows results from AccurateRip database only.
CUETools Repair log shows results from AccurateRip database only (the only info shown from CTDB in that log is that the script repaired 33 samples). To see new CTDB results after a repair, you need to manually run Verify in CUETools on the repaired file(s).
CUETools/CTDB cannot submit anything to the AccurateRip database.
16
3rd Party Plugins - (fb2k) / Re: External Tags
Last post by wojak -
Maybe a stupid question: If I would like to tag RG to internet radio but I always store external tags as files in folders with music would it still tag the stream and where would that tag be? I do not want to permanently switch to any sql-db. Or maybe I should change it just for that one tagging to sq mode and can revert to files mode for normal/everyday files listening. Would the component check both (tags as files and tags in sq)?
17
General Audio / Re: Live stream format with proper metadata & embededd album covers
Last post by nu774 -
OK, Thanks.

BTW, I found that oggenc's default serial number generation is not random enough, and quite easily collide.
As far as I can see, oggenc, flac, and opusenc use different methods for seeding random generator.
oggenc just uses getpid() ^ time(NULL) as random seed, which might be too weak to be used as entropy...
18
CUETools / Re: How would you interpret my accurate rip results?
Last post by anteater545 -
How is there different offsets for each track if theres only 1 cd in the database that cueTools repairs off of? Is my VD an updated version compared to the original pressings? If anyone burned their own copy of a cd, wouldn't the offset be a fixed number per track?
19
AAC / Re: QAAC on Windows 11
Last post by nu774 -
No, it didn't.
Actually, I have both versions of the PDB files, so I disassembled them using dumpbin.exe and compared the machine code of the functions in both versions, but there were no differences.
20
AAC / Re: QAAC on Windows 11
Last post by sundance -
Quote
On peak scanning, every sample is casted to double and then absolute value is computed
But that did not change from 2.83 to 2.84, or did it?