Audacity 3.2.1
Tried arm64 and x86_64 both available for download. The libraries are available in FAT binaries; works great.
Building FFmpeg import/export library notes
port install automake fdk-aac git lame libass libtool libvorbis libvpx \ opus sdl shtool texi2html theora wget x264 x265 xvid nasm
Error: Port theora not found
sudo port install libfdk-aac
sudo port install libopus
sudo port install libsdlsudo port install libtheora
sudo port install automake libfdk-aac lame libass libtool libvorbis libvpx libopus libsdl texi2html libtheora wget x264 x265 xvid nasm
WARNING: pkg-config not found, library detection may fail.
sudo port install pkgconfig
./configuremakesudo make install
/usr/local/bin/ffmpeg
Success building ffmpeg but ...