Repository Structure#
modules/lib_ns
- The actuallib_ns
library directory withinhttps://github.com/xmos/fwk_voice/
. Withinlib_ns
api/
- Headers containing the public API forlib_ns
.doc/
- Library documentation source (for non-embedded documentation) and build directory.src/
- Library source code.
Requirements#
lib_ns
is included as part of the fwk_voice
github repository and all requirements for cloning
and building fwk_voice
apply. lib_ns
is compiled as a static library as part of the overall
fwk_voice
build. It depends on lib_xcore_math.
Getting and Building#
This module is part of the parent fwk_voice
repo clone. It is compiled as a static library as part of
fwk_voice
compilation process.
To include lib_ns
in an application as a static library, the generated libfwk_voice_module_lib_ns.a
can then be linked
into the application. Add lib_ns/api
to the include directories when building the application.