Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A collection of small tools; written with Java21, built with Maven & Launch4j.

Gregification/audinc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

tools/presents


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 clicker
  • tts : 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.

How to contribute a present

recommended IDE: Eclipse 2023-09
fork & create a branch for your changes. submit a pull request when ready.

  1. make a new class inside the presentables.presents package that extends the presentables.Presentable class. the Presentable class will allow your tool to interface with the gui.
  2. copy and paste everyting from the presentables.presentTemplate class into your newly created .java file & change the class name to the correct one.
  3. add your class path to the Presents variable in the audinc.gui.MainWin class. (will eventually update to something more dynamic)
  4. start typing.

snapshots bellow

  • as of 1/9/2024

main menu demo of the main menu

serial pokes' input editor demo of serial poke's input editor

dom viewer demo of DOMViewer

ie3301 demo of ie3301

About

A collection of small tools; written with Java21, built with Maven & Launch4j.

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •