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
Audio Hardware / Re: Question in-ears magnetic driver
Last post by Chibisteven -
I wouldn't store anything magnetic near a CRT because it screw up the picture on it.  Or anything magnetic near a magnetic storage device.

Why are you so worried with devices that are sensitive to magnetic fields even wrecking your IEMs when it's the least likely thing to destroy them?

If you really want to wreck your IEMs send a shit ton of power through the wires and into the drivers (they might even smoke or catch fire).
15
3rd Party Plugins - (fb2k) / Re: foo_audiomd5 mismatches, APE and MP3s
Last post by Foobar3031 -
I've now moved my entire MP3 library over to ID3v2.4 and also used the 'optimize file layout' function
Hello, can I do the same thing for mp3 files in mp3tag and what do I have to do? I need the ability to create tag with decoded audio MD5 in foo_audiomd5 and then the possibility of error-free reconciliation so that tag editing does not affect this checksum

I can't speak for MP3Tag, but it's achievable within Foobar. Right click on the tracks -> tagging -> MP3 tag types. Also within the right click menu is the optimize command.

When I edit tags, the checksum remains the same. The only times this won't work are:

1. Monkey's Audio format.
2. Where an MP3 file has lyrics embedded.

With (2), you may need to use a tool like MP3tag to properly remove them. I recall using the strip tags keyboard shortcut, followed by control-z to undo, and this rewrote the tags without lyrics.

Hope that helps.
16
FLAC / Re: Multithreading
Last post by Replica9000 -
Build with AVX 512: https://hydrogenaudio.org/index.php/topic,127408.0.html

One option that seems to make encoding painfully slow is the  --analysis-apod option. 
[...]
--analysis-apod tukey(5e-1);subdivide_tukey(47/1);gauss(5e-1);welch;connes

Forty-seven!?
That's "hardly inexpensive" whether it is in analysis or in computation?

I threw a higher number in for the stress test.  The previous test used almost identical command, without --analysis-apod and subdivde_tukey was at 37 instead of 47.  That test only took 3½ hours to complete.

Are those flac builds actually using avx512?  I only see source code for axv2, sse2, sse3 and sse4
19
General Audio / Re: Need some advice on resampling 192Khz/32bit float.
Last post by Raven1 -
The OP seems to only want command line solutions, but I'll mention anyway that several resampler DSPs for foobar2000, including SoX Resampler, will extrapolate the signal at track transitions which pretty much fully eliminates all glitching. Faster option than the "Do not reset DSP" option mentioned by Bogozo.
Also Advanced Limiter DSP will eliminate any potential clipping in a smart way without messing up loudness.
After some thinking and testing, I found that I like a CD release instead of a Vinyl one (more clear, no clicks nor noise and save me a headache of resampling) as long as they have the same mastering as for those which exist in Vinyl only I will download them locally and follow your advice. Also thank you for updating the Sox component for 64bit Foobar2000, I'm currently using it.  
20
Development - (fb2k) / Re: Testing Windows ARM64EC components
Last post by Piotr Fusik -
Thanks! I'd prefer to not setup a VM (and purchase an extra Windows license) just to test my foobar2000 components, which are decoders.

Wine claims The ARM64EC architecture is fully supported.
WINEDEBUG=+relay tells me the installer is calling GetVersionExW.
I found a way to make a step forward. winecfg opens a window where I can choose Windows 11.
Now I get "Windows on ARM64 is required to run foobar2000 (ARM64EC)". Can you tell me how that is determined?