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
General - (fb2k) / Re: Mono Button on Toolbar
Last post by regor -
If you want to automatize the process...
https://hydrogenaud.io/index.php?PHPSESSID=tar500hd8th3qdm3nce2aj9ebs&topic=96094.75

This component can be used to automatically select a DSP based on the output device.

Code: [Select]
$ifequal($strstr(%windows_output_device_name%,Headphones),0,,Headphones;)
Then you add a chain, which is just a DSP preset, and add there the mix to mono. Whenever the device containing headphones in the name is used, it will use such DSP preset.

X

If you want to go further, you can make foobar to automatically chose an audio device by a priority list:
https://regorxxx.github.io/foobar2000-SMP.github.io/scripts/device-priority-smp/

For ex: use Blueetooth speaker if available, otherwise headphones, otherwise speakers, ...

There are also ways to assign an specific button to a dsp preset, but it involves SMP and I will not explain it. It can be done with this:
https://regorxxx.github.io/foobar2000-SMP.github.io/scripts/playlist-tools-smp/

So there is no need to manually select device/dsp at all.
3
General - (fb2k) / Re: Mono Button on Toolbar
Last post by Bogozo -
You can create and and sacve two DSP chain presets (for normal listening and for mono) and then add two buttons to toolbar, corresponding to these DSP chain presets or add DSP switcher to toolbar.
https://youtu.be/PskRpeCTuN8
DSP chain preset for normal listening may be saved as empy, or include some DSPs if needed.
4
Other Lossy Codecs / Re: TSAC: Very Low Bitrate Audio Compression
Last post by btc -
Comparable how? I'd say TSAC @<any bitrate> is not comparable to <non-AI codec>@<any bitrate>. They are just too different for one to make such comparisons.
AI (LACE, NoLACE)  vs non-AI (Opus)
https://opus-codec.org/demo/opus-1.5/nolace_results.png
https://opus-codec.org/demo/opus-1.5/

AI (descript-audio-codec: TSAC based on it) vs non-AI (Opus)
https://github.com/descriptinc/descript-audio-codec/blob/main/assets/objective_comparisons.png

It's possible to compare any audio codec to another one, regardless of technology.
6
3rd Party Plugins - (fb2k) / Re: foo_nowplaying2
Last post by foxX -
@sveakul - what's your usecase for logging the now playing data in reverse order (most recent song, first in the file)?

I'm considering not implementing this at all, and adding instead something better than some of the previous work - a new tab where one can enter arbitrary commands to run on "now playing", with the regular titleformatting, etc. Thoughts?
8
Other Lossy Codecs / Re: TSAC: Very Low Bitrate Audio Compression
Last post by Kamedo2 -
Comparable how? I'd say TSAC @<any bitrate> is not comparable to <non-AI codec>@<any bitrate>. They are just too different for one to make such comparisons.
Maybe by some double-blind listening tests? I am conducting the listening test of the TSAC, and comparison is possible.
TSAC at -q 12 sounds like a traditional codec at low bitrates, especially like Ogg Vorbis, with its sandpaper-like noise.
10
3rd Party Plugins - (fb2k) / Re: foo_vis_spectrum_analyzer
Last post by TF3RDL -
Work in progress: Radial spectrum bars
Basically one step closer to Trap Nation visualizer in foobar2000, only when combined with linear amplitude scale and narrow frequency range only covering lower frequencies as well as mirrored spectrum

And it is bringing the circular spectrum thing from audioMotion-analyzer to foobar2000 as a feature for this component, kinda reminds me of @TRCTheRaul porting Classic Spectrum Analyzer plugin for Winamp to MusicBee