Skip to content

Conversation

jarulsamy
Copy link

Hey James,

I changed a few things,

  • Changed to cmake for easier building.
  • Added the necessary headers from other repos to avoid linking against other projects.
  • Added proper argument parsing. combo.dict and featex.raw are now command line parameters that can be moved anywhere. This will make developing phoneclearly much easier.
  • Prompts are now also command line parameters, supplied as quoted strings.

Things to note:
I revamped the entire command parsing system. So playing the sounds is a little different. Please refer to the readme and test accordingly. If anything is not functioning properly please let me know. Although, I think this is production ready for phoneclearly.

jarulsamy added 8 commits May 26, 2020 17:00
The old way of building was difficult and cumbersome.
This way, there is no need to link against other projects src.
Added all the necessary headers that aren't installed by other libs.
Previosuly the locations for combo.dict and the input raw file were both
hardcoded, now they are command line arguments. Adds a TON of
flexibility.
* Removed extra headers
* Reordered headers to be more readable.
* Reorganized repository
@jarulsamy jarulsamy marked this pull request as ready for review May 27, 2020 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant