![]() |
HulaLoop
Simple cross-platform audio loopback and recording.
|
To compile the standalone recording application, use the following set of commands:
From the source directory (in the shell of your choice):
Create an output directory and move into it.
Generate the files used to build the project. A number of different flags can be passed to this command to configure the project. TODO: detail flags
Build the project.
Move to the binary folder and list files. The build should have output two applications: hulaloop and hulaloop-cli
HulaLoop's audio libraries can also be compiled standalone for linking with another application.
Static and dynamic libraries will be output to the lib directory as hlaudio.XXX On Windows, hlaudio.dll may be output to the bin
HulaLoop can be compiled as a subproject/target in a larger CMake project.
CMakeLists.txt
1.8.11