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
91
General Audio / Re: Need some advice on resampling 192Khz/32bit float.
Last post by Case -
I was noticing clicks right at the beginning of resampled files (SoX). [...] Double clicking on the file in fb2k gives a tiny click.
As Wombat replied, resampling didn't cause this issue. A track that doesn't start with silence will click when played alone. In foobar2000 you could use Fade In/Out DSP with 50 ms fades and the track change detection disabled and it would take care of potential click like this when playback starts and ends.
But for this particular track a better fix would probably be to get rid of the DC offset, if possible. And at least this track seems to try to start fading from silence, so you could simply force the track beginnings and ends to fade to silence even with the above mentioned Fade In/Out DSP (this time with track change checks left enabled) or with Fake Gapless DSP.

@Raven1 I recommend you to never divide frequencies by non-integer factors (for 192 you should target 48 instead of 44, for example).
As Wombat replied, this is nonsensical myth that has no basis in reality. For reference I tested with 32-bit foobar2000 that uses just 32-bit math to resample 192 kHz first to directly 48 kHz and compared that against a track that was first resampled to 176.4 kHz (which is a multiple of 44.1 kHz) and then to 48 kHz. Even though one of the tracks was resampled twice the highest sample difference was at -133.62 dBFS and average RMS of the difference signal is -166.08 dBFS.

The non-integer resampling ratio or even multiple resamplings are a non-issue, the introduced error is so tiny that even measuring it isn't simple and absolutely no playback equipment will be accurate enough to play them differently.

Edit: fixed typoed Wombat's nick.
94
3rd Party Plugins - (fb2k) / Re: JSplitter (splitter + SMP x64 alternative)
Last post by regor -
Is it possible to somehow add the information that is included in the Header (JSP3) the number of songs and the total time. In the script available with JSplitter, I don't see an option to add this. Is it possible to somehow replace the rating method from dots to stars, as it is in the script with JSP3?
Samples provided were created by other developers, so you should ask such authors for changes I think.  Smooth scripts on JSP3 have been further developed by marc, so you may ask him if there is any interest on porting those changes.

Anyway... you may use this:
https://hydrogenaudio.org/index.php?PHPSESSID=gjs7ss9qvhh5tjocbbgmt5lrvo&topic=126859.msg1063380#msg1063380
96
3rd Party Plugins - (fb2k) / Re: JSplitter (splitter + SMP x64 alternative)
Last post by Tropoje -
@LUR I checked the Sample "Smooth Playlist" included in JSplitter, it looks very similar to the one that is JSP3

JSP3
X
JSplitter
X

Is it possible to somehow add the information that is included in the Header (JSP3) the number of songs and the total time. In the script available with JSplitter, I don't see an option to add this. Is it possible to somehow replace the rating method from dots to stars, as it is in the script with JSP3?
97
3rd Party Plugins - (fb2k) / Re: foo_uie_webview
Last post by pqyt -
Hi, @pqyt
Can you make the webview stop rendering when foobar2000 is minimized or when the hidden panel of JSplitter is Hidden to true; until the foobar2000 window is restored or the hidden panel of JSplitter is Hidden to false, the rendering will resume again.To reduce CPU and GPU resource consumption
The url of the JSplitter component is:https://foobar2000.ru/forum/viewtopic.php?t=6378
Noted. I hope it's sufficient to detect when the fb2k panel gets hidden.
100
3rd Party Plugins - (fb2k) / Re: JSplitter (splitter + SMP x64 alternative)
Last post by sveakul -
JSplitter v4.0.2

[BUG] Fixed incorrect way of loading scripts
[BUG] The fb.IsMainMenuCommandChecked function could return an incorrect result if the plugin responsible for the menu item did not return menu status flags for unchecked menu
Thanks LUR for the fast update.  I had rolled back from 4.01 to 4.00 attempting to fix the loading problem in Biography, with 4.02 that problem has disappeared no matter if the cache is purged before start. 8)