Skip to content

Voice logging system for Microsoft's Kinect V1. 🎤

License

Notifications You must be signed in to change notification settings

william-taylor-projects/voice-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages