Unfortunately mhWaveEdit is abandoned, but IMHO is still very valid for
quick audio editing of single files, trimming, fade-in / out, etc. and
as discussed in a recent thread I haven't found alternatives on Linux.
It also looks like it won't build any more 'out of the box' from the
source package or AUR packages (I'm on manjaro)
The 'latest' source package gets a bunch of errors / warnings
https://bpa.st/4TLQ
This was by doing a:
./configure --prefix=/usr --without-oss --without-portaudio
--without-oss --with-double-samples --without-check-casts
and then just
make
I was eventually able to successfully compile and run by brute force
suppressing two of the most relevant warnings:
make CFLAGS="-Wno-incompatible-pointer-types -Wno-deprecated-declarations"
Ideas / thoughts?
Lorenzo