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
3rd Party Plugins - (fb2k) / Re: Remastero's foo_pggb_rt, a 64 bit Foobar2000 component for resampling
Last post by fenacer -
You can make sure PGGB-RT processing is enabled by giving its decoder the highest priority. Open Preferences, then go to Playback -> Decoding. Now drag PGGB-RT to the top of the list.
I didn't realize I could tweak this step here, and now it works great, thank you very much. And thanks to ZB for answering my question, the plugin works great!
3
General - (fb2k) / Re: Problems with the configuration of foobar2000
Last post by anamorphic -
Hi there,

1. You have two groupings - in Preferences > Display > Columns UI > Playlist View > Grouping tab - select and 'Delete' button that one you do not want.

2. You can make a new column for "Disc" - in Preferences > Display > Columns UI > Playlist View > Columns tab - click 'New' button; next to that on Options tab - Title box: Disc; on Display Script tab -

Code: [Select]
[%discnumber%]

^ Shows disc number every line, only when tagged.

Or alternatively, for example -

Code: [Select]
$if(%discnumber%,$ifequal(%tracknumber%,1, %discnumber%,))

^ Shows disc number only for track number 1 when tagged (with a circle font icon)

3. In Preferences > Display > Columns UI > Playlist View > General tab - click 'Display column titles'.
6
foobar2000 mobile / Re: Skins: RetroX B&W
Last post by lexaterra -
Supported OS:

Android.

Aspect Ratios:

Landscape:

4000X2500 (16X10)
4000X2250 (16X9)
4000X1800 (20X9)
4000X2666 (3X2)
4000X3000 (4X3)

Portrait:

2500X4000 (10X16)
2666X4000 (2X3)
3000X4000 (3X4)
2250X4000 (9X16)
1800X4000 (9X20)

Also, there is no single track repeat button. Im sure it can be added though.

Sorry for the delay!

8
foobar2000 mobile / Re: Skins: RetroX B&W
Last post by lexaterra -
Hi Air Ken!

You have some really outstanding skins. Im just trying to give people ideas/suggestions with my skins/mods. Im not a huge skins person but foobar really needed some help in my opinion. I just felt the default skin was too difficult to use (visually). In any case, the skins work fine on Android with most ratios. Not sure about iPhone. I only have a couple of Android phones. Feel free to modify/use assets if you find them useful. Yes, the update is from Alienskin51 versions...

Thank you for your interest/comments!
10
Lossless / Other Codecs / Re: HALAC (High Availability Lossless Audio Compression)
Last post by genuine -
Thank you for your good thoughts. Since the first version of HALAC, an average of 2 percent compression has been obtained. Without compromising the speed. My guesses were in this direction. However, I think a little more improvement can be done without compromising speed.

I can't say that I finished exactly my Rice Coder. In fact, it needs to work a little faster. Especially the Decoder part. Dealing with the Coder can sometimes be badly annoying.

I don't know the Rice Coder used by FLAC. However, they should be quite different structurally with mine. Entropy coder change can cause back compatibility problems. We don't know that. My own Rice coder is now embedded in HALAC. It needs to be abstracted in a good way. I mean, I've never thought of anything like this before.
I'm taking my question back. Because the issue went to another side. HALAC != FLAC

FLAC has already been among us for years. And years later we see a new lossless audio codec. It is not easy to develop a real codec and those who do not develop it cannot know. But it is more difficult to develop a successful codec. I see this work very successful.
Turning such a work into something like "credit" means clearly destroying it. I think this is not a good idea at all. Let us continue to develop. He said that he would already have problems with FLAC. Completely different structures and approaches...