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
Recycle Bin / foo_unpack
Last post by Swi -
Hello. May, please, make extremely significant support *.rar, *.zip archives protected password?
2
General - (fb2k) / Re: UPnP MediaRenderer output | discussion
Last post by Acell -
Thanks SimBun for your answer

I face no issue when I stream by an App on my smartphone (Atoll's one or BubbleUPnP ) from my NAS or from Foobar2000 Audio server (or MinimServer).
My issue is when I want to use Foobar2000 on my PC, to take advantage of its huge potential for sorting my around 10 000 albums, that not allows Smartphone's App.

Acell
3
General - (fb2k) / Re: Play/Convert DSD Stream Files (.dsf)?
Last post by Defender -
How do I extract DSF files from an SACD iso within foobar?

If I use an external program to extract DSF that works just fine, but I cannot get extraction working from within foobar.

I installed  foo_dsd_converter 0.1.9 and it is available on the context menu, but if I start it it just opens a black window and does nothing.
It also does not output anything to the console.log.

Any ideas?
4
Opus / Re: Opus v1.5.2
Last post by NetRanger -
Opus-tools v0.2-34-g98f3ddc (using libopus 1.5.2-4-g0dc559f)
Built on April 26, 2024, GCC 13.2.0
5
MP3 - General / Re: Resurrecting/Preserving the Helix MP3 encoder
Last post by KevinB52379 -
Very good, should improve performance with all Windows compiles.

Now that we discussed about invalid file state with interrupted encoding I noticed that the Xing header isn't correct in that case. Here's a patch for dev branch to fix that.
Finally, the gcc's speed is identical to clang's build, thank you @Case, I do believe this patch will also solve @KevinB52379's Zoomtext compatibility issue.
Here's the dev binary(include both gcc and clang) for test purpose.

@JoshuaChang - Thanks for providing the developer binary of Helix.

I tried both binaries.

The "hmp3_clangdev.exe" binary works fine.

The GCC binary causes the hang.

To be clear, the encoding process still goes on, but it's like my screen doesn't get refreshed.  So for example, foobar shows the first group of files being encoded, but then the list never refreshes.  The progress bar does keep going, but it's slower and I am unable to hit Abort.  My system becomes unresponsive, and the only way I can get it to go again is hit the power button on my computer and then windows shuts down (not the press and hold power button to force a shard shut down).

So the clang version works perfectly, and I noticed it's a little faster too this time around.
6
CUETools / Re: CUERipper terminates after inserting CD
Last post by c72578 -
@michael_funk Thanks for your report.
Debugging shows that a Start, Length detection problem occurs in CUERipper with this CD.
See attached: John_Patitucci_CUERipper_Track_01_Start_Length_detection_problem.PNG

Therefore the following exception occurs and CUERipper terminates:
System.ArgumentException
  HResult=0x80070057
  Message=crc.Combine length cannot be negative
Parameter name: len2
  Source=CUETools.Codecs
  StackTrace:
   at CUETools.Codecs.Crc32.Combine(UInt32 crc1, UInt32 crc2, Int64 len2) in cuetools.net\CUETools.Codecs\CRC\CRC32.cs:line 210


A screenshot of the Tracks from EAC, which shows Start, Length and Gaps is attached too:
John_Patitucci_EAC_Tracks_Start_Length_Gaps.PNG