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
Lossless / Other Codecs / Re: HALAC (High Availability Lossless Audio Compression)
Last post by Case -
That is what I warned about. The error handling leaves a lot to be desired and causes the host program to crash too. The demo HALAC Player crashes similarly. And the 0.2.7 decoder exe fails to decode the file too, creates a zero byte wav file.

If this was a final piece of decoder library with no hope of getting improvements, I could isolate it in a different process. But I hope things will improve so that such drastic measurements aren't necessary. The isolation layer adds more complexity and also introduces performance penalty.
4
Support - (fb2k) / foobar V 2.1.4 and my tablette, dont work
Last post by Aiki -
I have installed fb2000 v. 2.1.4 and when I click on foobar2000 troubleshooter, it tells me that fb is corrupted.
In 2.1.4 if I installed HTTP Control V 0.97.28 and foobar2000 controller [PC-side setup] v2.0.1, HTTP disappeared.

I uninstalled 2.1.4 and installed 2.1.3. I installed HTTP and foobar2000 controller [PC-side setup] v2.0.1 and HTTP is in Compotents. But I can't connect my tablet to the PC.

For a few days now I've been unable to use my Android tablet to control FB. Yet I've been using FB and my tablet for several years. I get this message
'' Impossible to determine your IP......''
I checked the Microsoft firewall and foobar and fb2000 controller are there.


Translated with DeepL.com (free version)
7
MP3 - General / Re: Resurrecting/Preserving the Helix MP3 encoder
Last post by maikmerten -
Okay, so I'm tempted to a) first apply Case's patch regarding console output on Windows and then b) replace the kbhit()-cancel-encoding thing with a signal handler on CTRL+c. I think I'll try to work on this on the dev-branch.

edit: Patch by Case now on the dev-branch: https://github.com/maikmerten/hmp3/commit/99d932325944eb0d6896876c334a304c114f3bc5

Will now experiment on how to properly react on ctrl+c