1
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.
2
Other Lossy Codecs / Re: Can I make my own psychoacoustics audio codec?
Last post by Sunhillow -So, Claude 3.5 Sonnet (with reasoning) maybe give better and more code?Your initial question should be:
‘Is there an AI model that can create a psychoacoustic codec for me without me having to use my brain a little bit?’
3
foobar2000 for Mac / Re: foobar2000 for Mac: bugs
Last post by Guildencrantz -4
3rd Party Plugins - (fb2k) / Re: Channel Mixer (foo_channel_mixer)
Last post by lowenz -5
MP3 / Re: An MP3 encoder without a cutoff point
Last post by danadam -6
Site Related Discussion / Re: About the search function...
Last post by mycroft -7
3rd Party Plugins - (fb2k) / Re: JScript Panel script discussion/help
Last post by VxMiMxV -Code: [Select]
// ==PREPROCESSOR==in my mind, function on_mouse_lbtn_dblclk(x, y, mask) {on_mouse_lbtn_down(x, y)} should make double clicks behave like normal clicks...
// @name "Test"
// ==/PREPROCESSOR==
function RGB(r, g, b) {return (0xff000000 | (r << 16) | (g << 8) | (b));}
Button = {State:0};
ButtonColors = {0:RGB(0, 0, 0), 1: RGB(155, 155, 155), 2: RGB(255, 255, 255)};
function on_paint(gr) {gr.FillRectangle(0, 0, window.Width, window.Height, ButtonColors[Button.State]);}
function on_mouse_leave() {Button.State = 0; window.Repaint();}
function on_mouse_move(x, y) {Button.State = 1; window.Repaint();}
function on_mouse_lbtn_down(x, y) {Button.State = 2; window.Repaint();}
function on_mouse_lbtn_dblclk(x, y, mask) {on_mouse_lbtn_down(x, y)}
function on_mouse_lbtn_down(x, y) {Button.State = 2; window.Repaint();}
function on_mouse_lbtn_up(x, y) {Button.State = 1; window.Repaint();}
function on_focus(IsFocused) {if (!IsFocused) {Button.State = 0;}; window.Repaint();};
To test, single click and drag your mouse outside the foobar window, then try doing the same but double clicking ~
Is ES5 at fault? Is foobar at fault? I'd really appreciate if someone can explain what is happening!
8
MP3 - General / MOVED: MP3 player NOT able to use wife, bluetooth or FM
Last post by korth -9
Audio Hardware / MP3 player NOT able to use wifi, bluetooth or FM
Last post by Jansport -10
Lossless / Other Codecs / Re: HALAC (High Availability Lossless Audio Compression)
Last post by Hakan Abbas -https://github.com/hakan-abbas/halac-high-availabilitation-lossless-audio-compression/releases/tag/0.3.7
As before, the tests are Encoder AVX and Decoder is SSE2.
Code: [Select]
AMD RYZEN 3700X, 16 gb RAM, 512 gb fast SSD
WAV RESULTS (Encode Time, Decode Time, Compressed Size)
Busta Rhymes - 829.962.880 bytes
HALAC 0.2.9 Normal 2.985 4.563 574,192,159
HALAC 0.3.6 Normal 2.578 4.547 562,057,837
HALAC 0.3.7 Normal 2.568 3.666 562,057,837 // New
HALAC 0.2.9 Fast 2.010 4.375 594,237,502
HALAC 0.3.6 Fast 1.922 3.766 582,314,407
FLAC -0 2.901 3.277 636,691,981 (flac -0b3072 -r0 --no-md5 --totally-silent) // fastest -0
FLAC -5 5.015 3.803 563,256,303 (flac -5 --no-md5 --totally-silent)
HALAC 0.3.6 Ultra 1.722 2.158 585,752,400
Sean Paul - 525.065.800 bytes
HALAC 0.2.9 Normal 1.875 2.938 382,270,791
HALAC 0.3.6 Normal 1.657 2.969 376,787,400
HALAC 0.3.7 Normal 1.653 2.362 376,787,400 // New
HALAC 0.2.9 Fast 1.266 2.813 393,541,675
HALAC 0.3.6 Fast 1.234 2.438 390,994,355
FLAC -0 1.873 2.096 412,011,684 (flac -0b3072 -r0 --no-md5 --totally-silent) // fastest -0
FLAC -5 3.226 2.462 376,134,352 (flac -5 --no-md5 --totally-silent)
HALAC 0.3.6 Ultra 1.125 1.424 394,791,112
Sibel Can - 504.822.048 bytes
HALAC 0.2.9 Normal 1.735 2.766 363,330,525
HALAC 0.3.6 Normal 1.578 2.828 359,572,087
HALAC 0.3.7 Normal 1.565 2.273 359,572,087 // New
HALAC 0.2.9 Fast 1.172 2.672 376,323,138
HALAC 0.3.6 Fast 1.188 2.360 375,079,841
FLAC -0 1.781 2.027 390,509,281 (flac -0b3072 -r0 --no-md5 --totally-silent) // fastest -0
FLAC -5 3.054 2.368 360,175,511 (flac -5 --no-md5 --totally-silent)
HALAC 0.3.6 Ultra 1.059 1.352 377,917,531
Gubbology - 671.670.372 bytes
HALAC 0.2.9 Normal 2.485 3.860 384,270,613
HALAC 0.3.6 Normal 1.969 3.703 375,515,316
HALAC 0.3.7 Normal 1.956 2.969 375,515,316 // New
HALAC 0.2.9 Fast 1.594 3.547 410,038,434
HALAC 0.3.6 Fast 1.453 3.063 395,058,374
FLAC -0 2.175 2.564 421,740,466 (flac -0b3072 -r0 --no-md5 --totally-silent) // fastest -0
FLAC -5 3.909 2.940 368,024,298 (flac -5 --no-md5 --totally-silent)
HALAC 0.3.6 Ultra 1.304 1.765 412,729,188