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
21
3rd Party Plugins - (fb2k) / Re: foo_vis_shpeck
Last post by TF3RDL -
https://www.foobar2000.org/components/view/foo_vis_milk2
Yeah, but what about AVS, Classic Spectrum Analyzer, and even SoundSpectrum visualizations (e.g. G-Force and WhiteCap)? Considering I think making shpeck into 64-bit foobar2000 requires it to have actual visualization done in an entirely separate process (much like VST 2.x/3.x Adapter) right?

BTW, I don't post or comment that much on this thread because I'm interested in proper audio analysis type visualizations like spectrum analyzers, spectrograms, oscilloscopes, peak and RMS meters unlike @TRCTheRaul
25
Speech Codecs / Re: No ACELP.KELVIN encoder!
Last post by MihaiPopa12346 -
ACELP.KELVIN is cloaked at 8.718kbps but G.729 is cloaked at 8kbps. ACELP.KELVIN is ~10% larger than G.729!
That's because each G.729 packet is only 10 bytes. Adding the extra header byte to each packet is a ~10% increase in bitrate, but the extra header byte has no effect on the audio quality.
You should code a encoder from PCM WAV to ACELP.KELVIN because that's like G.729 but also supports stereo and compile to EXE that works with Windows 7. Post also the source code (as a ZIP file).
26
3rd Party Plugins - (fb2k) / Re: [fb2k v2] Playlist Attributes (foo_playlist_attributes)
Last post by Squeller -
Required version fixed.
It took me a while to find, I thought it's the betas fault. But as someone mentioned above (https://hydrogenaud.io/index.php/topic,73783.msg1042567.html#msg1042567), some DSP mess is created by the plugin, I reported in the support forum:
https://hydrogenaud.io/index.php/topic,125938.0.html#info_1044458
27
Support - (fb2k) / DSP Manager problems, 32 bit preview version
Last post by Squeller -
Hi, since a few versions I have massive DSP Manager issues.

I visit "Preferences - DSP Manager"
Load a preset "Playback"
Click "Apply" and "OK"

Foobar2000 shows and uses a different preset now in the DSP preset toolbar item. It's a stupid one with VST fx.

Lets say then I pick the "Playback" preset in the toolbar. Yes, it is displayed and used. But when I double click another track, the toolbar item is empty, no preset, and it uses the stupid one from before again.

In DSP Manager, I reset page. I deleted all DSP presets I do not need. Still if I change tracks manually, it shows no DSP preset. But the chosen DSPs are many, they are not part of an existing DSP preset. But Foobar2000 wants to use those at all cost.

EDIT: Solved, kind of. It's because of https://www.foobar2000.org/components/view/foo_playlist_attributes - I removed it and everything is fine. I am aware it has settings for DSP, (I set DSP to "Global") but still, it created above mess.

Then I deleted all presets. I pressed "Reset page". No active DSPs there. Great. Leave DSP manager. But on track change, again it uses 3 active DSPs. Better than 5 but where does it take them from?

EDIT: It's because of foo_playlist_attributes, discussion should continue there. https://hydrogenaud.io/index.php/topic,73783.new.html#new

X
28
General - (fb2k) / Re: Raise the 30,000 characters limit?
Last post by Porcus -
When it comes to formatting code, a wishlist item:
Multi-line window allowing formatting with linebreaks and tabs (which are to be ignored during parsing).

(Of course it means you will have to ignore requests of parentheses-matching, syntax highlighting and the whole shebang, or at least an "open in external editor".)