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
foobar2000 mobile / Re: A few usability suggestions for folder mode
Last post by Tatsuya79 -
An alternative could be to add a way to bypass the tracks you don't want to hear when you're playing a folder.
A swipe gesture (to the left would work there, as the right is used to show the playback big cover screen) or a simple box to (un)check would be a fast way to do so.
2
MP3 - General / Re: Resurrecting/Preserving the Helix MP3 encoder
Last post by Case -
Btw. to build a complete static binary under the clang64/UCRT enviroment it needs another "-static" in line 37 of the makefile.
That statically links the MSYS environment libraries. It will still need Universal CRT dlls. I can build fully static clang compile with Visual Studio though.

Previously I had only benchmarked the compiles standalone encoding a single file. In that use GCC compile wins. But when used with foobar2000 in multiple threads, clang compile is faster here too. The difference is small but I may have to investigate at some point what causes it.
8
General - (fb2k) / Re: New VST adapter for foobar2000
Last post by musicreo -
Does this VST dsp work with more than stereo?
Should work. Do you know any specific VSTs that fail?

I tested  two upmix VSTs and while the gui of the VSTs shows that they work only the left and right channel is in the output.

Hello,

Same here. No signal from rear, center and LFE channels of (at least one) 5.1 upmix VST with no error reported. Upmix VST was working fine with old VST component. (Foobar 1.6.16 and VST component 0.11.7). Thanks for your work BTW.

Cheers.


I gave it a try again but the problem is still the same.  With stereo input there is only stereo output.
10
General - (fb2k) / Re: remaining time
Last post by Major_Tom -
%playback_time_remaining%:   Remaining playback time, formatted as [HH:]MM:SS. Available only in contexts where playback related data is displayed, such as statusbar. Not available when duration of currently playing track is not known.

%playback_time_remaining_seconds%:   Remaining playback time, in seconds, formatted as integer. Available only in contexts where playback related data is displayed, such as statusbar. Not available when length of currently playing track is not know

Usage of these depends on where you would like to show the values.