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
3rd Party Plugins - (fb2k) / Re: JScript Panel
Last post by sveakul -
Would it be possible to scan a file and draw the spectrogram seekbar on playback but without saving the image file - as an option?
Not exactly the same thing, but you can automatically clear the spectrogram image cache every time Foobar is exited by adding the following from marc2k3 to the end of the Spectrogram Seekbar's config script:
Code: [Select]
function on_script_unload() {
utils.ListFiles(spectrogram_cache).toArray().forEach(function (item) {
utils.RemovePath(item);
});
}

2
3rd Party Plugins - (fb2k) / Re: Waveform Minibar (mod)
Last post by Case -
I'm not really a fan of adding countless options that serve no real purpose. I already regret having so many for a component that was supposed to be a simpler version of Zao's waveform seekbar.

The point of central database is that data for similar tracks is stored only once, the database is in memory and accessing it is instant. All these things are lost if the component litters multiple databases all over the storage devices. Also it will add huge complexity to keep the data together with file moves or copies. A lot of downsides, no benefits.

If you are running out of storage space on the drive where foobar2000 profile is stored, you should address that and not ask for options to store data elsewhere.
4
3rd Party Plugins - (fb2k) / Re: External Tags
Last post by wojak -
Would it be possible to tag files with multiple audio streams (like bluray m2ts) and assign/save separate tags for each stream? Ex. if m2ts file had 4 streams in it we would scan it 4 times (after changing the stream) and save 4 sets of tags (one for each stream without overwriting the previous ones).
7
3rd Party Plugins - (fb2k) / Re: Waveform Minibar (mod)
Last post by wojak -
@Case, would it be possible to add an option to save waveforms as separate files in folders containing actual (measured) audio files and not in "central" databse?

Or to change location of the database (ex. to another HDD) or to save only chosen types of files (ex. scan m2ts or SACD-iso but not save the graphs and save all other types) or to scan only chosen types of files (ex. exclide m2ts or SACDiso from scanning) - all that as an option to use or not.
8
3rd Party Plugins - (fb2k) / Re: foo_truepeak True Peak Scanner
Last post by Case -
If you are scanning just one track the scanning speed will be limited by the source file decoder. Scanning is multithreaded but threads are used only for handling multiple tracks at once.
As you figured, the lowpass should be handled by the decoder. Another component has no way to know if it is being fed nonsensical data.

New version released with quiet mode added and configuration dialog tweaks. I think the options are less confusing now. I also published the component on the repository so updating will be easier: https://www.foobar2000.org/components/view/foo_truepeak.
10
FLAC / Re: FLAC v1.4.x Performance Tests
Last post by ktf -
Great that you're also seeing improvements. This is a change for which the improvement is highly dependent on the source material, so this is probably not going to show up for everyone. For your source material the improvement is more pronounced with presets 8 and 8p, with the tests I did it was specifically for 5 and 5p.