‹ projects

vmc

a voice model creator for CMU Sphinx
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2018-05-07 23:15only request confirmation if the directory was not empty.um.hau1+1-1
2017-07-23 22:51don't ask for confirmation before removalum.hau1+0-1
2017-07-06 03:38the python pocketsphinx voice model doesn't include the mixture_weights file. I don't know what it is, but I'm copying the CMU Sphinx version.umhau1+19-0
2017-07-06 03:02found bugumhau3+23-5
2017-07-06 02:41sphinx_fe had a bad errorumhau1+1-1
2017-07-05 22:01maybe the bug is recent pocketsphinx changes? reverting to my static copy on githubumhau1+1-1
2017-07-05 21:51guess it needs pocketsphinx after allumhau1+15-15
2017-07-05 21:43check was backwardsumhau1+1-1
2017-07-05 21:31I don't think I even need pocketsphinxumhau1+15-15
2017-07-05 21:13this should keep conflicting files out of the way. (I hope there is not a problem with the python packages themselves)umhau5+224-65
2017-06-20 01:11using 'sudo' means it tries to save pocketsphinx into /home/root/CMU_Sphinxumhau1+1-2
2017-06-20 01:11remove multiple commands to do same thing.umhau1+1-1
2017-06-20 00:55logic problem fixed.umhau1+4-1
2017-06-20 00:51bugfix - the 'remove' function wasn't called correctly.umhau1+2-2
2017-06-19 22:33updated compatibility notes.umhau1+2-2
2017-06-19 22:31clean up language model 'trainer' & give it a new nameumhau6+49-85
2017-06-19 22:14compress dependency install into cleaner install script.umhau5+154-234
2017-06-19 00:25simplify vmc removalumhau3+14-16
2017-06-18 22:42Merge pull request #2 from umhau/new-command-structureUm Hau26+751-1686
2017-06-18 22:40reorganized tool to have a better set of options.umhau7+136-168
2017-06-15 18:21commented some confusing codeumhau1+9-1
2017-06-15 18:21numbering of audio files can now continue from previous recording sessionsumhau1+20-16
2017-06-15 16:28created section on file structure.umhau1+24-0
2017-06-15 16:28sudo required to modify files in /usr/local/libumhau1+10-10
2017-06-15 16:27made clearer and reflective of better algorithm organization.umhau1+63-80
2017-06-15 15:42clarified variablesumhau1+3-2
2017-06-15 15:38clarified file pathsumhau1+8-7
2017-06-15 03:44cleaned.umhau1+9-13
2017-06-15 03:44cleaned; made able to recognize preexisting audio files and work with them.umhau1+133-119
2017-06-14 20:49move acoustic model into libumhau2+10-10
2017-06-14 20:46rename primary files vmc.sh and lmt.sh to vmc and lmt.umhau7+206-206
2017-06-14 20:42tools->libumhau2+4-4
2017-06-14 20:40move tools into libumhau2+134771-0
2017-06-14 20:40remove misc old scriptsumhau7+0-135690
2017-06-14 20:38rename functions file to lib.umhau5+0-0
2017-06-14 20:35cleaned up aesthetically, made options more robust.umhau1+26-23
2017-06-14 20:15checking that branch is functional.umhau1+16-2
2017-06-12 01:27I want this to work in directories outside /home. Therefore, everything needs to run as root.umhau1+9-9
2017-06-12 01:23cleaned up formatting - 100 column width to 80.umhau4+27-59
2017-06-12 00:54same.umhau1+2-2
2017-06-12 00:54make the code formatting nicer.umhau1+5-5
2017-06-10 04:25todo item addedumhau1+6-0
2017-06-09 18:33clarify output locationumhau1+1-1
2017-06-09 18:11reshaped to 80 column width.umhau1+29-23
2017-06-09 18:05Added ability to specify source of base acoustic model.umhau1+13-2
2017-06-04 20:51renamed readme to be a markdown file.umhau1+0-0
2017-06-04 20:49Reshaped readme fileumhau1+22-21
2016-12-09 22:35fixed where the compile option goes, and added dependencyumhau1+7-2
2016-12-09 22:26something changed and a library wasn't compilingumhau1+1-1
2016-11-05 20:27echoing 'done' is really annoying.umhau1+1-3
2016-11-05 19:37clarify variables in lmt, get sudo prior to installationumhau2+10-7
2016-11-05 02:51indentation on help output was wrong.umhau1+1-1
2016-11-04 19:21make sure it's updated.umhau0+0-0
2016-11-04 19:21iterations didn't work.umhau1+28-22
2016-11-04 16:33...umhau1+3-6
2016-11-04 04:05...umhau2+11-5
2016-11-04 03:56language model creation is now a separate toolumhau4+62-18
2016-11-04 02:23split lm and vm input text filesumhau1+38-10
2016-11-02 21:59add iterations parameter to format_text.pyumhau1+3-3
2016-11-02 21:58multiple recording iterations now used in trainingumhau1+23-16
2016-11-02 00:08LMs were saved in the wrong location.umhau1+3-3
2016-11-01 23:55fixed test statementumhau1+1-2
2016-11-01 23:54fixed iterations inputumhau1+2-1
2016-11-01 23:44chmod vmc.shumhau1+2-0
2016-11-01 23:10file import now works without errorsumhau2+39-17
2016-11-01 23:09Delete getaudio.pyumhau1+0-129
2016-11-01 23:09Delete voicemodel.shumhau1+0-99
2016-11-01 23:09Delete format_text.pyumhau1+0-174
2016-11-01 23:09Delete buildLM.shumhau1+0-43
2016-11-01 23:09Delete acousticfiles.shumhau1+0-37
2016-11-01 23:08file import now works without errorsumhau6+501-4
2016-11-01 22:14bash command not required to runumhau1+1-1
2016-11-01 22:14fixed shell test statementsumhau1+2-2
2016-11-01 22:08changed a few names, added sudo in a few placesumhau3+34-10
2016-11-01 22:00updated final instructionsumhau1+1-1
2016-11-01 21:58filepath variable used incorrectlyumhau1+17-13
2016-11-01 21:48Rename README.txt to READMEumhau1+0-0
2016-11-01 21:48Delete READMEumhau1+0-129
2016-11-01 21:47updated READMEumhau1+78-0
2016-11-01 21:28Delete vmc.pyumhau1+0-380
2016-11-01 21:28Delete quick_lm.plumhau1+0-249
2016-11-01 21:27Delete install.shumhau1+0-139
2016-11-01 21:27Delete cmudict-en-us.dictumhau1+0-134522
2016-11-01 21:26Version 2.0umhau15+136428-205
2016-10-28 03:05updated dependenciesumhau1+47-40
2016-10-27 21:36editsumhau1+5-4
2016-10-27 21:31updated readme for new command syntaxumhau1+22-2
2016-10-27 21:29Create LICENSEumhau1+21-0
2016-10-27 21:16Delete ex-corpus.txtumhau1+0-7
2016-10-27 21:16no longer needed.umhau1+0-133031
2016-10-27 21:15done with 1.0umhau4+134898-142
2016-10-25 22:11Update install.shumhau1+1-1
2016-10-25 20:40Delete README.mdumhau1+0-2
2016-10-25 20:39vast changes - mostly built nowumhau7+133916-0
2016-10-25 16:38Add full-size language modelumhau1+0-0
2016-10-19 21:08Initial commitumhau1+2-0