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
2
MP3 - General / Re: Resurrecting/Preserving the Helix MP3 encoder
Last post by jaro1 -
To lighten things up a bit.. I'm sitting in the last row of the auditorium watching the two of you on stage. Even if I did a software tester course, I would move forward one row at most and the podium would still be far away. Someone is sort of "pulling the solutions out of their sleeve"..
Anyway, apologies to RealNetworks, such a wrong.. i didn't realize that this is a recent issue, hence i would mention an older version of Helix with functional downsampling instead of taking inspiration from Lame.
3
foobar2000 mobile / preamp with RG for Peak
Last post by higol -
Pre-amplification for Peak values ​​does not work in the ReplayGain setting, but I need to adjust the volume specifically for Peak values ​​without Gain :'( 
4
MP3 - General / Re: Resurrecting/Preserving the Helix MP3 encoder
Last post by maikmerten -
@Case That patch seems to work well (tested 44100 to 32000, 22050, 24000 and 16000). I'm baffled at how consistently you find your way through that codebase, I was still trying to find out how the samples get passed around. Impressive!

edit: Removed compiler warning stuff, seems it needed a "make clean".

edit2: Pushed to dev https://github.com/maikmerten/hmp3/commit/d581e8926afe829f57b0fdbf43ee58f3753eca5f
5
3rd Party Plugins - (fb2k) / Re: NEW ESLyric v0.5 - an alternative lyric show component
Last post by Defender -
Sorry should have said I already use ESlyrics 0.5.4.1028.  And I guess you don't want me to downgrade.
I'm just referencing the changelog for one of the versions and not asking you to downgrade the version.
Yeah, I was a bit confused to saw a reference to an older version and a link with only information in Chinese which google translate could not do anything with.

DeepL (which I never heard of) sorted that, so I'm all good now.

Thx for your help.
6
3rd Party Plugins - (fb2k) / Re: foo_truepeak True Peak Scanner
Last post by Defender -
That's exactly my point:  "TF doesn't work with floats in a natural way without 40 lines of code", not sure what's your point showing exactly what I said xd We already know it "can be done" and anyway you are using integers in the end.

Doing all that every-time you have to operate with 1 float number is ridiculous (what about needing 10?)
I'm using this TF code not in a PSS splitter but within ELP.
In ELP I can define "functions". I created a couple of generic functions I can call wherever I want within all different elements of ELP.  This also makes it possible to exceed the 30k code limitation per ELP element. So I really don't care how much code I need for generic multi-purpose functions, since they are only defined in a single place.

I don't find that ridiculous, but quite efficient. I do find this whole discussion OT.