clearlinux / distribution

Placeholder repository to allow filing of general bugs/issues/etc against the Clear Linux OS for Intel Architecture linux distribution
522 stars 29 forks source link

check your libsndfile and libsamplerate installation #2263

Open joelkraehemann opened 3 years ago

joelkraehemann commented 3 years ago

Hi,

I just installed clear linux on an AMD notebook, now I wanted to try my application as bundle.

~ $ sudo swupd bundle-add gsequencer

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:

flatpak-clearlinux

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

phmccarty commented 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.