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
21
3rd Party Plugins - (fb2k) / Re: foo_enhanced_spectrum_analyzer
Last post by TF3RDL -
Work in progress:

- Separate peak and RMS read-outs
- Left/Right and Mid/Side level meters with configurable channel pair.
This upcoming update for another component (foo_vis_spectrum_analyzer) makes me want a stereo balance/phase correlation spectrum (basically Voxengo Correlometer or something like that but FFT) added for Enhanced Spectrum analyzer component

Might be useful to let me visualize what kind of artifacts and/or differences I'm hearing when listen in mono vs. stereo (e.g. the NCS song "Debris & Our Psych - Omerta" have lead synths that so wide to the point it sound slightly different when played in mono), though the FR of allowing simultaneous channels visualization do the same job when Mid/Side channels are visualized, just in a different (level-dependent I guess) representation
22
Support - (fb2k) / Is my Foobar2000 really corrupted?
Last post by sacdman -
I have downloaded and reinstalled Foobar v2.1.4 X64 and reinstalled it. When I check the online troubleshooter, I get this message...

"foobar2000 help: corrupted foobar2000 installation

You have reached this page because you appear to be running a modified or corrupted version of foobar2000, one that did not come from us.

We strongly recommend that you uninstall your copy of foobar2000 and scan your system for malicious software.

Note that you should always download foobar2000 from the official site (www.foobar2000.org). Download it from any other source at your own risk. We have no control over what other people put in their "foobar2000 installers" and take no responsibility for any damage to your system they might cause."

I think this might be in error, since I have downloaded my version of foobar right from foobar2000.org. Any ideas?
23
foobar2000 mobile / Re: How to add a Windows shared folder to Foobar2000?
Last post by Case -
I don't really understand why people ask foobar2000 questions on reddit. Reddit doesn't even seem to show that the original post in the thread you linked was later edited to contain the bit about Android - initially it had no OS information making majority of the replies irrelevant/incorrect.

Android has no SMB support built-in. Android doesn't support FTP either, but it's much simpler protocol and Peter could add support for it relatively easily and quickly.
So officially there is no way to add SMB shares to mobile foobar2000. In theory a program that adds SMB support to the OS might work. I found this program that claims to do it: https://play.google.com/store/apps/details?id=com.connectedway.spiritcloud.

As a workaround you could run FTP server on Windows and share the same paths over FTP.
26
General - (fb2k) / Re: foobar2000 for mac
Last post by eagleray -
After a two week break a new build of 2.7 preview now offers more main window customization options. Looks like to me there's going to be a lot more development in this are before a stable 2.7 is out.

What I would really love to see is the conversion functions from the Win version added. Free apps which perform these functions on a Mac are not easy to use. Being able to split a compressed single file with a cue sheet into separate compressed files is a very useful function.
27
MP3 - General / Re: Resurrecting/Preserving the Helix MP3 encoder
Last post by JoshuaChang -
Very good, should improve performance with all Windows compiles.

Now that we discussed about invalid file state with interrupted encoding I noticed that the Xing header isn't correct in that case. Here's a patch for dev branch to fix that.
Finally, the gcc's speed is identical to clang's build, thank you @Case, I do believe this patch will also solve @KevinB52379's Zoomtext compatibility issue.
Here's the dev binary(include both gcc and clang) for test purpose.
30
Lossless / Other Codecs / Re: Tested: Lossless decoding speed, multithreaded - and fast verification
Last post by Porcus -
More:

* As for running quiet: hyperfine suppresses console output, and a bit of non-rigorous testing indicates that running quiet doesn't matter for ffmpeg when tested by hyperfine (it could matter in real-life ...).
But wvunpack runs the percent progress in the window's title bar, and hyperfine does not suppress that!


flac then. @ktf :
* I will re-run when I am back at the same computer. The chance for human error is certainly positive - like, copy + paste suddenly overwrote something in a spreadsheet. I haven't automated this.
* The files that ffmpeg reject are not about only being one frame - the 6ch (subset!) file I posted at https://hydrogenaud.io/index.php/topic,125848 is a full second. What happened to the attachment posted in this thread was that I traversed the possible -b's and found where the trouble started - then I cut the source down to the precise number of samples to see if "single frame" would still trigger it. Of course, I carelessly posted the last file created.
* Question: it seems that reference flac omits MD5 calculation from -t and -d if the file has no MD5 in STREAMINFO? But there is no way to force it not to otherwise?