-
Notifications
You must be signed in to change notification settings - Fork 2
Home
This Wiki is the main resource for information about AudYoFlo.
In the first part of this documentation, the purpose of AudYoFlo is briefly presented in the following section.
In the second part of this documentation, a getting-started-guide is presented. This getting-started-guide allows new users to checkout and build the AudYoFlo syste on different platforms. Note that, typically, the goal within the AudYoFlo build process is a coast-to-coast build, the is, starting the build process should end successfully to output all system executables and/or libraries. On some platforms (Windows), all third-party components should be downloaded while the build is in progress. On other platforms (Linux), most of thethird party components must be installed prior to actually building the system.
In the third part of this documentation, the main AudYoFlo system will be described. The main system is defined as the set of C/C++ functions, classes and procedures that define the main system behavior in the backend.
In the fourth part of this documentation, the UI frontend will be described. Typically, AudYoFlo applications are defined as the AudYoFlo backend which is controlled from within a UI frontend. The UI frontend, can be realized in different manners, in particular involving the app development environment Flutter programmed in the programming language Dart
or by means of the well-known QT UI toolkit.