1
3rd Party Plugins - (fb2k) / Re: JSP3 to SMP/JSsplitter wrapper
Last post by Tropoje -
Hi people, does anyone know if there is an addon to replace foo_dsp_soundtouch.dll in foobar2000 2.x 64 bit?foo_dsp_effect
Thank you
utils.GetClipboardText / utils.SetClipboardTextActually @marc2k3 added these features to the main SMP repository 3 years ago, so they are present in JSplitter
Idk it is native foobar2000 component (instead of being foo_uie_webview page or JSplitter script or anything else that I need other components to have LUFS bars visualization instead of having text-only readouts or a graph) or notDoes it work in realtime like foo_loudness_peakmeter without having to analyze the entire audio file first? which meant that it doesn't work for radio streams and doesn't reflect what active DSPs does to audio
Dunno how foo_loudness_peakmeter works because I have never used it, but my component supports both,
real-time monitoring and full-track offline analysis. I developed it for Georgia-ReBORN x64 because I needed to replace
the old foo_vis_vumeter component to drive my peakmeter bar. Over time, I added more and more features and now
it manages almost everything audio metrics related =).
-TT
- Support for on_playlist_items_changed(playlistIndex) adding a hook at on_metadb_changed (no matter if the script also uses that callback or not).