AEO-Light 2 is a new generation of optical sound extraction software developed by the University of South Carolina in close cooperation with Tommy Aschenbach. The project is made possible by the generous support of the National Endowment for the Humanities.
Regrettably the wiki is read-only, thus dumping my notes on how to build AEO-light on linux as a ticket (a participant from @retokromer Annecy workshop pestered me to finally complete that task now...). Note, instructions are written as a Dockerfile, thus it is easier to test them. Use docker cp in order to retrieve the binary after a successfull build. Note that in order to actually run the binary on other machines it is necessary to install the required runtime libraries (i.e., libtiff, qt5 including the multimedia component and ffmpeg). Also it is necessary to also retrieve /usr/local/lib/libDSPFilters.so from the image, since that one is not linked statically.
Regrettably the wiki is read-only, thus dumping my notes on how to build AEO-light on linux as a ticket (a participant from @retokromer Annecy workshop pestered me to finally complete that task now...). Note, instructions are written as a Dockerfile, thus it is easier to test them. Use
docker cp
in order to retrieve the binary after a successfull build. Note that in order to actually run the binary on other machines it is necessary to install the required runtime libraries (i.e., libtiff, qt5 including the multimedia component and ffmpeg). Also it is necessary to also retrieve/usr/local/lib/libDSPFilters.so
from the image, since that one is not linked statically.