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
Support - (fb2k) / Re: BUG: foobar2000 2.x Seekbar Issues
Last post by Case -
Interesting, so no third party components involved in any parts of the playback that could affect timing.

I'm a bit confused though, do you say that even in portable install there is something weird going on at track change?
Though one thing to note, the seekbar and its length are based on what the decoder reports the track length to be. With most regular file formats these days it's sample accurate, but if for example track is truncated or the decoder reports things incorrectly, the track may end and playback jump to the next track before the supposed full length is reached.
4
General - (fb2k) / Re: Song key in FB
Last post by regor -
Check playlist tools. Tagger button, or Playlist Tools button (other tools\Tagger).

It uses Essentia binaries to calculate and add KEY tag, all offline.

You may also use a component to run external programs via CMD, which may do something similar.
7
General - (fb2k) / Song key in FB
Last post by Albicocche -
Hello.

There are several sites around the web that allow you to identify the musical key with which a song was built (A maj, E min, etc.); Do a search with "song key finder" and you will find several.

Is there a plugin for FB that allows you to find the key of a song without having to resort to an external site?
8
foobar2000 mobile / Re: AUv3 plugin support for iOS
Last post by Peter -
foobar2000 mobile, runs on 32bit floatingpoint internally. Audio fed to AU will be always 32bit. You can only choose what it gets converted to after all DSP, and you probably want 32bit unless specific device has problems with it.
I'm investigating why third party AUs don't show, should be possible to fix.
10
3rd Party Plugins - (fb2k) / Re: foo_midi (foobar2000 v2.0)
Last post by Case -
Dialog size calculations depend on font. You can fix the config dialog by editing foo_midi.rc and replace "style DS_SETFONT | WS_CHILD" by "style DS_SHELLFONT | WS_CHILD" and "font 8, "Segoe UI", 400, 0, 1" by "font 8, "MS Shell Dlg", 400, 0, 1".

X