Search found 4 matches

by forart
Sat Aug 05, 2023 7:21 am
Forum: 64bit - Projects
Topic: [SUGGESTION] More multithreading, more fun ?
Replies: 1
Views: 15498

[SUGGESTION] More multithreading, more fun ?

Hi there,
in this interesting 3ad about multithreading optimization of - lossless (FLAC) - audio encoding, they have achieved interesting results:

https://hydrogenaud.io/index.php/topic,124437.0.html

How MT optimizations are implemented in Menuet ?
by forart
Fri Mar 17, 2023 6:33 am
Forum: 64bit - Projects
Topic: [SUGGESTION] HiFi usage implementation
Replies: 1
Views: 7766

Re: [SUGGESTION] HiFi usage implementation

OK, here's an "infinite impulse response (IIR) filter library" that should be easier to port to menuet: https://berndporr.github.io/iir1/ https://github.com/berndporr/iir1 Of course it would be great (and quite unique in the OS scene) to have a "system-wide" IR-loader/filter, as some commercial prod...
by forart
Fri Feb 17, 2023 7:49 am
Forum: 64bit - Projects
Topic: [SUGGESTION] HiFi usage implementation
Replies: 1
Views: 7766

[SUGGESTION] HiFi usage implementation

Since the 1.42.x versions introduced "ultra-low audio latencies", MOS can be used in the HiFi field now. For this use it would be useful to have at least these two "tools" inside the system: - IIR and FIR engine (something like CamilaDSP: https://henquist.github.io/ - https://github.com/HEnquist/cam...
by forart
Wed Jun 23, 2021 6:49 am
Forum: 64bit - Projects
Topic: "AI" upscaling in mediaplayer
Replies: 0
Views: 25049

"AI" upscaling in mediaplayer

Hi there, seems that there are many interest around neural networks and artificial intelligence today, expecially in video applications. Some of them looks very intersting, but requires high computing power to work. Anyway there are some interesting projects that can achieve realtime hq-upscaling th...