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
Support - (fb2k) / Re: Foobar 2.1.4 Crash
Last post by Aiki -
I have this message : I have this message : Failed to load DLL: foo_httpcontrol.dll
Reason: Not a valid Win32 application.

Failed to load DLL: foo_playcount.dll
Reason: Not a valid Win32 application.
2
MP3 - General / Re: Resurrecting/Preserving the Helix MP3 encoder
Last post by Replica9000 -
The dev version is slightly, but consistently faster on my Linux machine. 
CPU: Ryzen 5850U
WAV: 1h 43m

Code: [Select]
./hmp3_main -V150 -T50 -HF2 Fragile.wav Fragile.mp3 = 13.018s
./hmp3_main -D -V150 -T50 -HF2 Fragile.wav Fragile.mp3 = 12.914s
./hmp3_dev -V150 -T50 -HF2 Fragile.wav Fragile.mp3 = 12.609s
./hmp3_dev -D -V150 -T50 -HF2 Fragile.wav Fragile.mp3 = 12.519s
4
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.
5
Lossless / Other Codecs / Re: HALAC (High Availability Lossless Audio Compression)
Last post by Kraeved -
Foobar2000 2.1.4 with Case's component (442 550 bytes) crashed upon adding HALAC file to the playlist.

Source PCM WAV 44.1 kHz 16 bit stereo was compressed using HALAC 0.2.6 SSE2.

Code: [Select]
$ halac_encode_v.0.2.6_mt_sse2.exe sacrifice01.wav sacrifice.halac

$ halac_decode_v.0.2.6_mt_sse2.exe sacrifice.halac sacrifice02.wav

$ xxhsum.exe *.wav
0ebdb0d5ad93a94e  sacrifice01.wav
0ebdb0d5ad93a94e  sacrifice02.wav
7
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)
10
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