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
foobar2000 mobile / Cue Sheet is not working when file is played from FTP server
Last post by Trimonium -
Hi,

I'm using cue sheets with my audio files. They'll work without any problems when I'm playing files from the internal memory or from a SD card.

But the same audio files and cue sheets are not working when I'll ty to play them from my NAS.

I can access the NAS without any problems and can also play the audio file without the cue sheet. I also see the cue sheet and can click on it, but nothing happens when I'll try to start playing my audio file using the cue sheet.

There is no error message and also nothing will be written into the Console log.

So is someone else here that ever tried to play audio files using a cue sheet via FTP or can someone maybe try to do this?

It's also working fine, when I'm playing the same files from FTP in the Foobar PC version and also works when I'm playing it with my Dune HD Mediaplayer.

Anyone an idea why this is not working in the mobile version of Foobar?

Thanks and Regards

Tri
5
3rd Party Plugins - (fb2k) / Re: foo_vis_spectrum_analyzer
Last post by TF3RDL -
Please provide more details about what you think is wrong.
There are multiple Gaussian-like curves (asides the sidelobes from window function) that is not present in my own spectrum analyzer project on CodePen, even on the same window function and FFT settings (4096 samples Hann-windowed FFT) on a 50Hz test tone (though not tested on my own fb2k with foo_vis_spectrum_analyzer as it is obvious on the screenshots by someone else even if the audio source is not a test tone)

Maybe you can do rigorous testing to make sure that the results between these two are the same so long as the settings between your component (a C++ port of my own project, algorithm-wise) and my own project (not just this, but also another one) are the same as eachother (if applicable)?
Ah, I forgot to attach the 50Hz tone file and BTW, this should look like this within the default configuration (aside the color scheme resembling fb2k built-in "Spectrum" visualization and 20Hz-20kHz range):
Don't we forget about the "incorrect" looking sinc/Lanczos FFT interpolation for lower frequencies part in the default FFT mode? This is the most obvious discrepancy between my own CodePen project " Frequency bands spectrum analyzer using either FFT or CQT" and your fb2k visualization component

BTW, should we switch the FFT library to perhaps a modified version of PFFFT that supports double-precision floats and can utilize AVX2 if the PC's CPU support these instruction sets?
6
Support - (fb2k) / Re: Foobar2000 v2.* playback sound quality lower than v1.X
Last post by mudlord -
Think of it this way, from a developer perspective:

1) Imagine someone saying there is a problem with sound quality with your app vs older versions.
2) You are the only person saying so.
3) You haven't done any tests to confirm your claims, but its entirely your say so.
4) Dev tries to find such differences in sound quality
5) It ends up being a wild goose chase since there is no scientific proof to the claims in the first place, so it cannot be proven or  reproduced on their end.

Doing such work without possible reproducible data results in a complete waste of time that could be spent elsewhere. I had this personally happen numerous times, no doubt the FB2K dev has too and many other devs. Like the time I experienced some problems with HLS streaming some radio stations only to find the HLS server software itself is completely b0rked and not a issue on the player end, which involved a ton of work to debug and mitigate.
9
Listening Tests / Re: Personal blind sound quality comparison of xHE-AAC, Ogg Vorbis, and TSAC
Last post by Julien -
Thanks a lot Kamedo for yet another very interesting listening test.

Nice to see Vorbis being tested and yielding quite impressive results in the ~128kps range. Is there any particular reason why you chose Vorbis in this test?
Nice to see Vorbis being tested and yielding quite impressive results in the ~128kps range. Is there any particular reason why you chose Vorbis in this test?

Because it hasn't been tested for some years.

This is a great idea. Thanks a lot for your hard work.
10
3rd Party Plugins - (fb2k) / Re: foo_skip: skip tracks that match a specified search query
Last post by Sergey77 -
@Sergey77 - new version released with the bookmarking fix. Also contains some other small changes, including behavior change for automatic DSP insertion that ApacheReal complained about.
Case, I tested it. In the new version, these components work fine for these items. Thank you!
Are you planning to add "Add Skip Track bookmark" to the right-click context menu? - other component commands are already there, it would be convenient.