Conditionals in Configuration
Posted: Fri Aug 20, 2021 3:59 pm
I would like to have the equivalent of
#if (expression with $EnvVar)
# Some cfg statements
#else
# some more cfg statement
#end
or something equivalent.
I would like to be able to make a single cfg file that would work for Alsa and Jack
In particular I want to be able to run the example codes on my Mac as well as on my BeagleBone Black Portable Hearing Laboratory and select the environment with environment variable and have a single source example file.
Is there already a method to do this?
#if (expression with $EnvVar)
# Some cfg statements
#else
# some more cfg statement
#end
or something equivalent.
I would like to be able to make a single cfg file that would work for Alsa and Jack
In particular I want to be able to run the example codes on my Mac as well as on my BeagleBone Black Portable Hearing Laboratory and select the environment with environment variable and have a single source example file.
Is there already a method to do this?