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
31
3rd Party Plugins - (fb2k) / Re: Skip track + Waveform minibar : can't play before starting point when clicking
Last post by Defender -
Hi everyone, as I could not find any answer on the Web, I'm trying my luck here.

I'm using Skip track (foo_skip) and Waveform minibar on foobar2000 v2 x64 portable.

If for example I set skip track to start a song at 30s, when the song is playing and I want to go back before this starting point by clicking on the waveform, the track will start at 30s again instead of the point I clicked on the Waveform.

Is there any way to override this behavior ?

With foobar v1 and Waveform seekbar this was not happening.

Any help appreciated.
What happens when you use Waveform Seekbar foo_wave_seekbar-0.3.0-alpha.1 on x64?
32
3rd Party Plugins - (fb2k) / Skip track + Waveform minibar : can't play before starting point when clicking
Last post by David Foxx -
Hi everyone, as I could not find any answer on the Web, I'm trying my luck here.

I'm using Skip track (foo_skip) and Waveform minibar on foobar2000 v2 x64 portable.

If for example I set skip track to start a song at 30s, when the song is playing and I want to go back before this starting point by clicking on the waveform, the track will start at 30s again instead of the point I clicked on the Waveform.

Is there any way to override this behavior ?

With foobar v1 and Waveform seekbar this was not happening.

Any help appreciated.
33
General - (fb2k) / Re: Opus conversion failure (Code -1073741502)
Last post by sveakul -
Yeah, seems I was a bit hasty with my "problem solved". I momentarily forgot that when I was playing around with the custom decoder settings, I had set the path to some old opusenc.exe file (libopus 1.3, libopusenc 0.2.1) that was in the installation directory of an old version of dbPoweramp which I never got around to paying for an update. So that old one seems to be working but not the one in the f2K folder.

When  I set the custom decoder path back to the encoder from the Free Encoder Pack in the f2K installation folder, it fails again. Back to square one. I am completely stumped.
1.  Delete any "opusenc.exe" in Foobar/encoders or elsewhere
2.  Re-install the Free Encoder Pack and don't change any paths; point the Destination Folder to your main Foobar2000 folder which should be already entered by default
3.  Right-click a FLAC playlist file and choose Convert->quick convert
4.  From the Quick Convert list, choose Opus and hit the "edit" button below
5.  In the Preset dialog that comes up, move the slider/drop boxes to the values you want, hit "OK", then "Convert"
6.  Pick where you want the file saved to and hit "Save"--the conversion to Opus will proceed.

If this works fine, you know you have a good opusenc.exe.  If you still want to change converter paths, add options, etc those results are on you.
35
Listening Tests / Re: A killer sample for Opus 256 VBR
Last post by Teddy_the_barber -
could it also be some distortion of those high frequencies leaking into a (more) audible range?
We're definitely not listening to a >20 kHz range here))  Opus sounds transparent if encoded from the lowpassed flac, while opus file and the lowpassed flac can be abx`ed against the original flac. So the only explanation is as @.halverhahn rightly assumed- some sort of distortion from frequencies above 20 kHz bleeds into the (very much) audible range.
37
General - (fb2k) / Re: Opus conversion failure (Code -1073741502)
Last post by Case -
System search path manipulation is not a solution for this problem as there is already enough confusion. Adding more variables is not a good idea for now.

Please use Process Monitor to record what happens that generates the error you see. Once you have the error captured you can stop recording using the Play-button looking symbol on the toolbar.
You can filter out everything unrelated:
Click 'Tools' -> 'Process Tree...'
Find foobar2000.exe from the process tree, right click it and select 'Add process and children to Include filter'.
Close the Process Tree dialog with 'Close'.
Select 'File' -> 'Save...' and save the displayed results using PML format.
Please share the saved file here. You can compress it before uploading, the format compresses very well even with simple zipping.
38
3rd Party Plugins - (fb2k) / Re: foo_vis_vumeter
Last post by oops -
Updated version: 0.10.5
Note: this version has too many ambitious changes which necessitates a more cautious rollout. Consequently, it is not marked as the current release and that means you'll need to manually download/install to use.

Fixes from forum reports:
  • Fix multi-monitor behavior during fullscreen
  • Draw LEDs before the needle in BIN-style panels

Features from forum requests:
  • Do not regenerate panels directory when using a custom panel path
  • Add mixer dialog

Plus, various other behind-the-scenes improvements.

On a related topic, may I know why the FC isn't downmixed into the left_channel or right_channel for VU display, instead FCL and FCR is used instead?
How did you figure that? All "center channels" are mixed in equally into right and left. The reason the center channel levels are (generally) halved in the default levels _is_ because of they are "downmixed" into the L and R stereo channels. The C channel would overwhelm the traditional L and R ones if left at 0 dB (which is why I made the default -3 dB; the ideal assuming equidistant channel separation from and constructive interference at the listening position). This mixing is very clearly visible when using test tones.
According to foobar2000 SDK, 5.1 is: FL, FR, FC, BL, BR, LFE. I had always thought SL and SR were for 5.1 with BL and BR completing the 7.1 configuration. But in this case, following the SDK. If the channels are not included in the PCM stream or they are silent, there is no impact.
39
General Audio / Re: Every SACD has left and right channel swapped
Last post by Valetos2 -
Wow, that's heavy. After further test I've figured out that the channels do swap when I change the ASIO driver mode from PCM (normal channels) to DSD (swapped channels). The DAC shows it's switched to DSD64 mode, and everything is swapped.



To make DSD work at all I had to follow this instruction and install ASIO Proxy and Savi Audio Bravo HD driver (probably that's the driver for the chip but I'm not sure):
https://support.fosiaudio.com/hc/en-us/articles/32879080134937-How-to-Set-Up-the-New-DS2-on-Foobar2000

foobar2000 has the channel swapping option for ASIO, but it affects only PCM playback and makes no difference in DSD:



I'll ask the Fosi Audio support since the issue looks to be on their side. Maybe the wiring on the circuit is wrong, lol :)
40
AAC / Re: QAAC on Windows 11
Last post by nu774 -
I couldn't reproduce any significant differences here by SmartScreen.
However, I could observe through Process Monitor the following:
When reading MP3 files, a lot of calls to QueryStandardInformationFile() is issued, at least once prior to ReadFile() each time.
QueryStandardInformationFile() should be expensive on Windows, and this might be the cause.
Simply caching the results on qaac side could make a substantial difference.