Thanks to Andrew, checked in these 4 patches to GIT - minus changes on the line " -Wl,--end-group -lm -lstdc++ -pthread -latomic \" due to latomic not functional on older systems.

On Wed, Jun 3, 2026 at 6:35 AM Andrew Randrianasulu <randrianasulu@gmail.com> wrote:
So I was having a blast (esp. in open firmware ;) ) with my new G5.

Compiled Cinelerra-gg on Slackware ~current ppc32 (gcc 15.2.0). But sadly sound was broken? I suspected ffmpeg but even native way sounded wrong, but rendered correctly?!

Turned out both ALSA and Pulseaudio hardcoded LE variant, and at least on Slackware alsa offered BE variant - picked by speaker-test utility.

I added code to use this or old variant depending on
BC_Resources::little_endian and it seems to sound fine now on both outputs?

Can you please test on le ? (usual intel/arm)