Commit Graph

  • d2cd5a52c6
    Merge 1e548a8d89 into 364a5d4fe4 #136 Rubén López 2024-01-11 18:36:24 +0100
  • 1e548a8d89
    Add Linux to README.adoc #136 Rubén López 2024-01-11 18:36:03 +0100
  • a580cb948e wip feature/v2-rust Daniel Wolf 2023-05-19 17:18:46 +0200
  • d29fb6d61a WIP resampling Daniel Wolf 2023-01-28 19:59:33 +0100
  • 229ef2a25b Add audio segment Daniel Wolf 2023-01-14 13:25:28 +0100
  • 3d3cbdabb1 Add memory audio clip Daniel Wolf 2022-12-16 21:02:20 +0100
  • ca575d841e Add support for reading Ogg Vorbis files Daniel Wolf 2022-11-29 11:42:07 +0100
  • 9c3b1fb554 Add support for reading WAVE files Daniel Wolf 2022-11-16 21:22:25 +0100
  • 2cd2ba77b9 Add AudioClip trait Daniel Wolf 2022-11-16 21:18:41 +0100
  • e1e137945e Remove C++ codebase Daniel Wolf 2022-09-16 18:07:45 +0200
  • 94485653a5 Use consistent line endings Daniel Wolf 2022-08-16 19:08:17 +0200
  • ab42b861f0 Add hacky --alignmentFile option feature/poc-1 Daniel Wolf 2022-05-28 21:25:20 +0200
  • 364a5d4fe4 Version 1.13.0 master v1.13.0 Daniel Wolf 2022-06-14 19:01:32 +0200
  • 205540a91b Improve animation rules for "f" sound Daniel Wolf 2022-06-14 18:56:43 +0200
  • 0b4d4ee30d Version 1.12.0 v1.12.0 Daniel Wolf 2022-03-12 15:26:29 +0100
  • b967f00c29 Merge branch 'feature/#108-spine-skins' Daniel Wolf 2022-03-12 15:25:11 +0100
  • a86ec43f23 Add support for skinning in Rhubarb for Spine feature/#108-spine-skins Daniel Wolf 2021-11-21 11:16:07 +0100
  • 7a04b7ed41 Update dependencies for Rhubarb for Spine Daniel Wolf 2021-11-26 16:48:49 +0100
  • 5cface0af3
    Merge pull request #104 from DanielSWolf/feature/#103-minor-syntax-fixes Daniel Wolf 2021-10-15 18:33:39 +0200
  • 9a32641a99 Minor syntax fixes #104 feature/#103-minor-syntax-fixes Daniel Wolf 2021-10-13 20:31:16 +0200
  • ed9a3ab957 Version 1.11.0 v1.11.0 Daniel Wolf 2021-10-06 21:05:35 +0200
  • c4317245b1 Merge branch 'feature/101-wave-file-reader-improvements' Daniel Wolf 2021-10-06 21:02:50 +0200
  • 77588fb40e Improve WAVE file reader to handle more formats feature/101-wave-file-reader-improvements Daniel Wolf 2021-09-21 20:42:33 +0200
  • 3c0befa070 Add test WAVE files Daniel Wolf 2021-09-14 20:16:15 +0200
  • 5f293cdd33 Extract WAVE format parsing into its own function Daniel Wolf 2021-09-21 19:47:53 +0200
  • 33c542f2e8 Simplify .gitattributes file Daniel Wolf 2021-09-14 20:11:57 +0200
  • 777647e1c6 Replace INT_MIN/MAX with INT32_MIN/MAX #96 manongjohn 2021-07-02 01:12:41 -0400
  • 26980f875a Add support for 32bit PCM WAV files manongjohn 2021-06-15 22:42:16 -0400
  • 3599eb35c1 Improve build status badge Daniel Wolf 2021-06-25 21:39:52 +0200
  • 71ec4dca3f Use GitHub Actions for CI Daniel Wolf 2021-06-19 11:24:47 +0200
  • 7ff2d0be6b Generate nicer artifact names Daniel Wolf 2021-06-25 16:08:14 +0200
  • 8a94fb7db0 Replace boost::filesystem with std::filesystem Daniel Wolf 2021-06-18 22:00:01 +0200
  • 74822c4a84 Switch to C++17 Daniel Wolf 2021-06-18 19:57:02 +0200
  • 2b9d305ea1 Fix warnings Daniel Wolf 2021-06-18 18:16:02 +0200
  • d6fad367fc Use OpenJFX JavaFX for compatibility with modern JREs Daniel Wolf 2021-06-18 17:58:03 +0200
  • 630c31c0c4 Create release draft feature/github-actions Daniel Wolf 2021-06-25 18:59:17 +0200
  • 72a95654b6 Use GitHub Actions for CI Daniel Wolf 2021-06-19 11:24:47 +0200
  • 0270a08523 Generate nicer artifact names Daniel Wolf 2021-06-25 16:08:14 +0200
  • 44449e24e8 Replace boost::filesystem with std::filesystem Daniel Wolf 2021-06-18 22:00:01 +0200
  • 115f93b4fc Switch to C++17 Daniel Wolf 2021-06-18 19:57:02 +0200
  • a20641c0d7 Fix warnings Daniel Wolf 2021-06-18 18:16:02 +0200
  • 9476931334 Use OpenJFX JavaFX for compatibility with modern JREs Daniel Wolf 2021-06-18 17:58:03 +0200
  • dda889d6ed Update to Gradle 6.9 Daniel Wolf 2021-06-18 16:23:58 +0200
  • 1a0c2535b2 Update package-win.bat to use latest Visual Studio Daniel Wolf 2021-06-18 16:20:12 +0200
  • a5ebd593d4 Update GoogleTest to latest master Daniel Wolf 2021-06-18 16:14:58 +0200
  • b7da2cfd5c
    Fix width of README.adoc on GitHub Daniel Wolf 2021-04-09 08:55:43 +0200
  • 959b31b70b
    Add Cocos Creator extension of LipSync. #92 潘伟洲 2020-12-08 19:44:03 +0800
  • 13078e4a47 Allow lower frame rates #91 Jeremy Bullock 2020-11-13 23:09:46 -0700
  • eeee1e880b WIP feature/rewrite-attempt-2 Daniel Wolf 2020-10-10 16:18:25 +0200
  • 5a6e8346a3 Fix build with Boost 1.70 Daniel Wolf 2020-09-17 20:26:53 +0200
  • c4067b3891 WIP: Sample rate conversion Daniel Wolf 2020-01-05 14:57:42 +0100
  • 59845f9094 Implement WaveFileReader Daniel Wolf 2019-11-04 20:23:32 +0100
  • a84c3a0146 Add AudioSource interface Daniel Wolf 2019-11-04 20:23:03 +0100
  • 37d6f667ff Add empty rhubarb project Daniel Wolf 2019-11-04 20:22:37 +0100
  • 75876ef4a8 Simplify VoiceActivityDetector state feature/rewrite-attempt-1 Daniel Wolf 2019-10-04 18:02:02 +0200
  • 273ba16bf8 Transform to idiomatic Kotlin Daniel Wolf 2019-10-04 17:41:53 +0200
  • 1ab80332ae WIP: idiomatic Kotlin Daniel Wolf 2019-10-04 14:50:59 +0200
  • b96de75330 Enable experimental unsigned types Daniel Wolf 2019-10-04 14:13:26 +0200
  • 69afa208fb Add project Daniel Wolf 2019-10-04 14:13:00 +0200
  • 0321be6392 VAD working Daniel Wolf 2019-10-04 14:04:31 +0200
  • 295a80578d Replace bit shift with multiplication Daniel Wolf 2019-10-02 20:57:35 +0200
  • 00c19a26f2 Remove redundant semicolons Daniel Wolf 2019-10-02 20:54:12 +0200
  • 62c179863e Finish VAD code translation Daniel Wolf 2019-10-02 20:53:29 +0200
  • 3ff1a74aeb Include rhubarb project Daniel Wolf 2019-10-02 20:53:07 +0200
  • 97d5e0ddf7 WIP: VAD Daniel Wolf 2019-10-02 12:03:32 +0200
  • 7c49f76efe Use Gradle conventions through base plugin Daniel Wolf 2019-08-03 22:31:06 +0200
  • 356e30f446 Cache Gradle dependencies on Travis CI Daniel Wolf 2019-08-03 21:46:02 +0200
  • 45c7919265 Update Travis CI configuration Daniel Wolf 2019-08-03 21:33:43 +0200
  • 0bf10b9504 Allow Gradle build scans Daniel Wolf 2019-08-03 21:33:21 +0200
  • 558157ef85 Restructure files and migrate to Gradle-based build Daniel Wolf 2019-08-03 17:45:59 +0200
  • e39cad514c Remove C++ implementation Daniel Wolf 2019-07-21 21:35:44 +0200
  • 2f6e8bc549 Simplify Gradle build Daniel Wolf 2019-07-21 10:26:41 +0200
  • df8fd3c1fe Version 1.10.0 v1.10.0 Daniel Wolf 2019-07-18 08:02:44 +0200
  • e57fc97811 Merge remote-tracking branch 'remotes/origin/bugfix/74-spine-beta-support' into develop Daniel Wolf 2019-07-17 22:01:31 +0200
  • 5fcc8816f4 Add support for Spine 3.8 JSON format Daniel Wolf 2019-07-17 21:46:23 +0200
  • 01d37d110a Add minimal unit tests for Spine integration Daniel Wolf 2019-07-17 21:44:25 +0200
  • 3f55afa9a8 Migrate to Gradle Kotlin DSL, fix fat JAR Daniel Wolf 2019-07-11 21:08:10 +0200
  • b012c4f7f2 Add Gradle sources Daniel Wolf 2019-07-09 21:12:46 +0200
  • d803140e68 Simplify directory structure by un-nesting Kotlin files Daniel Wolf 2019-07-08 20:53:10 +0200
  • b9a75662db Upgrade Gradle, Kotlin, and libraries Daniel Wolf 2019-07-06 23:24:09 +0200
  • 460378bf50 Merge branch 'feature/69-moho' into develop Daniel Wolf 2019-07-03 21:08:02 +0200
  • c7925d69f0 Document DAT exporter for Moho Daniel Wolf 2019-06-23 20:42:33 +0200
  • fef283de43 Implement DAT exporter for Moho Daniel Wolf 2019-06-03 20:42:34 +0200
  • 6f0e3ef50b Merge branch 'feature/linked-documentation' into develop Daniel Wolf 2019-06-27 21:34:59 +0200
  • a29c1795da Add links to README files for extras Daniel Wolf 2019-06-23 22:13:38 +0200
  • e3dff54b78 Improve documentation for extras Daniel Wolf 2019-06-23 21:56:43 +0200
  • 8da9219e82 Convert README files for extras from Markdown to AsciiDoc Daniel Wolf 2019-06-23 21:53:20 +0200
  • 2218d9c69b Improve animation rule for OW sound Daniel Wolf 2019-05-25 21:17:03 +0200
  • 18f829d03d Fix build errors in VS2019 Daniel Wolf 2019-05-24 22:35:38 +0200
  • 80e04b36ab Version 1.9.1 v1.9.1 Daniel Wolf 2019-02-10 20:31:23 +0100
  • f3b9017a2c
    Merge pull request #66 from DanielSWolf/bugfix/#65-modification-during-iteration Daniel Wolf 2019-02-10 20:29:29 +0100
  • 6c62318816 Clone timeline to prevent modification during iteration #66 Daniel Wolf 2019-02-10 20:18:47 +0100
  • 5c428793c9 Version 1.9.0 v1.9.0 Daniel Wolf 2019-01-28 21:31:33 +0100
  • f55bcebf73
    Merge pull request #61 from DanielSWolf/bugfix/misc Daniel Wolf 2019-01-24 20:37:07 +0100
  • 8d958d09fb Always export absolute audio file path in XML and JSON format #61 Daniel Wolf 2019-01-21 22:48:16 +0100
  • 06b4855d6d Set helpful configuration settings for the phonetic recognizer Daniel Wolf 2019-01-21 22:33:34 +0100
  • c821788569 Discard very short segments of voice activity Daniel Wolf 2019-01-21 22:32:31 +0100
  • 21392d32cc Improve read performance for WAVE files Daniel Wolf 2019-01-21 22:26:39 +0100
  • f3d4cfbb31 Fix gaps in phonetic recognition Daniel Wolf 2019-01-18 22:29:26 +0100
  • 357cb0b65e
    Merge pull request #57 from DanielSWolf/bugfix/#56-script-editor-pops-up Daniel Wolf 2019-01-10 22:13:35 +0100