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.
Topic: [REQ] Oversimple (HIIR + r8brain-free-src) resampler (Read 1934 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[REQ] Oversimple (HIIR + r8brain-free-src) resampler

Since more HD DACs are available on the market, "advanced" resamplers are preferrable.

Quote
Oversimple is a C++17 library for audio oversampling, which tries to offer a simple api.

Oversimple wraps two of the best resampling libraries available:

Both libraries use SIMD instructions for both single and double precision floating point numbers on all platforms where they are supported (including double precision on ARM AArch64).

Aligned memory and interleaved buffers needed by the simd code in HIIR are managed using avec.

https://github.com/unevens/oversimple

Hope that inspires.
Hybrid Multimedia Production Suite will be a platform-indipendent open source suite for advanced audio/video contents production.
Official git: https://www.forart.it/HyMPS/

Re: [REQ] Oversimple (HIIR + r8brain-free-src) resampler

Reply #1
Aleksey Vaneev and the R8bain stuff is excellent, good choice.

Is there really a use for oversampling in software for playback? My DAC natively supports 44.1kHz. And phase distortion isn't audible in music, is it?

Re: [REQ] Oversimple (HIIR + r8brain-free-src) resampler

Reply #2
Is there really a use for oversampling in software for playback? My DAC natively supports 44.1kHz. And phase distortion isn't audible in music, is it?
Well, my audio interface supports both 24/88 and 24/96 natively (wich I use for HD playback) but not DSD.

Of course oversampling is not (so) necessary, but downsampling (expecially from SACD sources) may.
Hybrid Multimedia Production Suite will be a platform-indipendent open source suite for advanced audio/video contents production.
Official git: https://www.forart.it/HyMPS/