daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
9 stars 0 forks source link

Add command line arguments #125

Closed MarkAHarley closed 1 year ago

MarkAHarley commented 1 year ago

Some variables should be defined in the command line to make them easily configurable by the user. These include:

All of these should have default values. Check if c++ has a modern version of command line args other than main(argv[])....

MHCooke commented 1 year ago

I wonder if a whole config file would be a better idea. We have quite a lot of magic numbers and it would be good to have them in one place where they can be edited without recompilation.

MHCooke commented 1 year ago

Magic numbers: