Audinc is a simple java swing applicaiton, built with Maven, that hosts miscellaneous tools - of which anyone is welcome to add too. There is no restriction on the purpose of the tool, just that it is written in java and on this repo.
- because of how the classes are named the 'tools' will be refereed to as "presents"
- there is no java doc even though some classes have those properties.
nothing is final, many are a work in progress
- ie3301 : data set generator & limted audio sampler
- serial poke : serial port connection torubleshooter
auto clicker : a auto clickertts : Text To Speach using the FreeTTS libary- awake : Tells you the time that you should wake up based on sleep cycles. So that you don't interupt your REM sleep.
recommended IDE: Eclipse 2023-09
fork & create a branch for your changes. submit a pull request when ready.
- make a new class inside the
presentables.presentspackage that extends thepresentables.Presentableclass. the Presentable class will allow your tool to interface with the gui. - copy and paste everyting from the
presentables.presentTemplateclass into your newly created .java file & change the class name to the correct one. - add your class path to the
Presentsvariable in theaudinc.gui.MainWinclass. (will eventually update to something more dynamic) - start typing.
- as of 1/9/2024