BoCA
BoCA copied to clipboard
A component library used by the fre:ac audio converter
Hi folks, BoCA is a great job! Thanks you all. Recently, I've been learning multithread audio encoding skills from Boca, is there any documentation I can refer to ? a...
In https://github.com/enzo1982/BoCA/blob/master/runtime/Makefile the Revision is set to 2 although the release 1.0.3 has already been shipped. I am currently working on packaging freac for macports, this is why I stumbled...
I packaged freac (and consequently BoCA) for openSUSE Tumbleweed and I noticed there are several in-tree third party libraries and that might constitute a problem for the package to be...
Ubuntu 22.04, most all of the dependencies were already installed. Smooth class was compiled and installed without issue. I moved onto BoCA and it threw an error looking for windows.h...
With gcc-4.2 (both natively and in Rosetta): ``` mkdir -p ../../../bin /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_audio_BoCA/BoCA/work/compwrap/cc/usr/bin/gcc-4.2 -dynamiclib -o ../../../bin/boca_encoder_speex.1.0.dylib config.o dllinterface.o speex.o worker.o -L../../../lib -L"/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_audio_BoCA/BoCA/work/boca-1.0.7/components/encoder/speex"/../../../lib -lstdc++ -L/opt/local/lib -lsmooth-0.9 -lboca-1.0 -Wl,-headerpad,80,-dylib_install_name,/opt/local/lib/boca/boca_encoder_speex.1.0.dylib -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc...
[FindFirstFile](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-findfirstfilea) considers a path with a trailing backslash as invalid: > This parameter should not be NULL, an invalid string (for example, an empty string or a string that is...