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
MP3 - General / Re: Resurrecting/Preserving the Helix MP3 encoder
Last post by Kraeved -
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.

I analyzed the incomplete MP3 files created before and after this edit of yours using MP3GuessEnc. It provides a lot of information about the file, but I was disturbed by the line regarding the error in the header. What do you think about it?

Code: [Select]
 $ busybox.exe timeout -s kill 1 .\hmp3chang20240414.exe in.wav chang1.mp3
$ mp3guessenc.exe chang1.mp3
...
0 header errors.

$ busybox.exe timeout -s kill 1 .\hmp3chang20240426.exe in.wav chang2.mp3
$ mp3guessenc.exe chang2.mp3
...
1 header errors.

$ busybox.exe timeout -s kill 1 .\lame3101b3.exe in.wav lame.mp3
$ mp3guessenc.exe lame.mp3
...
0 header errors.
3
3rd Party Plugins - (fb2k) / Re: OpenMPT Module Decoder
Last post by Sergey77 -
Attached is the glowyness.symmod module.
It can be downloaded from the link: ftp://ftp.modland.com/pub/modules/Symphonie/Mosez/gloomyness.symmod
Pay attention to the pattern structure of this module. Each pair of channels consists of a pair of identical instruments (See picture 1).
If you turn off some duplicate channels using View\OpenMPT control (see picture 2), then the stereo mode will be noticeable by ear.
I believe the reasons for this may be either in the libopenmpt library https://lib.openmpt.org/libopenmpt/ or this is a feature of this module.
For example, some parts of this module corona.symmod ftp://ftp.modland.com/pub/modules/Symphonie/Mosez/corona.symmod are played in stereo mode without turning off the channels.

By the way, it would be great if Peter updated this plugin with a new version of libopenmpt.