voice-logger

Voice Logger         Build status Open Source Love License

Voice Logger is an application the uses Microsoft’s Kinect (V1) for recording voice logs that can then be exported to a ZIP file for storage or sharing. The idea was instead of putting comments in the code for myself to refer back to after a weekend of coding I could record voice logs instead. I used the Kinect as it was a prize I won in a recent university competition and I was excited to use it.

Overview

The application was written in C# and uses the Kinect SDK for voice recognition and NAudio for audio file creation. The UI is WPF based with help from the Metro UI framework which helps give the app modern styling to look more professional. The application uses the built in voice recognition technology found in the Kinect so interaction with the GUI isn’t necessary and instead commands can be issued via voice saving time and means the app doesn’t get in the way of coding.

Features

  • Voice commands
  • Archive exporting
  • Modern UI

Development

  • Screenshot feature
  • Microphone backup
  • MVVM refactor

License

Apache 2.0

Visit original content creator repository https://github.com/william-taylor-projects/voice-logger

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *