wav2mp3-watcher is a program that watches a folder for wav files and converts them to mp3 files.
Use like this:
./init <watchfolder_path> <path_to_check> <logfile_path>
<watchfolder_path>
is the watchfolder that's being scanned for wav files.
<path_to_check>
is a portion of the path a file should start with before being processed. This feature was created to make sure no file outside the specified <watchfolder_path> is processed.
<logfile_path>
is the location of the logfile that will be written.