bharris6 / pytermvis

Python Terminal Audio Visualizer
MIT License
4 stars 0 forks source link

Add Configurable Parameters Support #1

Closed bharris6 closed 4 years ago

bharris6 commented 4 years ago

Right now, stuff like the print character and the sample rate is hardcoded. Need to split that into a configuration file which can be modified by the user.

Both configuration file and command-line arguments should be added.

bharris6 commented 4 years ago

Not sure I want a configuration file any more. It's easier to just have the command-line arguments with some sane defaults.