Commit Graph

  • 95d46ef0b7 Re-written animation code Daniel Wolf 2016-07-31 21:42:37 +0200
  • 26cae93478 Refactored audio handling Daniel Wolf 2016-07-20 20:42:27 +0200
  • 799f334fa7 Using unique_ptr instead of raw pointers in object pool Daniel Wolf 2016-07-27 21:43:09 +0200
  • b3b2366468 Re-written library code for parallel execution Daniel Wolf 2016-07-27 21:15:00 +0200
  • 5198ee9230 Made Lazy<T> copyable Daniel Wolf 2016-07-20 20:16:23 +0200
  • 17b43ad205 Added class Lazy<T> Daniel Wolf 2016-07-19 21:33:07 +0200
  • ddcadad710 Introduced user-defined literal "cs" for centiseconds Daniel Wolf 2016-07-05 21:17:51 +0200
  • 0447cbb4ff Refactored VAD multithreading Daniel Wolf 2016-06-30 20:52:29 +0200
  • 8fa494fb77 Improved VAD quality via dry run Daniel Wolf 2016-06-30 20:42:36 +0200
  • 6de7ba020a Fixed VAD error handling Daniel Wolf 2016-06-30 20:17:28 +0200
  • ed27b8470c Workaround for PocketSphinx bug Daniel Wolf 2016-06-30 20:06:38 +0200
  • 2c0471e79f Improved lip animation for B/P and L sounds Daniel Wolf 2016-06-29 22:29:17 +0200
  • 2d314f4bc7 Multithreaded recognition: refactoring and fixes Daniel Wolf 2016-06-29 21:44:17 +0200
  • f13449f810 Added thread info to logging Daniel Wolf 2016-06-27 20:24:59 +0200
  • 75407dab54 Augmenting each detected voice activity to give recognizer some silence samples to work with Daniel Wolf 2016-06-27 20:00:37 +0200
  • 2a5ed95698 Improved animation quality through new algorithm Daniel Wolf 2016-06-26 20:11:02 +0200
  • 8c9466bcf3 Removed mouth shape H (special shape for 'L' sound) Daniel Wolf 2016-06-26 20:07:48 +0200
  • 9bf8355742 Sped up recognition via multithreading Daniel Wolf 2016-06-26 21:05:09 +0200
  • 3a0a38575f Sped up VAD via multithreading Daniel Wolf 2016-06-26 14:02:48 +0200
  • 84097756c8 Added ThreadPool class Daniel Wolf 2016-06-26 14:02:17 +0200
  • 0aeb35c42e Fixed deprecated library calls Daniel Wolf 2016-06-26 11:06:44 +0200
  • 96b0ad9b1d Switched to better acoustic model Daniel Wolf 2016-06-25 22:07:28 +0200
  • da78375a10 Added CMU Sphinx US English acoustic model Daniel Wolf 2016-06-25 22:00:47 +0200
  • c9b17e1937 Improved tokenization by taking dictionary into account Daniel Wolf 2016-06-25 21:52:04 +0200
  • 8502256241 Updated LICENSE.md Daniel Wolf 2016-06-25 21:51:06 +0200
  • f275267ac7 Small VAD improvements Daniel Wolf 2016-06-24 22:35:33 +0200
  • faa3f2b4bb Fixed overflow with long audio files Daniel Wolf 2016-06-24 21:51:17 +0200
  • c6c31a831c Using WebRTC for voice activity detection (VAD) Daniel Wolf 2016-06-21 22:20:18 +0200
  • aec3dbae01 Added WebRTC library Daniel Wolf 2016-06-21 22:13:05 +0200
  • 97f172282d Fixed off-by-one error in wave file reader Daniel Wolf 2016-06-21 21:47:08 +0200
  • 0e00e58d91 Gracefully handling failed audio alignment Daniel Wolf 2016-06-21 19:20:27 +0200
  • 944c374415 Migrated to latest CMU Sphinx version Daniel Wolf 2016-06-19 21:18:40 +0200
  • 478766ff6e Updated CMU SphinxBase and PocketSphinx Daniel Wolf 2016-06-19 20:53:24 +0200
  • b2f702c8f4 Fixed OS X build Daniel Wolf 2016-06-16 09:36:33 +0200
  • 6c9612d2c3 Raised low-pass threshold to better cope with high-pitched voices Daniel Wolf 2016-06-14 23:22:55 +0200
  • 4346552312 Improved speed of voice activity detection Daniel Wolf 2016-06-14 20:12:12 +0200
  • c4b054176c Fixed WAVE file reader position calculation Daniel Wolf 2016-06-14 19:46:30 +0200
  • 522f6c2019 Made audio stream handling safe for long streams Daniel Wolf 2016-06-14 17:41:58 +0200
  • d1bbe8538e Added more logging Daniel Wolf 2016-06-14 17:38:11 +0200
  • 542a5ee3d8 Added join function for strings Daniel Wolf 2016-06-14 17:38:41 +0200
  • 1e29151974 Fixed string conversion for Timed<void> Daniel Wolf 2016-06-14 17:36:54 +0200
  • 5cc13cb16f Improved error message Daniel Wolf 2016-06-14 17:36:18 +0200
  • 0d488e8de2 Restored dialog option, this time based on language model Daniel Wolf 2016-06-03 21:07:49 +0200
  • 4ed5908627 Implemented US-English G2P using sound change rules Daniel Wolf 2016-06-03 20:02:34 +0200
  • 7a763e8755 Fixed syntax error in sound change data Daniel Wolf 2016-06-03 20:00:46 +0200
  • bf19d267ee Added sound change code and data Daniel Wolf 2016-06-03 10:37:47 +0200
  • 8be6485685 Implemented string conversion from Latin-1 to Unicode Daniel Wolf 2016-06-02 22:21:37 +0200
  • 4d45bf7c89 Merged ascii.cpp into stringTools.cpp Daniel Wolf 2016-06-02 20:09:37 +0200
  • 4d95b4c2c5 Implemented text tokenization using Flite Daniel Wolf 2016-06-02 18:16:00 +0200
  • 8d1c618cec Patched Flite to prevent name collision with PocketSphinx Daniel Wolf 2016-06-02 18:19:25 +0200
  • 942cabd773 Added Flite as library Daniel Wolf 2016-05-23 21:28:12 +0200
  • 9f4ebd23e3 Added Flite 1.4 code Daniel Wolf 2016-05-23 21:08:56 +0200
  • d4b9a8e0c6 Implemented simple conversion from Unicode string to ASCII Daniel Wolf 2016-06-02 15:20:17 +0200
  • f1563919e1 Removing redundant prefixes from PocketSphinx log output Daniel Wolf 2016-05-17 17:56:11 +0200
  • c67e916185 Splitting audio into utterances before processing Daniel Wolf 2016-05-17 14:16:16 +0200
  • bbc933a821 Temporarily removed --dialog option Daniel Wolf 2016-05-17 13:52:18 +0200
  • 2f31c5aa61 Refactoring Daniel Wolf 2016-05-02 20:31:59 +0200
  • 9eef09145e Added getPairs function Daniel Wolf 2016-05-12 21:21:25 +0200
  • baf2423b27 Added time manipulation functions to TimeRange and Timeline Daniel Wolf 2016-04-19 22:06:20 +0200
  • 895b942df3 Implemented AudioStreamSegment Daniel Wolf 2016-04-19 22:04:43 +0200
  • ce204c68de Fixed constness Daniel Wolf 2016-04-19 21:12:44 +0200
  • c14fb1c7b2 Fixed output format for structured logging Daniel Wolf 2016-04-19 19:30:38 +0200
  • 560281807e Version 0.2.0 v0.2.0 Daniel Wolf 2016-04-13 08:59:47 +0200
  • 8d2d100376 Refactored enum serialization/deserialization Daniel Wolf 2016-04-14 22:14:20 +0200
  • 44d18d00f8 Added header file to CMakeLists.txt Daniel Wolf 2016-04-14 20:30:26 +0200
  • 7ce79f9c08 Replaced Boost.Log with small custom logger Daniel Wolf 2016-04-13 22:37:39 +0200
  • 4941bff739 Replaced strerror_s with (less safe) strerror Daniel Wolf 2016-04-13 10:26:10 +0200
  • d8fbd3596b Fixed UnboundedStream constructor Daniel Wolf 2016-04-13 10:15:44 +0200
  • db6f2e076b Fixed GCC build Daniel Wolf 2016-04-12 23:04:16 +0200
  • da06576edc Updated README.md Daniel Wolf 2016-04-12 22:22:20 +0200
  • 4b8e38970a Added hanging indent to help output to make it more readable Daniel Wolf 2016-04-12 21:23:15 +0200
  • fd6b3b1e2f Supporting multiple export formats Daniel Wolf 2016-04-12 20:49:06 +0200
  • 90e1375f1b Handling zero-length audio files Daniel Wolf 2016-04-12 18:07:53 +0200
  • 7bc4e37a1a Improved error handling and error messages Daniel Wolf 2016-04-12 18:02:52 +0200
  • 04c828506d Simplified code using Timeline<T> Daniel Wolf 2016-04-09 22:07:25 +0200
  • 83291aa96c Implemented class Timeline<T> Daniel Wolf 2016-04-04 20:10:28 +0200
  • 2be3751a4f Renamed TimeSegment to TimeRange Daniel Wolf 2016-03-28 20:25:11 +0200
  • 8c1e24e9c8 Implemented voice activity detection Daniel Wolf 2016-03-15 22:52:31 +0100
  • 425f47491c Fixed compiler warnings Daniel Wolf 2016-03-15 20:12:11 +0100
  • a8900f80ec Removing DC offset from audio Daniel Wolf 2016-03-15 19:56:02 +0100
  • af5a6649c1 Implemented logging to log file Daniel Wolf 2016-03-08 22:59:44 +0100
  • 35ec1f8a45 Introduced template functions to unify enum<->string conversions Daniel Wolf 2016-03-08 21:44:57 +0100
  • ad9d8e6567 Renamed `audioInput` directory to `audio` Daniel Wolf 2016-03-08 18:21:17 +0100
  • b78e418a8f Refactored audio streams Daniel Wolf 2016-03-07 21:28:31 +0100
  • 419b0ec469 Making sure log is written in case of exception Daniel Wolf 2016-03-06 20:40:31 +0100
  • 933f324943 Fixed length of imported events Daniel Wolf 2016-03-06 20:39:39 +0100
  • 4ac159dc4c Split import script for Sony Vegas into two Daniel Wolf 2016-03-03 22:29:51 +0100
  • 04ca644cca Added structured logging Daniel Wolf 2016-03-01 21:57:05 +0100
  • cdffb56613 Redirecting pocketsphinx log to main log Daniel Wolf 2016-02-29 21:47:36 +0100
  • 7efea6f56b Prepared for logging using Boost.Log v2 Daniel Wolf 2016-02-29 21:00:38 +0100
  • 7a1f446ca3 Using GSL Daniel Wolf 2016-02-29 20:58:58 +0100
  • 4662113254 Added Guidelines Support Library (GSL) Daniel Wolf 2016-02-29 20:57:14 +0100
  • 7f72504448 Added unknown words to dictionary Daniel Wolf 2016-02-22 20:42:27 +0100
  • 372774e024 Improved Vegas script Daniel Wolf 2016-02-18 21:31:43 +0100
  • 667edf9485 Improved dialog handling Daniel Wolf 2016-02-10 21:53:58 +0100
  • 05ef692706 Added (primitive) option to explicitly supply the dialog Daniel Wolf 2016-02-09 22:08:11 +0100
  • ee9e23a6d2 Version 0.1.0 v0.1.0 Daniel Wolf 2016-02-02 20:37:24 +0100
  • c766732546 Added build script for Windows Daniel Wolf 2016-02-02 21:08:07 +0100
  • 194f8c7739 Improved README.md Daniel Wolf 2016-02-02 17:07:39 +0100
  • f4d3c5fa81 Added build script for OS X Daniel Wolf 2016-02-02 10:31:31 +0100