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
Other Lossy Codecs / Re: TSAC: Very Low Bitrate Audio Compression
Last post by MihaiPopa12346 -
Also I attached a speech sample compressed as TSAC @ 3 kbps (setting: -q 4, file size: 1.3 KB) using a Intel i5-4460 CPU (was a pain on compression speed because I don't have a Nvidia GPU, but it worked OK).

Full command line:

Code: [Select]
E:\tsac-2024-04-08-win64>tsac -m E:\tsac-2024-04-08-win64\dac_mono_q8.bin -M E:\tsac-2024-04-08-win64\tsac_mono_q8.bin -q 4 c "C:\Users\Public\New folder (14)\New folder (2)\New folder (2)\New folder (3)\New folder (2)\speech_female_input.wav" "C:\Users\Public\New folder (14)\New folder (2)\New folder (2)\New folder (3)\New folder (2)\speech_female_input.tsac"
E:\tsac-2024-04-08-win64>tsac -m E:\tsac-2024-04-08-win64\dac_mono_q8.bin -M E:\tsac-2024-04-08-win64\tsac_mono_q8.bin d "C:\Users\Public\New folder (14)\New folder (2)\New folder (2)\New folder (3)\New folder (2)\speech_female_input.tsac" "C:\Users\Public\New folder (14)\New folder (2)\New folder (2)\New folder (3)\New folder (2)\speech_female_output.wav"

Made with Elevenlabs (Glinda voice).

What I feed in TTS: "Is anyone compressing music and speech in such tiny space?"

Please check input and output (compressed as FLAC, because it fits within the 30 MB of files per post limit for the forum). ABX them, and listen them carefully. Post the results when done!

Also attached: TSAC version of the output.
3
Ogg Vorbis - Tech / Re: Vorbis 1.3.7 aoTuV and Lancer patches
Last post by john33 -
It would appear that this is due to the Intel compiler, VS compiles do not exhibit this problem. I will replace the compiles on RareWares over the next day, or so. It's probably time to retire all the outdated Intel compiles. It may take a few days, but I'll look to replace all such compiles.
5
Support - (fb2k) / Re: Resampler dbpoweramp/SSRC and RetroArch do not null, why?
Last post by .halverhahn -
Update:

This happens when I'm resampling 20x times Source (192kHz)  to 48kHz, 96kHz, 48kHz, 96kHz....

Nulling the first resample against the 20x resample (used the same resampler).

dbpoweramp/SSRC looks awfull.

Used resamplers:
foobar2000 2.1.5 Resampler dbpoweramp/SSRC
foo_dsp_resampler 0.8.7+ (SoX)

Please see screenshots
6
Listening Tests / Re: Personal blind sound quality comparison of xHE-AAC, Ogg Vorbis, and TSAC
Last post by 2012 -
but they don't scale to transparency... at least not in 2024.

They don't target transparency, which is why I think it would be more useful if:

* Samples used in tests are not handpicked for being challenging, but picked for being representative of average everyday use (talk show, pop music, ..etc).

* Classical codecs are tested at a much lower bitrate than in this test. Maybe a something in the range of 32-48kbps.
8
3rd Party Plugins - (fb2k) / Re: External Tags
Last post by Case -
The tags are binary and not meant to be edited outside the component. But of course if you know what you are doing that's fine. You should use hex-editor as regular text editor can mutilate the binary data. If the old name and new name had same length the edit is simple. If the name length changes the four bytes before the name will need to be fixed to specify the new length of the name. The strings are not null terminated, next bytes in the file specify the subsong number.
9
Support - (fb2k) / Resampler dbpoweramp/SSRC and RetroArch do not null, why?
Last post by .halverhahn -
I've tested various resampler and some strange thing happened.
When I null the resampled file against the original, dbpoweramp/SSRC and RetroArch do not null.

Why dbpoweramp/SSRC and RetroArch do not null (0-24kHz), but all other resamplers do?

Used Resamplers:

foobar2000 2.1.5 Resampler (dbpoweramp/SSRC, RetroArch)
foo_dsp_resampler 0.8.7+ (SoX)
foo_dsp_src_resampler 1.0.14 (SRC - Secret Rabbit Code)
r8brain 2.10 free
Audition 3.0
ffmpeg 5.1.2

Please see screenshots.