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
12
General - (fb2k) / Re: foobar2000 v2.0 bugs
Last post by wojak -
Signal path is hardcoded. audio_sample type is defined to float32 for 32bit foobar2000, 64bit for foobar2000. It can't be changed at runtime.

In 64-bit foobar2000:
All decoders output float64 audio.
All DSPs take and produce float64 audio (what they use internally is another story).
All outputs take float64 audio (though all have to downconvert it as no real life device accepts float64 data).

If I changed these audio_sample definitions, it would produce a foobar2000 build that can't run any existing components, because audio_sample format is an essential part of all audio related component interfaces.
That is why I chose to change it for foobar2000 64-bit, since all components needed rebuilding anyway. I'm not entirely sure if it makes sense, but I'll never have a chance to change it again.

Hi @Peter,
I just tested foobar 2 beta 27 64bit and tried to convert 32 bit integer wavpack and flac to flac or wav or wavpack and I got either error or 32 bit float. So is it possible to convert to 32 integer, if so how, if not will it be in the future?
I tried flac 1.4.2, ffmpeg6.0 and wavpack 5.6. Errors or 32 floats.
DBpoweramp does it, foobar does not.
13
General - (fb2k) / Re: foobar2000 v2.0 bugs
Last post by dore.moni -
I've tested latest beta foobar v2.0 x64 with ASIO driver 2.2 x64
At last foobar can output 32bit files correct and bit-perfect!!!

There is only one problem, there is no option to choose 32bit ASIO devices now. Only 64bit ASIO drivers supported.
On v1.6.16 there was support for both driver versions. And we have to wait for all plugins to be updated to x64. It will take a long time i think.

As far as i remember long ago there was foobar2000 0.8.3 with 64bit internal processing and 32bit ASIO output with Otachan plugin. And foobar2000 0.8.3 was a 32bit prorgam. It was fenomenal for that time! Thank you Peter.

Is it possible to implement 64bit internal processing for 32bit versions v1.6.x and v2.0 too? (at least just for volume control)
16
General - (fb2k) / Re: foobar2000 v2.0 bugs
Last post by Peter -
Signal path is hardcoded. audio_sample type is defined to float32 for 32bit foobar2000, 64bit for foobar2000. It can't be changed at runtime.

In 64-bit foobar2000:
All decoders output float64 audio.
All DSPs take and produce float64 audio (what they use internally is another story).
All outputs take float64 audio (though all have to downconvert it as no real life device accepts float64 data).

If I changed these audio_sample definitions, it would produce a foobar2000 build that can't run any existing components, because audio_sample format is an essential part of all audio related component interfaces.
That is why I chose to change it for foobar2000 64-bit, since all components needed rebuilding anyway. I'm not entirely sure if it makes sense, but I'll never have a chance to change it again.
17
3rd Party Plugins - (fb2k) / Re: Playlist-Tools-SMP
Last post by InchPerfect -
1. regor, I've forgotten how to change the colour of the buttons.

How do I change the background colour and the button colour?


2. And I don't even know how I added the Playlist Tools button in the first place. I can't find how to get this "add buttons" submenu (image from your pdf).


I'm right-clicking and just getting this (when I right-click the red area above)


or this (when I right-click where it says Playlists: playlist_manager)


Sorry.
18
3rd Party Plugins - (fb2k) / Re: Playlist Organizer (aka foo_plorg) replacement on Jscript Panel 3
Last post by etip -
Also. I'm not seeing the cover as the background. I can change the colour but when I select "set background to front cover" it just stays grey.
You need to play a song, and that song to have a cover front.
Thanks for the comment on the duplicate, i'll correct the help. It does allow duplicates for playlist names but not for folders.
19
General - (fb2k) / Issue with Album List and Cursor follows playback
Last post by phunkydizco -
Hello everyone

I am using foobar2000 my whole musical life and there is one thing that bothers me. I hope I can explain it and you understand what I mean. In DUI I have Album List, Playlist View and Selection Properties. I have set everthing up that in Album List I can send an entire album with double click to the current playlist and start playback. I have 'Cursor follows playback' also activated, so that Selection Properties shows info of the current playing track. But this only seems to work, when I click the playing track in Playlist View. When I only make a double click in Album List the focus stays there and Selection Properties shows the tracks of the entire album. But that is not what I want. With the option 'Cursor follows playback' I would think that only the current track is shown in Selection Properties. But as I said this only works when the focus is on the current track in Playlist View. Is there an option to achieve this or a component?

Kind regards
pd
20
3rd Party Plugins - (fb2k) / Re: Playlist Organizer (aka foo_plorg) replacement on Jscript Panel 3
Last post by InchPerfect -
I'm probably a bit quick to post this, seeing as I haven't even used it yet, lol, but don't these two statements contradict each other?
'
Quote
Known limitations :
 
 - Doesnt allow duplicate name for folder

List of functionalities :
 
 - Allow duplicate names for folders and playlist

Also. I'm not seeing the cover as the background. I can change the colour but when I select "set background to front cover" it just stays grey.