-
Notifications
You must be signed in to change notification settings - Fork 2
AudYoFlo: Tutorial I: Pre requisites
jvxgit edited this page Apr 17, 2024
·
2 revisions
Let us at first find out what a sub-project is: Typically, a sub-project is more than just an audio node: it combines an audio node, a signal processing library, a Matlab library and a QT based test application that drives the algorithm in real-time. The involved source code of the sub-project only contains relevant code files that involve the pre-compiled AudYoFlo libraries. Therefore, only a small set of code lines is required to start off right away when diving into AudYoFlo.
We will create a very simple sub-project and, from here, extend the functionality step-by-step to discover the opportunities a developer has. All steps involved in the remainder of this document will be linked to a specific version of the source code.