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
4
General - (fb2k) / Re: Unexpected audio format change - strange output files created
Last post by Peter -
Thanks for the bug report.
Main problem is that "no DSP reset" mode treats all input as one audio stream and partitions output back into tracks, making use of original track lengths + reported DSP latency. After something failed in the middle, the output no longer really makes sense and the conversion goes off the rails, precisely as you've observed.
For the next version, I changed it so it fails converting remaining tracks (no further output written) after such error.
I think you want to convert each album as a separate batch. What you currently do can cause last samples of album N to be mixed up with first samples of album N+1 in the list.
I'll keep this scenario in mind for a future update, perhaps I can add no-DSP-reset-between-album-tracks as a feature so you don't have to convert each album manually.

Also, why not just resample everything to a fixed rate before doing any other DSP?
6
MP3 / Re: Low bitrate MP3 (+ unsupported bitrates)
Last post by Klymins -
Thanks Case, but i want to use MP3 in most cases. Plus, these codecs are not supported for most tasks including Adobe Flash. Plus, MP3 is very flexible: supports mono and stereo in one file, can be edited with notepad (you can combine two MP3's with notepad and they will play), very strong (stays playable even after being distruptively edited by notepad) and more.
8
MP3 / Re: Low bitrate MP3 (+ unsupported bitrates)
Last post by Case -
Those Adobe tools aren't limited to MP3. They support newer AAC audio format. The HE-AAC format they support is meant for low bitrate use and beats MP3 hands down.
There are multiple HE-AAC audio encoders. And there is newer option, xHE-AAC. And you could try open Opus format too.
9
General - (fb2k) / Re: New VST adapter for foobar2000
Last post by Case -
foobar2000 is an audio player, not a DAW. It's highly unlikely that the internal architecture optimized for fast and efficient audio playback will be broken and changed to make VST plugins able to update their UIs in realtime. The VST support was added for audio effect supports, not for eye candy.