21
3rd Party Plugins - (fb2k) / Re: JScript Panel
Last post by etip -3.7.6 hopefully fixes a deadlock when updating themes in Columns UI.Thank you Marc !!! This bug was driving me nut
3.7.6 hopefully fixes a deadlock when updating themes in Columns UI.Thank you Marc !!! This bug was driving me nut
Another question (not very knowledgeable on the subject),, is that I've read that OPUS has the "disadvantage" (in some cases) of sampling everything at 48khz instead of 44.1khz by default. Why would this be a disadvantage?The disadvantage is that it can be confusing. If you're not familiar with how Opus works, you might be surprised when you see 48kHz in places where you'd normally see the original sample rate. Plus, Opus files keep track of the original sample rate, so you'll sometimes see that instead of 48kHz.
Do you get Opus gapless by now, without a lot of hassle?Not that I know of, but I'm happy to rework my half-baked libopusenc frontend if someone comes up with a good API for something like foobar2000 to encode multiple files in a single call to a command-line encoder.
( @Hakan Abbas , that goes for you as well: that residual coding method made a news value.)I don't quite understand this part. Which residual coding (Ans/Rice)?[/quote]
To a code-illiterate like myself, it sounds like a difference between FLAC and ALAC: FLAC stores the Rice exponent parameter, ALAC infers it from the signal, and then upon decoding it has to be calculated. (That in part explains why ALAC is slower, but not why ALAC isn't better ...)But it uses a double-Rice-parameter approach for the residual. I wonder, if one just took FLAC and implemented that residual encoding method - just to get an apples to apples approach (and then one could do that to the block bisection strategy too!) - what would one gain?Yes, I employ recursive Golomb--Rice coding which has two parameters. It is also employed by WavPack and TTA, which update parameters sample-by-sample. It is great for compression rate but it is time-consuming, so I compute optimal parameters for small blocks.
And yes, the block bisection strategy follows FLAC.You mean ALS / TAK?
Anyway, attached is something that apparently does not benefit from SRLA's residual encoding method.Thank you very much for reporting it. I reproduced your result. It seems to lack handling for monoral-silence signal. I will try to improve it.[/quote]