Open joelkraehemann opened 3 years ago
The package repos for libsndfile and libsamplerate are found at:
https://github.com/clearlinux-pkgs/libsndfile https://github.com/clearlinux-pkgs/libsamplerate
For both packages, we pass the default configure flags that autospec sets (%configure --disable-static
). For Clear Linux, the %configure
macro expands to calling the configure script with a few standard flags.
Hi,
I just installed clear linux on an AMD notebook, now I wanted to try my application as bundle.
I am using 24 bit and 44100 Hz samples from here:
https://samplesfrommars.com/products/tr-808-samples
The quality of the sound was really poor. The I tried flatpak org.nongnu.gsequencer.gsequencer. It had the very same problem until installed a newer runtime:
The sound quality was good.
Could you share your configure flags passed to libsndfile and libsamplerate? I think some configure flags causes these behaviour. Might be a libsamplerate optimization switch or such.
by Joël